diff options
author | midopple <mdoppler@gmx.at> | 2012-01-29 09:14:30 +0100 |
---|---|---|
committer | midopple <mdoppler@gmx.at> | 2012-01-29 09:14:30 +0100 |
commit | 16143bc2cbb22123050437875e06e9b5a3c19507 (patch) | |
tree | 169bd4c1018c8a49fd61dda063de27057db535f2 | |
parent | 4ea5b0d81115228b761ef2c58cffffc6b06ee06c (diff) |
Update Changelog in Mainfile
-rw-r--r-- | Sprinter/Sprinter.pde | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/Sprinter/Sprinter.pde b/Sprinter/Sprinter.pde index 8d97fbd..b08dc55 100644 --- a/Sprinter/Sprinter.pde +++ b/Sprinter/Sprinter.pde @@ -29,14 +29,18 @@ Sprinter V2 -- 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 + - Look forward function --> calculate 16 Steps forward, get from Firmaware Marlin and Grbl + - Stepper control with Timer 1 (Interrupt) + - Extruder heating with PID use a Softpwm (Timer 2) with 500 hz to free Timer1 für Steppercontrol + - command M220 Sxxx --> tune Printing speed online (+/- 50 %) + - G2 / G3 command --> circle funktion + - Baudrate set to 250 kbaud + - Testet on Sanguinololu Board + - M30 Command can delete files on SD Card + - move string to flash to free RAM vor forward planner + - M203 Temperature monitor for Repetier + + */ |