mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fixed build when tech ENABLE_GCODE_VIEWER is disabled
This commit is contained in:
@@ -541,7 +541,9 @@ void Preview::refresh_print()
|
||||
return;
|
||||
|
||||
load_print(true);
|
||||
#if ENABLE_GCODE_VIEWER
|
||||
m_moves_slider->set_lower_editable(get_app_config()->get("seq_top_layer_only") == "0");
|
||||
#endif // ENABLE_GCODE_VIEWER
|
||||
}
|
||||
|
||||
void Preview::msw_rescale()
|
||||
|
||||
Reference in New Issue
Block a user