mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
Write single wall width (extrusion width) to the G-code file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user