Write single wall width (extrusion width) to the G-code file
This commit is contained in:
parent
331ede52b8
commit
a4194554c9
1 changed files with 1 additions and 0 deletions
|
@ -461,6 +461,7 @@ sub export_gcode {
|
||||||
perimeter_speed infill_speed travel_speed extrusion_width_ratio scale)) {
|
perimeter_speed infill_speed travel_speed extrusion_width_ratio scale)) {
|
||||||
printf $fh "; %s = %s\n", $_, Slic3r::Config->get($_);
|
printf $fh "; %s = %s\n", $_, Slic3r::Config->get($_);
|
||||||
}
|
}
|
||||||
|
printf $fh "; single wall width = %.2fmm\n", $Slic3r::flow_width;
|
||||||
print $fh "\n";
|
print $fh "\n";
|
||||||
|
|
||||||
# write start commands to file
|
# write start commands to file
|
||||||
|
|
Loading…
Reference in a new issue