Skip to content

Commit

Permalink
Merge branch 'master' of github.com:alexrj/Slic3r
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed Dec 12, 2011
2 parents 3c2b2cf + 344a038 commit 869cb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Slic3r/Print.pm
Expand Up @@ -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";
Expand Down

0 comments on commit 869cb48

Please sign in to comment.