Commit Graph

7625 Commits (2c13922c4602066704bb19ec388673ebd47756be)
 

Author SHA1 Message Date
Scott Lahteine e9e4208ff1 Merge pull request from Sebastianv650/improve_smooth_moves
Improvement for ENSURE_SMOOTH_MOVES
Scott Lahteine c7935bb0d2 Merge pull request from thinkyhead/rc_bed_correction_fade
Add a fade factor for mesh leveling
Scott Lahteine a69b1ee691 Merge pull request from thinkyhead/rc_fix_menu_actions
Keep drawing menu unless screen changes
Scott Lahteine 32ee3acf86 Merge pull request from thinkyhead/rc_fixup_material_menus
Refine material heatup menu items
Scott Lahteine c70a06daf1 lcd_save_previous_menu => lcd_save_previous_screen
Scott Lahteine 13ea43cc8d Only exit menu handler when the screen changes
Scott Lahteine f45b6a7762 Merge pull request from thinkyhead/case_light_menu_fix
Fix and optimize case-light code
Scott Lahteine 59fafb93b2 Merge pull request from AnHardt/pixel-shifting
MENU_HOLLOW_FRAME for the menu screens
Scott Lahteine 0951d385ce Don't set heater temperature above its maximum
Scott Lahteine c9193e856d Limit preheat parameters based on all nozzles
Scott Lahteine bb4529f7d2 PLA / ABS => Material 1 / 2
Scott Lahteine 61437d988a Fix and optimize case-light code
AnHardt 7a9fa78822 MENU_HOLLOW_FRAME for the menu screens
MENU_HOLLOW_FRAME for the menu screens and
some pixel shifting to optimize the look with tall fonts. (cn)
Scott Lahteine 20b0889602 Merge pull request from AnHardt/reduce-sripes
Not more then 4 stripes for u8g-devices
AnHardt 24ca1a6289 Not more then 4 stripes for u8g-devices
To optimise speed.
Costs well invested 128Byte of RAM.
Scott Lahteine 668e737893 Merge pull request from thinkyhead/rc_selective_rendering
Optimize graphical display with selective rendering
Scott Lahteine aee71c543e Minor formatting in language.h
Scott Lahteine 05d8d189f6 Adjust spacing in utf_mapper.h
Scott Lahteine 5460a529da Add option DOGM_SPI_DELAY_US
Scott Lahteine 71842b6a17 Apply const to LCD arguments and locals
Scott Lahteine b1abd7edef Optimize graphical display with selective rendering
Scott Lahteine 23935dd23a Merge pull request from AnHardt/fix-USE_BIG_EDIT_FONT
Fix USE_BIG_EDIT_FONT
AnHardt b91fab2d7d Fix USE_BIG_EDIT_FONT
Scott Lahteine 4cd73e183d Hide hidden files and folders
Scott Lahteine f6f77d34a1 Add a fade factor for mesh leveling
Scott Lahteine 679d37f83f Merge pull request from AnHardt/fonts-unterlaengen
Change font decent to -1 for tr and gr
AnHardt 75fdcc14b7 Activate font and mapper for el-gr
AnHardt a0004e7cd3 Change font decent to -1 for tt and gr
For speeding up font drawing unify font decent.
Tr and Gr have ben the only fonts with a font decent of -2.
Sorry for some, a bit compressd, but hopefully still readeble symbols.
Scott Lahteine 307f263f89 Merge pull request from esenapaj/Update-Japanese-translation
Update Japanese translation
Scott Lahteine 9d177c93a2 Merge pull request from
Follow-up the PR  (Case light menu (3rd attempt))
esenapaj 7070143042 Update Japanese translation
・Add new translation
esenapaj ef97645002 Follow-up the PR (Case light menu (3rd attempt))
Scott Lahteine 2a9b3376a9 Merge pull request from thinkyhead/rc_which_menu_actions
Drop "static" keyword in ultralcd.cpp function declarations
Scott Lahteine b97dafe4b8 Drop "static" keyword in ultralcd.cpp function declarations
Scott Lahteine 2e966f8e5b Patch Capabilities Report for "PROGRESS"
Scott Lahteine f60321d3e3 Merge pull request from thinkyhead/rc_turkish_update
Turkish update (squashed)
Mehmet Sutas a26668b10c Add UTF8 Turkish Translation
Mehmet Sutas 61aa796307 Added Human Readable Comments
Mehmet Sutas 6fb9c6fe07 Follow-up for Turkish Language
Add check for Turkish Font before setting better font for graphic displays
Scott Lahteine d891324830 Merge pull request from mosh1/mbl_speed_fix
Fix z feedrate value when doing mesh bed leveling. probe feedrate use…
Scott Lahteine 7f8133a51f Merge pull request from Kaibob2/CaseLightMenu
Case light menu (3rd attempt)
Kai e9b42f4f47 Update language_de.h
Kai 0c341f0c50 Added Menu entry for Case light
Scott Lahteine 3bc2273ac9 Comment M540
Scott Lahteine 14b74181f5 Merge pull request from thinkyhead/rc_TMC2130
TMC2130 "Silent StepStick" support
Scott Lahteine bb2114a060 Merge pull request from thinkyhead/rc_delta_safe_zone
Add an option for delta to home to the top
Scott Lahteine 38466b1d2f Merge pull request from
Fix for thePR  (Introduce a +1234.56 format for over 999 steps/mm)
Scott Lahteine 9b96a4a53b Merge pull request from thinkyhead/rc_some_cleanup
Minor stepper cleanup
Sebastianv650 8190483eeb Improvement for ENSURE_SMOOTH_MOVES
Instead of waiting for a single long block, compare the complete block
buffer runtime for the long_move() check.
esenapaj da67037550 Fix for thePR (Introduce a +1234.56 format for over 999 steps/mm)
・Fix memory leak