mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
New --first-layer-extrusion-width option. #385
This commit is contained in:
@@ -101,11 +101,15 @@ our $infill_every_layers = 1;
|
||||
|
||||
# flow options
|
||||
our $extrusion_width = 0;
|
||||
our $first_layer_extrusion_width = 0;
|
||||
our $bridge_flow_ratio = 1;
|
||||
our $overlap_factor = 0.5;
|
||||
our $flow_width;
|
||||
our $min_flow_spacing;
|
||||
our $flow_spacing;
|
||||
our $first_layer_flow_width;
|
||||
our $first_layer_min_flow_spacing;
|
||||
our $first_layer_flow_spacing;
|
||||
|
||||
# print options
|
||||
our $perimeters = 3;
|
||||
|
||||
Reference in New Issue
Block a user