New --extruder-offset option

This commit is contained in:
Alessandro Ranellucci 2012-08-07 21:39:45 +02:00
parent a2c28fd6da
commit 866b09f3f9
6 changed files with 24 additions and 5 deletions

View file

@ -4,6 +4,7 @@ use Moo;
use Slic3r::Geometry qw(PI);
use constant OPTIONS => [qw(
extruder_offset
nozzle_diameter filament_diameter extrusion_multiplier temperature first_layer_temperature
)];
has $_ => (is => 'ro', required => 1) for @{&OPTIONS};