Allow specifying --first-layer-height without leading zero. #518
This commit is contained in:
parent
9f4444a7d4
commit
c144afe52b
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ sub validate {
|
|||
|
||||
# --first-layer-height
|
||||
die "Invalid value for --first-layer-height\n"
|
||||
if $Slic3r::first_layer_height !~ /^(?:\d+(?:\.\d+)?)%?$/;
|
||||
if $Slic3r::first_layer_height !~ /^(?:\d*(?:\.\d+)?)%?$/;
|
||||
$Slic3r::_first_layer_height = Slic3r::Config->get('first_layer_height');
|
||||
|
||||
# --filament-diameter
|
||||
|
|
Loading…
Reference in a new issue