- 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
-
- May 28, 2015
-
-
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.
-
- 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
-
-
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
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- May 20, 2015
- May 19, 2015
- May 18, 2015
-
-
Ed Boston authored
Fixed a couple defines that were not changed or commented out.
-
CONSULitAS authored
language.h: update documentation for LANGUAGE_INCLUDE @thinkyhead What do you think? I think there should be a warning like this.
-
Christian Bohn authored
-
AnHardt authored
Minor wording correction.
-