Move 'draw' methods into Menu Item classes (#15760)
This commit is contained in:
parent
76b861d759
commit
ea3217cd46
32 changed files with 351 additions and 399 deletions
|
|
@ -65,7 +65,7 @@
|
|||
}
|
||||
if (ui.should_draw()) {
|
||||
const float spm = planner.steps_to_mm[axis];
|
||||
draw_edit_screen(msg, ftostr54sign(spm * babystep.accum));
|
||||
MenuEditItemBase::edit_screen(msg, ftostr54sign(spm * babystep.accum));
|
||||
#if ENABLED(BABYSTEP_DISPLAY_TOTAL)
|
||||
const bool in_view = (true
|
||||
#if HAS_GRAPHICAL_LCD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue