summaryrefslogtreecommitdiff
path: root/Sprinter/heater.cpp
AgeCommit message (Collapse)Author
2012-09-19Change max overshoot for Autotune to 55°Cmidopple
If Temperature is higher then 255 °C stop Autotune
2012-08-27M303 Autotune use HEATER_CURRENT for Maximum PWM Valuemidopple
2012-07-18Version 1.3.21Tmidopple
- M301 set PID Parameter, After PID values change use M500 to store to EEPROM - If no PID is used, deaktivate Variables for PID settings
2012-06-02Merge pull request #179 from kliment/mastermidopple
Thermistor type 3, disconnecting thermistor yields temp -20, and hotend gets switched to full power
2012-06-02Bug in heater.cpp --> Thermistor type 3, disconnecting thermistor yields ↵midopple
temp -20, and hotend gets switched to full power
2012-05-24Added function to turn a fan on and off to keep heat from the hotend to rise ↵blddk
up into the extruder.
2012-05-04Version 1.3.17Tmidopple
- M303 - PID relay autotune possible - G4 Wait until last move is done
2012-04-20- Extrudmultiply with code M221 Sxxx (S100 original Extrude value)midopple
- use Feedratefaktor only when Extruded lenght > 0 - M106 / M107 can drive the FAN with PWM + Port check for not using Timer 1 - New Option --> FAN_SOFT_PWM, with this option the FAN PWM can use every digital I/O (PWM with 500 hz) - Added M93 command. Sends current steps for all axis.
2012-02-24Changhe PWM Value from INT to unsigned char, is faster for interruptmidopple
2012-02-02Without the PID control for Hotend the tempmonitor use the wrong variablemidopple
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