- Apr 07, 2015
-
-
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
-
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.
-
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
-
Scott Lahteine authored
Execute DOGM display-loop less often
-
- Apr 04, 2015
-
-
Scott Lahteine authored
Fixed scara directions
-
quillford authored
Config said for a delta instead of for a scara
-
Scott Lahteine authored
Fix bad thermal runaway trigger
-
AnHardt authored
In 'if (encoderPastThreshold || LCD_CLICKED)' lcdDrawUpdate was not set. 'lcd_status_update_delay'-loop was not effective in function lcd_status_screen(). The loop prevented the update of the status screen but not the displays update. Shifted the loop into lcd_update().
-
AnHardt authored
Shifted condition should still be in.
-
AnHardt authored
Result see: https://youtu.be/AEnBzdu9_tk Dot is moving not so fast -> less executed loops.
-
AnHardt authored
Result see: https://www.youtube.com/watch?v=tdu7J0i-c4g Loop is executed several times per display update.
-
Scott Lahteine authored
-
Bo Herrmannsen authored
-
Bo Herrmannsen authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Compare indices instead of floats for probe actions
-
Bo Herrmannsen authored
-
Bo Herrmannsen authored
-