New --first-layer-height-ratio option. #36

This commit is contained in:
Alessandro Ranellucci 2011-11-13 19:08:19 +01:00
parent 097b8d9acb
commit 75a71a23a5
6 changed files with 36 additions and 5 deletions

View file

@ -53,6 +53,7 @@ our $bottom_layer_speed_ratio = 0.3;
# accuracy options
our $resolution = 0.00000001;
our $layer_height = 0.4;
our $first_layer_height_ratio = 1;
our $infill_every_layers = 1;
our $thickness_ratio = 1;
our $flow_width;