mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
Horizontal slider in preview to show always (and only) gcode lines indices
This commit is contained in:
parent
226353452e
commit
86da45eb66
5 changed files with 3 additions and 23 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue