diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm index f9073fdb57..81895414e6 100644 --- a/lib/Slic3r.pm +++ b/lib/Slic3r.pm @@ -3,7 +3,7 @@ package Slic3r; use strict; use warnings; -our $VERSION = "0.5.2"; +our $VERSION = "0.5.3beta"; our $debug = 0; sub debugf { @@ -57,7 +57,7 @@ our $resolution = 0.00000001; our $layer_height = 0.4; our $first_layer_height_ratio = 1; our $infill_every_layers = 1; -our $extrusion_width_ratio = undef; +our $extrusion_width_ratio = 0; our $flow_speed_ratio = 1.1; our $flow_width; diff --git a/lib/Slic3r/Config.pm b/lib/Slic3r/Config.pm index d5dba7ec4a..67ebf1610f 100644 --- a/lib/Slic3r/Config.pm +++ b/lib/Slic3r/Config.pm @@ -70,7 +70,7 @@ our $Options = { type => 'f', }, 'extrusion_width_ratio' => { - label => 'Extrusion width (ratio over layer height; leave empty to calculate automatically)', + label => 'Extrusion width (ratio over layer height; leave zero to calculate automatically)', type => 'f', }, 'first_layer_height_ratio' => {