mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Bugfix: hard errors when extrusion width was left empty.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user