mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
New --first-layer-extrusion-width option. #385
This commit is contained in:
parent
d412820733
commit
8a031fe501
13 changed files with 117 additions and 76 deletions
|
@ -441,6 +441,8 @@ sub write_gcode {
|
|||
printf $fh "; %s = %s\n", $_, Slic3r::Config->get($_);
|
||||
}
|
||||
printf $fh "; single wall width = %.2fmm\n", $Slic3r::flow_width;
|
||||
printf $fh "; first layer single wall width = %.2fmm\n", $Slic3r::first_layer_flow_width
|
||||
if $Slic3r::first_layer_flow_width != $Slic3r::flow_width;
|
||||
print $fh "\n";
|
||||
|
||||
# set up our extruder object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue