mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Fixed a typo in print_host variable name
This commit is contained in:
@@ -287,8 +287,8 @@ bool MainFrame::can_send_gcode() const
|
|||||||
if (m_plater->model().objects.empty())
|
if (m_plater->model().objects.empty())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
const auto prin_host_opt =wxGetApp().preset_bundle->printers.get_edited_preset().config.option<ConfigOptionString>("print_host");
|
const auto print_host_opt = wxGetApp().preset_bundle->printers.get_edited_preset().config.option<ConfigOptionString>("print_host");
|
||||||
return prin_host_opt != nullptr && !prin_host_opt->value.empty();
|
return print_host_opt != nullptr && !print_host_opt->value.empty();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool MainFrame::can_slice() const
|
bool MainFrame::can_slice() const
|
||||||
|
|||||||
Reference in New Issue
Block a user