mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: fix spell error of spaghetti
Change-Id: If36910fc76e5e6cbc6629d4f015fdef561ce1dea
This commit is contained in:
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user