mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
New --extruder-offset option
This commit is contained in:
parent
a2c28fd6da
commit
866b09f3f9
6 changed files with 24 additions and 5 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue