mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Merge branch 'master' of github.com:alexrj/Slic3r
This commit is contained in:
@@ -446,7 +446,7 @@ sub export_gcode {
|
||||
|
||||
print $fh "; most important settings used:\n";
|
||||
for (qw(layer_height perimeters fill_density nozzle_diameter filament_diameter
|
||||
perimeter_speed infill_speed travel_speed extrusion_width_ratio)) {
|
||||
perimeter_speed infill_speed travel_speed extrusion_width_ratio scale)) {
|
||||
printf $fh "; %s = %s\n", $_, Slic3r::Config->get($_);
|
||||
}
|
||||
print $fh "\n";
|
||||
|
||||
Reference in New Issue
Block a user