Write single wall width (extrusion width) to the G-code file

This commit is contained in:
Alessandro Ranellucci 2012-01-21 17:02:55 +01:00
parent 331ede52b8
commit a4194554c9

View File

@ -461,6 +461,7 @@ sub export_gcode {
perimeter_speed infill_speed travel_speed extrusion_width_ratio scale)) {
printf $fh "; %s = %s\n", $_, Slic3r::Config->get($_);
}
printf $fh "; single wall width = %.2fmm\n", $Slic3r::flow_width;
print $fh "\n";
# write start commands to file