- 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
-
-
AnHardt authored
Fix DEGREES macro
-
Scott Lahteine authored
-
- May 27, 2015
-
-
Scott Lahteine authored
M110 is a known command
-
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
Activate BED_MINTEMP error
-
- May 26, 2015
-
-
Scott Lahteine authored
Call kill() only once when triggered by a temperature 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
Reduce code size with out_of_range_error function
-
Scott Lahteine authored
- Affects code size when automatic bed leveling is enabled
-
Scott Lahteine authored
-
- May 23, 2015
-
-
Scott Lahteine authored
Indentation in process_commands
-
Scott Lahteine authored
Cleanup pins in RAMPS_13_EFB boards
-
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
No need for +1 on initial seen_pointer
-
Scott Lahteine authored
-
Scott Lahteine authored
Set seen_pointer before calling code_value
-
Scott Lahteine authored
-
Scott Lahteine authored
Introduction of Bulgarian - language_bg.h
-
Scott Lahteine authored
Kossel Pro
-
Scott Lahteine authored
Witbox and Hephestos are RAMPS EFB
-
Scott Lahteine authored
Shift call of start_watching_heater() into setTargetHotend()
-
Scott Lahteine authored
Fix a couple of doubled semicolons
-
Scott Lahteine authored
-
AnHardt authored
Move millis call in start_watching_heater
-
- May 21, 2015
-
-
Scott Lahteine authored
Suppress the line mismatch error after M303
-
AnHardt authored
-
Scott Lahteine authored
-
Scott Lahteine authored
new endstop bits
-
Scott Lahteine authored
-
Scott Lahteine authored
M33 LONG_FILENAME_HOST_SUPPORT
-
Scott Lahteine authored
Command sanitizer
-
Scott Lahteine authored
M120 and M121 are reversed
-