summaryrefslogtreecommitdiff
path: root/Sprinter/Sprinter.pde
AgeCommit message (Expand)Author
2011-09-04New and improved On and Off for FAN_PINcondac
2011-09-03Fix decelerationKliment Yanev
2011-09-03Merge branch 'master' into experimentalKliment Yanev
2011-09-03Fix underflow in steps per square secondKliment Yanev
2011-09-03Fix so the FAN works, added fan pin as output and fixed fan off case statementcondac
2011-08-29Refactoring acceleration math to a new setup_acceleration() function to make ...Alessandro Ranellucci
2011-08-26Fixed typo in Z_ENDSTOP_INVERT patch by lemioAlessandro Ranellucci
2011-08-26Added support for using different endstops ()lemio
2011-08-25Refactoring in M109 to support residency time on cooling without code duplica...Alessandro Ranellucci
2011-08-11Adding falling mode to M109 to better implement GCode definitionNils
2011-08-03Merge pull request #65 from blddk/masterkliment
2011-08-03Fixed so commenting out MINTEMP won't break compile, however, commenting out ...blddk
2011-08-03Added MINTEMP to work on the heated bed too, so it will also turn off when th...blddk
2011-08-02Added M42 to control non used pins example: M42 P23 S255blddk
2011-08-02When you set PWM on a pin to a given value and then WRITE a 0 to it, the PWM ...Kliment
2011-07-26Merge pull request #62 from alexrj/heater-current-limitkliment
2011-07-26New config option HEATER_CURRENT to limit current to the nozzleAlessandro Ranellucci
2011-07-26New implementation of TEMP_RESIDENCY_TIME. We now wait for the target temp to...Alessandro Ranellucci
2011-07-25add support for TEMP_RESIDENCY_TIME for M109Lawrence Leung larryleungcal@yahoo.com
2011-07-24Merge branch 'experimental'kliment
2011-07-24Merge remote branch 'origin/experimental' into experimentalEmanuele Caruso
2011-07-24Fixed bug which in some cases caused the moves to be done at full speed witho...Emanuele Caruso
2011-07-24added uuid identification supportjglauche
2011-07-17Merge branch 'master' into experimentalkliment
2011-07-17Add extra config for homing feedrate - fixes #28kliment
2011-07-16Merge branch 'master' into experimentalkliment
2011-07-16Ignore bedtemp if no bed temp pin definedkliment
2011-07-16Merge branch 'master' of github.com:kliment/Sprinter into experimentalkliment
2011-07-16Merge pull request #52 from alexrj/inverted-homingkliment
2011-07-16Bugfix: homing to max endstops didn't work because current_position was alway...Alessandro Ranellucci
2011-07-16Merge branch 'master' of github.com:kliment/Sprinter into experimentalkliment
2011-07-16Bugfix: smoothed temperature was initialized without respecting HEATER_USES_*Alessandro Ranellucci
2011-07-15Revert "Remove float conversions from step loop"kliment
2011-07-15Remove float conversions from step loopkliment
2011-07-12Merge branch 'master' into experimentalkliment
2011-07-12Bugfix: bad math for long distance moves.Alessandro Ranellucci
2011-07-11Merge branch 'master' into experimentalkliment
2011-07-11Fix for AD595 as bed temp sensorkliment
2011-07-11Fix temp handling for AD595kliment
2011-07-10Merge branch 'master' into experimentalkliment
2011-07-10Fix G28 commandkliment
2011-07-10Fix typo in variable namekliment
2011-07-10Attempt to complete move if non-primary axis endstop hit, otherwise abort mov...kliment
2011-07-09Check pins exist before writing to themkliment
2011-07-09Change inlining to reduce binary sizekliment
2011-07-09Use fastio for M119kliment
2011-07-09Merge branch 'master' into experimentalkliment
2011-07-09Add newline after M119 outputkliment
2011-07-09Merge branch 'master' into experimentalkliment
2011-07-09M119 output all on a single linekliment