Tech ENABLE_GCODE_VIEWER -> Adapting DoubleSlider::Control for sequential view

This commit is contained in:
enricoturri1966 2020-05-15 17:57:47 +02:00
parent 94b431f3af
commit 2b536137d2
3 changed files with 73 additions and 8 deletions

View file

@ -253,7 +253,11 @@ public:
void discard_all_thicks();
void move_current_thumb_to_pos(wxPoint pos);
void edit_extruder_sequence();
#if ENABLE_GCODE_VIEWER
void jump_to_value();
#else
void jump_to_print_z();
#endif // ENABLE_GCODE_VIEWER
void show_add_context_menu();
void show_edit_context_menu();
void show_cog_icon_context_menu();