summaryrefslogtreecommitdiff
path: root/Sprinter/pins.h
AgeCommit message (Collapse)Author
2011-11-28Add gen7 to list of boards in configurationKliment Yanev
Allow ATmega644 (non-P version) for Gen7
2011-11-03Edited pins.h to add missing #endifGreg Dahlman
2011-11-02Added support for Gen7 BoardGreg Dahlman
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