FIX:cannot input 'L' in custom gcode dialog

Change-Id: Ib30420fdb57816d4e8e3a6cd7b327c09737f3b86
(cherry picked from commit 71278d55c410bb36210d7aaa8e938ae5bfddbbcf)
This commit is contained in:
liz.li 2022-10-12 14:54:17 +08:00 committed by Lane.Wei
parent bea9a0854e
commit ca4db188ea
3 changed files with 8 additions and 3 deletions

View file

@ -265,7 +265,7 @@ public:
void add_code_as_tick(Type type, int selected_extruder = -1);
void post_ticks_changed_event(Type type = Custom);
bool check_ticks_changed_event(Type type);
void switch_one_layer_mode();
bool switch_one_layer_mode();
bool render(int canvas_width, int canvas_height);