Horizontal slider in preview to show always (and only) gcode lines indices

This commit is contained in:
enricoturri1966 2021-07-29 13:28:07 +02:00
parent 226353452e
commit 86da45eb66
5 changed files with 3 additions and 23 deletions

View file

@ -155,9 +155,6 @@ void AppConfig::set_defaults()
if (get("seq_top_layer_only").empty())
set("seq_top_layer_only", "1");
if (get("seq_top_gcode_indices").empty())
set("seq_top_gcode_indices", "1");
if (get("use_perspective_camera").empty())
set("use_perspective_camera", "1");