mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Remember last presets
This commit is contained in:
parent
0ef8da42a6
commit
a664709b31
4 changed files with 48 additions and 5 deletions
|
@ -169,6 +169,7 @@ our $extruder_clearance_radius = 20; # mm
|
|||
our $extruder_clearance_height = 20; # mm
|
||||
|
||||
our $Defaults = Slic3r::Config->current;
|
||||
our $Settings = { presets => {} }; # application settings
|
||||
|
||||
sub parallelize {
|
||||
my %params = @_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue