Add functional nonplanar code ported from https://github.com/DrEricEbert/Slic3r_NonPlanar_Slicing
This commit is contained in:
parent
e0f7263a4c
commit
22c42b9844
40 changed files with 1611 additions and 95 deletions
|
@ -562,6 +562,10 @@ PRINT_CONFIG_CLASS_DEFINE(
|
|||
((ConfigOptionBool, thick_bridges))
|
||||
((ConfigOptionFloat, xy_size_compensation))
|
||||
((ConfigOptionBool, wipe_into_objects))
|
||||
|
||||
((ConfigOptionBool, use_nonplanar_layers))
|
||||
((ConfigOptionFloat, nonplanar_layers_angle))
|
||||
((ConfigOptionFloat, nonplanar_layers_height))
|
||||
)
|
||||
|
||||
PRINT_CONFIG_CLASS_DEFINE(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue