- Jun 03, 2015
-
-
MagoKimbra authored
-
- Jun 01, 2015
-
-
MagoKimbra authored
-
MagoKimbra authored
-
- May 31, 2015
-
-
Alexey Shvetsov authored
Signed-off-by:
Alexey Shvetsov <alexxy@gentoo.org>
-
fmalpartida authored
-
wurstnase authored
-
- May 30, 2015
-
-
Scott Lahteine authored
-
- May 29, 2015
-
-
Scott Lahteine authored
- Use `setTargetedHotend` in `M200`, as with other commands that use `T` for the extruder - Synthesize the "invalid extruder" message, obviating several long strings
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- May 28, 2015
-
-
Scott Lahteine authored
-
AnHardt authored
To avoid double definitions. I prefer to read N for Number not for Nozzle.
-
AnHardt authored
Was omitted when T0 is a MAX6675.
-
Jonathan Bastien-Filiatrault authored
-
Jonathan Bastien-Filiatrault authored
My PID_INTEGRAL_DRIVE_MAX was at 96, which was insufficient for my bed to reach its intended temperature. The head requires a low maximum power since I run on 24 volts and it has a somewhat low thermal mass.
-
AnHardt authored
to have it ready to display errors during (temperature)-setup.
-
Scott Lahteine authored
-
- May 27, 2015
-
-
Scott Lahteine authored
- The command parser now displays “unknown command” in more cases. Known commands must be added to the `switch` inside `process_commands` to suppress the error.
-
Scott Lahteine authored
-
- May 25, 2015
-
-
AnHardt authored
And call _temp_error() directly for ERR_MAXTEMP_BED to avoid the only one time use of bed_max_temp_error(). Includes #2156.
-
AnHardt authored
to avoid stack overflow when called from interrupt. Some clean up for calls of disable_all_heaters(). 'disable_all_heaters()' is called in kill() and again when 'killed' is already set inside _temp_error().
-
Scott Lahteine authored
- Affects code size when automatic bed leveling is enabled
-
- May 23, 2015
-
-
wurstnase authored
!(~(ab)&0x3) and ab == 0x3 are equal
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- May 22, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- May 21, 2015
-
-
AnHardt authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
wurstnase authored
-
AnHardt authored
-
AnHardt authored
to warrant watching is set or reset. Make setTargetBed() in _lcd_preheat() dependant of TEMP_SENSOR_BED. Use disable_all_heaters() in lcd_cooldown() and abort_on_endstop_hit.
-
Richard Wackerbarth authored
-