mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Model extrusion threads as rectangles with semicircles at the end. Remove overlap_ratio setting. #109 #112
This commit is contained in:
parent
869cb48c1a
commit
56691c1dea
16 changed files with 43 additions and 57 deletions
|
@ -7,8 +7,7 @@ extends 'Slic3r::Polyline';
|
|||
# expressed in layers
|
||||
has 'depth_layers' => (is => 'ro', default => sub {1});
|
||||
|
||||
# multiplier for the flow rate
|
||||
has 'flow_ratio' => (is => 'rw');
|
||||
has 'flow_width' => (is => 'rw');
|
||||
|
||||
# perimeter/fill/solid-fill/bridge/skirt
|
||||
has 'role' => (is => 'rw', required => 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue