mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Set first layer extrusion width to 200% by default
This commit is contained in:
@@ -113,7 +113,7 @@ our $infill_every_layers = 1;
|
|||||||
|
|
||||||
# flow options
|
# flow options
|
||||||
our $extrusion_width = 0;
|
our $extrusion_width = 0;
|
||||||
our $first_layer_extrusion_width = 0;
|
our $first_layer_extrusion_width = '200%';
|
||||||
our $perimeter_extrusion_width = 0;
|
our $perimeter_extrusion_width = 0;
|
||||||
our $infill_extrusion_width = 0;
|
our $infill_extrusion_width = 0;
|
||||||
our $support_material_extrusion_width = 0;
|
our $support_material_extrusion_width = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user