- Apr 08, 2015
-
-
AnHardt authored
Thank you @Nprod!
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Max authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Squished #1849
-
Scott Lahteine authored
- Set `de` to 0 when `position[E] = target[E]` - Address regression mention in #1846
-
- Apr 07, 2015
-
-
Scott Lahteine authored
-
Edward Patel authored
-
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
- Address Issue #1682 at hash #issuecomment-89756858
-
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
-
-
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.
-
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
-
Edward Patel authored
-
Edward Patel authored
-
Edward Patel authored
-
Edward Patel authored
-
- Apr 04, 2015
-
-
quillford authored
Config said for a delta instead of for a scara
-
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.
-