summaryrefslogtreecommitdiff
path: root/Sprinter/Sprinter.h
AgeCommit message (Collapse)Author
2012-04-22Version 1.3.15Tmidopple
- M206 - set additional homeing offset (Thank to se5a for this idea) (First Version is without saving to EEPROM) - Option for minimum FAN start speed --> #define MINIMUM_FAN_START_SPEED 50 (set it to zero to deaktivate)
2012-03-30Command M106 / M107 for control the fan can use PWM midopple
New function to check the used PWM pins
2012-02-23compile experimental using the MakefileJoachim Schleicher
* add forward declarations in Sprinter.h * add new files heater.cpp and arc_func.cpp to Makefile
2012-02-05- Implement Plannercode from Marlin V1 --> big thanks to Erikmidopple
- Stepper interrupt with Step loops - Stepperfrequenz 30 Khz - New Command * M202 - Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in mm/sec * M204 - Set default acceleration: S normal moves T filament only moves (M204 S3000 T7000) im mm/sec^2 * M205 - advanced settings: minimum travel speed S=while printing T=travel only, X= maximum xy jerk, Z=maximum Z jerk - Remove unused Variables - Check Uart Puffer while circle processing (CMD: G2 / G3) - Fast Xfer Function --> move Text to Flash - Option to deaktivate ARC (G2/G3) function (save flash) - Removed modulo (%) operator, which uses an expensive divide
2012-01-29Add function to check the UART buffer while arc function is workingmidopple
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