Lots of changes and refactoring after testing with hollow objects

This commit is contained in:
Alessandro Ranellucci 2011-09-18 19:28:12 +02:00
parent 26b05ab155
commit 18c7aef1a7
15 changed files with 716 additions and 494 deletions

View file

@ -10,6 +10,7 @@ sub debugf {
use Slic3r::ExtrusionPath;
use Slic3r::Fill;
use Slic3r::Geometry;
use Slic3r::Layer;
use Slic3r::Line;
use Slic3r::Perimeter;
@ -35,7 +36,7 @@ our $travel_feed_rate = 80; # mm/sec
our $bottom_layer_speed_ratio = 0.6;
# accuracy options
our $resolution = 0.01;
our $resolution = 0.001;
our $layer_height = 0.4;
our $flow_width;