mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Accept both relative and absolute extrusion width values. #151
This commit is contained in:
parent
2e3c8241e4
commit
aedb6cc35f
6 changed files with 24 additions and 17 deletions
|
@ -437,7 +437,7 @@ sub write_gcode {
|
|||
print $fh "\n" if $Slic3r::notes;
|
||||
|
||||
for (qw(layer_height perimeters solid_layers fill_density nozzle_diameter filament_diameter
|
||||
extrusion_multiplier perimeter_speed infill_speed travel_speed extrusion_width_ratio scale)) {
|
||||
extrusion_multiplier perimeter_speed infill_speed travel_speed scale)) {
|
||||
printf $fh "; %s = %s\n", $_, Slic3r::Config->get($_);
|
||||
}
|
||||
printf $fh "; single wall width = %.2fmm\n", $Slic3r::flow_width;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue