- May 22, 2015
-
-
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
-
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
-
wurstnase authored
-
Scott Lahteine authored
-
- May 20, 2015
-
-
AnHardt authored
Use _temp_error() for all errors thrown by different heater sanity check mechanisms
-
AnHardt authored
Add a string parameter to kill()
-
AnHardt authored
-
AnHardt authored
-
AnHardt authored
in temperature.cpp
-
AnHardt authored
-
AnHardt authored
-
AnHardt authored
Makes the output on the LCD adjustable.
-
AnHardt authored
instead of stop(). We really want to require a reset and no chance to set a new temperature.
-
AnHardt authored
move dogm font selection to configuration_adv.h
-
AnHardt authored
Add ELB_FULL_GRAPHIC_CONTROLLER with ADAFRUIT_ST7565 display.
-
- May 19, 2015
-
-
Ed Boston authored
Updated all the example Configuration.h files for the new display type.
-
Ed Boston authored
Added the link to the github information about the ELB_FULL_GRAPHIC_CONTROLLER
-
AnHardt authored
language.h: update documentation / URL für K8200
-
Scott Lahteine authored
Remove Duemilanove
-
Scott Lahteine authored
transpire -> expire
-
AnHardt authored
-
AnHardt authored
No way to fit Marlin into 32K.
-
- 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.
-
AnHardt authored
Now ending in an endless loop. Tidy up the output format. We now get: ERRORTEXT ", system stopped! Heater_ID: " HEATERID Where ERRORTEXT can be: "Heating failed" "Thermal Runaway" "MAXTEMP triggered" "MINTEMP triggered" and soon "Thermal Jump" HEATERID can be 0, 1, 2 ,3 , "bed" This messages are always followed by the common: "Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Use a global pointer for the current sanitized command - Pre-sanitize the current command to bypass `N` and nullify `*`, removing the need for handlers to bypass, ignore, or nullify these parts, and reducing overhead for `code_seen`, etc. - Pre-skip leading whitespace. - Only look for G, M, T codes at the start of the command. - Verify that G, M, T codes are followed by command codes.
-