summaryrefslogtreecommitdiff
path: root/Sprinter/Sprinter.pde
AgeCommit message (Expand)Author
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
2011-07-09Merge branch 'master' into experimentalkliment
2011-07-09Use fastio for endstop checks during moveskliment
2011-07-09Use fastio for endstop check at start of movekliment
2011-07-09Merge branch 'master' of git://github.com/kliment/SprinterJames Churchill
2011-07-09Use fastio for fan, psu, dirkliment
2011-07-09Factor away do_step_update_microskliment
2011-07-09Change step and temp control to fastiokliment
2011-07-09Use fastio in setupkliment
2011-07-09Merge branch 'master' into experimentalkliment
2011-07-09Change backoff during homing to 5mm.kliment
2011-07-07Change behaviour on endstop hit.kliment
2011-07-07Make buildable using makefilekliment
2011-07-07Merge branch 'master' into experimentalkliment
2011-07-07Fix broken #ifdefkliment
2011-07-06Transform if into #if, move axis aviable assignments to loops in startupkliment
2011-07-06Merge branch 'master' into experimentalkliment
2011-07-06Make M190 not break flow controlkliment
2011-07-06Removed float calculations from temp conversion functionskliment
2011-07-06Refactored analog to temp and temp to analog to not make distinction between ...kliment
2011-07-05Cleaned up configuration. Made a hack so that board versions can be set from ...kliment
2011-07-04Rename to sprinterkliment
2011-07-04Rename to Sprinterkliment