mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 07:32:39 -07: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())
|
||||
return false;
|
||||
|
||||
const auto prin_host_opt =wxGetApp().preset_bundle->printers.get_edited_preset().config.option<ConfigOptionString>("print_host");
|
||||
return prin_host_opt != nullptr && !prin_host_opt->value.empty();
|
||||
const auto print_host_opt = wxGetApp().preset_bundle->printers.get_edited_preset().config.option<ConfigOptionString>("print_host");
|
||||
return print_host_opt != nullptr && !print_host_opt->value.empty();
|
||||
}
|
||||
|
||||
bool MainFrame::can_slice() const
|
||||
|
||||
Reference in New Issue
Block a user