summaryrefslogtreecommitdiff
path: root/Sprinter/pins.h
AgeCommit message (Collapse)Author
2012-06-27Merge pull request #195 from kliment/mastermidopple
merge masterchanges into experimental
2012-06-23Update masterMrAlvinTesting
2012-06-12changed the pins.h file to accept more Sanguino versionsVasileios Georgitzikis
2012-05-15Add MOTHERBOARD 51 for GEN6 with Heatbed and Heatbedsensormidopple
2012-03-19Merge commit pins.h from master to experimentellmidopple
Conflicts: Sprinter/pins.h
2012-03-19Make fastio & Arduino pin numbering consistent for AT90USB128x.midopple
Thanks to lincomatic
2012-03-17Make fastio & Arduino pin numbering consistent for AT90USB128xlincomatic
2012-03-13Add info to GEN7 Pinsmidopple
2012-03-13Update pins.h for gen7, working setup for 20MHzChristian Metzen
2012-03-10New Board --> GEN7 @ 20 Mhzmidopple
Select in configuration.h --> #define MOTHERBOARD 71 New Speedtable for 16 Mhz and 20 Mhz
2012-02-06Add pin definition for the Printrboard Rev B --> Thaks to lwalkeramidopple
2012-02-05Add pin definition for the Printrboard Rev BLaine Walker-Avina
2012-01-29Merge commit 'fa63b839c6cbf261f2655e8783bf4745cc9ca513' into SprinterV2midopple
Conflicts: Sprinter/Configuration.h
2012-01-29New Version Sprinter V2midopple
- Look Vorward Funktion - - Stepper Control with Timer 1 - SOFT PWM for Extruder heating --> Free Timer 1 - G2 / G3 Command for arc real arc - Baudrate 250 kbaud - M30 Command delete file on SD Card - Text moved to flash to free RAM - M203 Command for Temp debugging
2011-11-28Revert "Merge pull request #121 from Traumflug/master"Kliment Yanev
This reverts commit 11d3281a09e2a2f0ae7c9695f79d2d903c22716b, reversing changes made to f8c17d3b4655ba9b694c407ff174135badb914a5.
2011-11-28pins.h: allow an ATmega644 (without P).Markus Hitter
2011-10-29Define default value for alarm pinKliment Yanev
2011-10-28Moved pins.h footer to the end of the file, fixing teensylu supportJoe Kerman
2011-10-27Merge branch 'master' of github.com:kliment/Sprinter into experimentalKliment Yanev
Conflicts: Sprinter/Configuration.h
2011-10-04(correct) pin defs for a190usb1286/teensyluJoe Kerman
2011-09-30pins.h entry for TeensyluJoe Kerman
2011-09-25Edited Sprinter/pins.h via GitHubrotorit
2011-09-17Signal an optional ALARM_PIN when reaching MAXTEMPAlessandro Ranellucci
Alarm signal can be dismissed by hard-resetting the board or by sending a M42 P23 S0 command (where 23 is the ALARM_PIN)
2011-09-03Merge branch 'master' into experimentalKliment Yanev
2011-09-03Fix missing newline in pins.h that prevents max6675 support from workingKliment Yanev
2011-08-31Merge branch 'experimental' of github.com:kliment/Sprinter into experimentalKliment Yanev
2011-08-31Merge branch 'master' of github.com:kliment/Sprinter into experimentalKliment Yanev
2011-08-31Add temp2 pin defineKliment Yanev
2011-08-12Merge pull request #69 from changwoo/masterkliment
ATmega1284P support
2011-08-09first revision... had to use the fan pin to control the extruder hot end ↵rotorit
heater. meaning.. this setup will not support a bed heat control ..for now... Time will show if I can get the Tip management A/D converter to work... or.. should i get it to work at all???
2011-08-09typorotorit
2011-08-09Added support for Gen3-pluss and Gen3-Monolithic Electronicsrotorit
2011-08-09Support Sanguino/Sanguinololu with ATmega1284PChangwoo Ryu
2011-08-02Added a list of pins which will be ignored by manual change through M42blddk
2011-07-18Added Ramps 1.3 pin assignments for E1 (second extruder) stepper driverEmery Roth
This is my first commit…Please don't hurt me if i screw up!
2011-07-06Documentation fix - delete misleading commentkliment
2011-07-06Fix sanguinololu version definekliment
2011-07-05Merge branch 'master' of github.com:kliment/Sprinter into refactorkliment
2011-07-05Cleaned up configuration. Made a hack so that board versions can be set from ↵kliment
configuration.h. Combined thermistor tables. Enabled maxtemp and mintemp by default. Changed case of configuration.h to make it appear first in Arduino IDE
2011-07-04Merge branch 'experimental'Joem
2011-07-04Rename to Sprinterkliment