- Sep 30, 2015
-
-
Rafa Couto authored
-
- Sep 12, 2015
-
-
Scott Lahteine authored
-
- Sep 11, 2015
-
-
Petr Zahradnik authored
Added comment for Czech language (associated with file language_cz.h).
-
- Aug 28, 2015
-
-
Richard Wackerbarth authored
-
- Aug 03, 2015
-
-
Richard Wackerbarth authored
The long descriptor will still be available in M115
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
- Jul 31, 2015
-
-
Scott Lahteine authored
Apply `ENABLED` / `DISABLED` macros to language-related files.
-
- Jul 27, 2015
-
-
AnHardt authored
and translate them to German.
-
- Jun 26, 2015
-
-
Scott Lahteine authored
-
- Jun 25, 2015
-
-
Jaime van Kessel authored
-
- Jun 12, 2015
-
-
MagoKimbra authored
Now send only temperature for T or B, but not send OK. Host interprets the line to show the right temperature, but not in response to M105 then stop and send commands until it ends the autotune.
-
- Jun 03, 2015
-
-
MagoKimbra 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
-
- May 25, 2015
-
-
Richard Wackerbarth authored
-
- May 21, 2015
-
-
Scott Lahteine authored
-
- May 18, 2015
-
-
CONSULitAS authored
language.h: update documentation for LANGUAGE_INCLUDE @thinkyhead What do you think? I think there should be a warning like this.
-
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)"
-
- May 04, 2015
-
-
Gina Häußge authored
This reverts the changes done to the error message for line number mismatches done in commit d43cc2dd
-
- May 02, 2015
-
-
Scott Lahteine authored
-
- Apr 30, 2015
-
-
Scott Lahteine authored
- Also move audio feedback into the command - Added shorthand for `lcd_buzz` availability
-
Scott Lahteine authored
-
- Apr 28, 2015
-
-
Scott Lahteine authored
This makes `M421` more amenable for irregular matrices
-
- Apr 27, 2015
-
-
CONSULitAS authored
language.h: update documentation for LANGUAGE_INCLUDE language.h: URL für K8200 github repository
-
AnHardt authored
Edited the European part of 'ISO10646_CN.fon' to match the existing fonts. Added Chinese font to make_fonts.bat Created 'dogm_font_data_ISO10646_CN.h' Added Chinese to 'language.h' Added 'language_cn.h' with some minor edits. Added Chinese font in 'language_en.h' to not fall back to European font. Added cn to 'Configuration.h' Changed WIDTH to LCD_PIXEL_WIDTH and HEIGHT to LCD_PIXEL_HEIGHT to have more descriptive names. In 'dogm_lcd_implementation.h' Added Chinese Font Made 1 pixel more room for the larger Chinese font on the status line. Changed geometry of the 'select bar' by one pixel. Changed the way the position for values and postcars are set.
-
Scott Lahteine authored
With these changes the output of `M503 S0` is all you need to restore the EEPROM. Building on this it is straightforward to save and restore the EEPROM state using the SD card or external GCode file. - Added `M145` to set “heatup states” for the LCD menu - Added `M420` to toggle Mesh Bed Leveling - Added `M421` to set a single Mesh coordinate - Extended `Config_PrintSettings` with added M codes - Cleaned up some comments here and there
-
Scott Lahteine authored
- Add `M111` as a standard option to set the debug level - Implement `DEBUG_ECHO` in `process_commands` - Other debug levels (e.g., `DEBUG_DRYRUN`) need more work
-
- Apr 17, 2015
-
-
paclema authored
-
- Apr 16, 2015
-
-
wurstnase authored
-
- Apr 14, 2015
-
-
Scott Lahteine authored
-
- Apr 13, 2015
-
-
Scott Lahteine authored
-
- Apr 11, 2015
-
-
Scott Lahteine authored
- Replace “Mendel” with “RepRap”
-
- Apr 09, 2015
-
-
AnHardt authored
+ update in documentation
-
- Apr 08, 2015
-
-
AnHardt authored
Thank you @Nprod!
-
- Apr 04, 2015
-
-
Richard Wackerbarth authored
-
- Apr 02, 2015
-
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
The automatic versioning system extracts a build version number from the SCM system That versioning information is written to the file _Version.h, a file that is NOT preserved in the SCM. If such a file will be present, we include it here to utilize the parameters that are defined therein.
-
Chris Roadfeldt authored
Catch unlikely but possible error and head crash when using Z_PROBE_REPEATABILITY_TEST
-