New --spiral-vase option to continously raise Z when printing single-walled vases. #997

This commit is contained in:
Alessandro Ranellucci 2013-05-13 20:15:45 +02:00
parent baa1a8c736
commit ccdb29ddc9
8 changed files with 81 additions and 1 deletions

View file

@ -48,6 +48,7 @@ use Slic3r::GCode;
use Slic3r::GCode::CoolingBuffer;
use Slic3r::GCode::MotionPlanner;
use Slic3r::GCode::Reader;
use Slic3r::GCode::SpiralVase;
use Slic3r::Geometry qw(PI);
use Slic3r::Layer;
use Slic3r::Layer::Region;