mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 01:59:03 +08:00
Fixed a typo in print_host variable name
This commit is contained in:
parent
7e1d2daf78
commit
c91df2c769
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user