mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Ported Print::bounding_box(), Print::total_bounding_box(), Print::skirt_flow(), Print:skirt_first_layer_height() to XS
This commit is contained in:
parent
baf070a36d
commit
e8ab9ac13a
8 changed files with 109 additions and 60 deletions
|
@ -17,9 +17,6 @@ has 'interface_flow' => (is => 'rw', required => 1);
|
|||
|
||||
use constant DEBUG_CONTACT_ONLY => 0;
|
||||
|
||||
# how much we extend support around the actual contact area
|
||||
use constant MARGIN => 1.5;
|
||||
|
||||
# increment used to reach MARGIN in steps to avoid trespassing thin objects
|
||||
use constant MARGIN_STEP => MARGIN/3;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue