mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Bugfix: GUI was unable to update flow settings
This commit is contained in:
parent
96a3234eaa
commit
47a07a86ee
2 changed files with 9 additions and 4 deletions
|
@ -109,10 +109,10 @@ our $perimeters_extrusion_width = 0;
|
|||
our $infill_extrusion_width = 0;
|
||||
our $bridge_flow_ratio = 1;
|
||||
our $overlap_factor = 0.5;
|
||||
our $flow = Slic3r::Flow->new;
|
||||
our $first_layer_flow = undef;
|
||||
our $perimeters_flow = Slic3r::Flow->new;
|
||||
our $infill_flow = Slic3r::Flow->new;
|
||||
our $flow;
|
||||
our $first_layer_flow;
|
||||
our $perimeters_flow;
|
||||
our $infill_flow;
|
||||
|
||||
# print options
|
||||
our $perimeters = 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue