1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

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
+1
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};