mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 03:37:54 -06:00
Cleanup
This commit is contained in:
parent
9dcec6662e
commit
90a8ef8e9f
11 changed files with 23 additions and 73 deletions
|
@ -136,8 +136,8 @@ struct PageDiameters: ConfigWizardPage
|
|||
|
||||
struct PageTemperatures: ConfigWizardPage
|
||||
{
|
||||
wxSpinCtrl *spin_extr;
|
||||
wxSpinCtrl *spin_bed;
|
||||
wxSpinCtrlDouble *spin_extr;
|
||||
wxSpinCtrlDouble *spin_bed;
|
||||
|
||||
PageTemperatures(ConfigWizard *parent);
|
||||
virtual void apply_custom_config(DynamicPrintConfig &config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue