mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-29 11:41:20 -06:00
Refactor OptionsGroup to decouple it from the config repository, add ConfigOptionsGroup
This commit is contained in:
parent
09a222f8b2
commit
1d364d7823
6 changed files with 290 additions and 119 deletions
|
|
@ -78,7 +78,6 @@ our $bed_temperature = 0;
|
|||
our $first_layer_bed_temperature = $bed_temperature;
|
||||
|
||||
# extruders
|
||||
our $extruders_count = 1;
|
||||
our $extruders = [];
|
||||
our $nozzle_diameter = [0.5];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue