Skip to content

Commit

Permalink
Bugfix: no-extrusion was ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed Apr 8, 2012
1 parent 19dc69d commit a800b97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Slic3r/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ sub validate {

# G-code flavors
$Slic3r::extrusion_axis = 'A' if $Slic3r::gcode_flavor eq 'mach3';
$Slic3r::extrusion_axis = '' if $Slic3r::gcode_flavor eq 'no-extrusion';

# legacy with existing config files
$Slic3r::small_perimeter_speed ||= $Slic3r::perimeter_speed;
Expand Down

0 comments on commit a800b97

Please sign in to comment.