summaryrefslogtreecommitdiff
path: root/Sprinter/Sprinter.h
AgeCommit message (Collapse)Author
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-09-17Commit 614b60b was missing function signatures and wouldn't compileAlessandro Ranellucci
2011-09-11Fix temp readings for multiple sensor types.unknown
Signed-off-by: Greg Frost <gregfrost1@bigpond.com>
2011-08-29Added setup_acceleration() to header fileAlessandro Ranellucci
2011-07-09Add fastio to enable/disablekliment
2011-07-07Merge branch 'master' into experimentalkliment
2011-07-07Fix makefile and header to compile from command linekliment
2011-07-07Make buildable using makefilekliment
2011-07-07Merge experimentalkliment
2011-07-07Merge branch 'master' into experimentalkliment
2011-07-07Fix broken #ifdefkliment
Fix declarations in .h file
2011-07-06Transform if into #if, move axis aviable assignments to loops in startupkliment
2011-07-06Refactored analog to temp and temp to analog to not make distinction between ↵kliment
hotend and bed. Changed both to return integers rather than floats.
2011-07-04Rename to Sprinterkliment