mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 00:07:52 -06:00
FIX: fix spell error of spaghetti
Change-Id: If36910fc76e5e6cbc6629d4f015fdef561ce1dea
This commit is contained in:
parent
132d551794
commit
efa80db8de
2 changed files with 28 additions and 28 deletions
|
@ -22,16 +22,16 @@ class PrintOptionsDialog : public DPIDialog
|
|||
protected:
|
||||
// settings
|
||||
CheckBox* m_cb_first_layer;
|
||||
CheckBox* m_cb_spaqhetti;
|
||||
CheckBox* m_cb_spaqhetti_print_halt;
|
||||
wxStaticText* text_spaqhetti_print_halt;
|
||||
CheckBox* m_cb_spaghetti;
|
||||
CheckBox* m_cb_spaghetti_print_halt;
|
||||
wxStaticText* text_spaghetti_print_halt;
|
||||
wxBoxSizer* create_settings_group(wxWindow* parent);
|
||||
|
||||
public:
|
||||
PrintOptionsDialog(wxWindow* parent);
|
||||
~PrintOptionsDialog();
|
||||
void on_dpi_changed(const wxRect &suggested_rect) override;
|
||||
void update_spaqhetti();
|
||||
void update_spaghetti();
|
||||
|
||||
MachineObject *obj { nullptr };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue