mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 16:27:54 -06:00
Fixed build when tech ENABLE_GCODE_VIEWER is disabled
This commit is contained in:
parent
0f85777a79
commit
ccd8e3644e
3 changed files with 11 additions and 7 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue