mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 13:04:03 -06:00
Accept either absolute or relative values for --first-layer-height. #151
This commit is contained in:
parent
896c7e952e
commit
16b774603c
7 changed files with 31 additions and 33 deletions
|
@ -95,7 +95,8 @@ our $scaling_factor = 0.000001;
|
|||
our $resolution = 0.01;
|
||||
our $small_perimeter_length = (6.5 / $scaling_factor)*2*PI;
|
||||
our $layer_height = 0.4;
|
||||
our $first_layer_height_ratio = 1;
|
||||
our $first_layer_height = '100%'; # mm or %
|
||||
our $_first_layer_height = undef; # mm (computed)
|
||||
our $infill_every_layers = 1;
|
||||
|
||||
# flow options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue