Age | Commit message (Collapse) | Author |
|
- 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)
|
|
New function to check the used PWM pins
|
|
* add forward declarations in Sprinter.h
* add new files heater.cpp and arc_func.cpp to Makefile
|
|
- 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
|
|
|
|
- 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
|
|
|
|
Signed-off-by: Greg Frost <gregfrost1@bigpond.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix declarations in .h file
|
|
|
|
hotend and bed.
Changed both to return integers rather than floats.
|
|
|