- Aug 28, 2015
-
-
Richard Wackerbarth authored
With the introduction of the #if ENABLED(…) reads better than
-
- Aug 03, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
- `SD_DETECT_PIN` replaces `SDCARDDETECT` - `SD_DETECT_INVERTED` replaces `SDCARDDETECTINVERTED` - Revise the description of `SD_DETECT_INVERTED` - Add a note about the override of `SD_DETECT_INVERTED` in `Conditionals.h`
-
Scott Lahteine authored
- Rename the pin so it can be tested with `PIN_EXISTS` - Fix some incorrect tests for `SDCARDDETECT`
-
- Jul 31, 2015
-
-
Scott Lahteine authored
For consistency with other pins, allowing use of `PIN_EXISTS` macro.
-
Scott Lahteine authored
Apply `ENABLED` / `DISABLED` macros to LCD-related files.
-
- Jul 23, 2015
-
-
Scott Lahteine authored
The compiler may be able to optimize if it knows an array won’t be changing.
-
- Jul 19, 2015
-
-
Scott Lahteine authored
-
- Jun 23, 2015
-
-
AnHardt authored
at least the lcd independent part from Marlin_main.cpp.
-
- Jun 16, 2015
-
-
Scott Lahteine authored
Also clean up some trailing spaces in a few other sources
-
- Jun 15, 2015
-
-
AnHardt authored
by: Moving HAS_LCD_BUZZ macro to Coditionals.h Renaming HAS_LCD_BUZZ to HAS_BUZZER to make clear is has nothing to do with the lcd. Removing the ULTRALCD condition. Moving declaration of lcd_buzz() out of the ULTRA_LCD block in ultralcd.h Moving definition of lcd_buzz() out of the ULTIPANEL block in ultralcd.cpp Renaming lcd_buzz() to buzz() to make clear is has nothing to do with the lcd. All buzzing code is now only dependent on the existence of a BEEPER-pin or the definition of a LCD_USE_I2C_BUZZER. To do: Check the conditions for the BEEPER-pin in all pin-files.
-
- Jun 14, 2015
-
-
Scott Lahteine authored
Suggest we use the translated strings here. They use (except for German) the phrasing “Move X” instead of just the axis letter, but they should fit the available space. The “Extruder” string would be the same, except it will be translated.
-
- Jun 01, 2015
-
-
wurstnase authored
replace extruder_multiply with extruder_multiplier like feedrate_multiplier or volumetric_multiplier
-
- May 28, 2015
-
-
AnHardt authored
To avoid double definitions. I prefer to read N for Number not for Nozzle.
-
- May 21, 2015
-
-
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.
-
- May 18, 2015
- May 17, 2015
- May 13, 2015
-
-
Scott Lahteine authored
-
- May 11, 2015
-
-
Scott Lahteine authored
-
- May 09, 2015
-
-
Scott Lahteine authored
-
- May 05, 2015
-
-
brupje 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
- Add “Level Bed” menu item for auto bed leveling - Hide the option if homing has not been done yet - Arrange the Prepare submenu more logically (?) - Add documentation comments, some white-space - Apply some coding standards here and there - Move old encoder multiplier debug option to `ultralcd.cpp`
-
- Apr 27, 2015
-
-
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
-
- Apr 26, 2015
-
-
Scott Lahteine authored
-
- Apr 25, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Address issue raised in #1961
-
- Apr 24, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Apr 21, 2015
-
-
AnHardt authored
-
- Apr 20, 2015
-
-
AnHardt authored
Centralised beep code to lcd_buzz(). From gcode_M300() and lcd_quick_feedback(). Enforced max. duration for M300 to 5 seconds. Corrected description in 'Configuration.h' LCD_FEEDBACK_FREQUENCY_HZ 0 gives now a silent delay of LCD_FEEDBACK_FREQUENCY_DURATION_MS.
-
- Apr 14, 2015
-
-
Scott Lahteine authored
-
- Apr 13, 2015
-
-
Scott Lahteine authored
-