mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Some multi-extruder options in GUI
This commit is contained in:
parent
9137a6b41e
commit
30a2213fd9
5 changed files with 172 additions and 72 deletions
|
@ -78,6 +78,7 @@ 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