- Apr 08, 2015
-
-
Scott Lahteine authored
- Set `de` to 0 when `position[E] = target[E]` - Address regression mention in #1846
-
Scott Lahteine authored
Mesh bed leveling: Added G29 S3 + finer display steps during manual input + bug fix
-
- Apr 07, 2015
-
-
Scott Lahteine authored
Fix G29 not deploying probe in some instances
-
Scott Lahteine authored
-
Edward Patel authored
-
Edward Patel authored
-
Scott Lahteine authored
Configurator updates
-
Scott Lahteine authored
-
Scott Lahteine authored
- Sections in all `Configuration_adv.h` - Recognize JAPANESE/WESTERN/CYRILLIC options - Better capturing of comments for tooltips
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Bugfix: Temperature checks when no heaters in use
-
Scott Lahteine authored
- Address Issue #1682 at hash #issuecomment-89756858
-
Scott Lahteine authored
Fix lcd_status_message
-
Scott Lahteine authored
Disable splash-screen when done once
-
Scott Lahteine authored
Azteeg X3 Pro Pin fix ups
-
Scott Lahteine authored
Update Configurator Files
-
AnHardt authored
Because we now can use utf8 with up to 3 bytes per symbol, lcd_status_message[] must be 3*LCD_WIDTH wide. Filling up the message, or cutting to length, are fixed to. Fix for #1832 about at the end.
-
Scott Lahteine authored
Should be `retracting` and not `retract`
-
- Apr 06, 2015
-
-
Scott Lahteine authored
Fix compile error with Z_DUAL_ENDSTOPS
-
Edward Patel authored
-
Edward Patel authored
-
AnHardt authored
Just and only display splashscreen only once.
-
Natealus authored
-
Scott Lahteine authored
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
- Apr 05, 2015
-
-
Richard Miles authored
This commit checks whether or not HEATER_0 is in use, and if not, skips the MIN / MAX temperature checks.
-
Edward Patel authored
-
AnHardt authored
Example for splash screen.
-
AnHardt authored
Splash screen was shown with every display init. That means every time the menus where entered. Note the 2 in the initialisation. The buffer is already written in two steps a 512 byte. Without the 2 only the upper half is shown.
-
Scott Lahteine authored
Have the configurator read from MarlinFirmware repo
-
Scott Lahteine authored
-
Edward Patel authored
-
Edward Patel authored
-
Edward Patel authored
-
Edward Patel authored
-
Edward Patel authored
Conflicts: Marlin/Configuration.h Marlin/Marlin_main.cpp
-
Scott Lahteine authored
Execute DOGM display-loop less often
-