Fixes for hi-res STL models

This commit is contained in:
Alessandro Ranellucci 2011-10-04 17:55:55 +02:00
parent 6444c3d7a9
commit 794b7a99d2
8 changed files with 139 additions and 63 deletions

View file

@ -44,7 +44,7 @@ our $perimeter_feed_rate = 30; # mm/sec
our $bottom_layer_speed_ratio = 0.3;
# accuracy options
our $resolution = 0.001;
our $resolution = 0.00000001;
our $layer_height = 0.4;
our $thickness_ratio = 1;
our $flow_width;