mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Add oversampling and gaussian filter to hollowing.
* Additional steps hollowing and drilling in SPAPrint * Remove SLABoilerPlate.hpp as it was empty.
This commit is contained in:
parent
d9d11e5686
commit
07fb9f6559
14 changed files with 66 additions and 93 deletions
|
@ -18,7 +18,9 @@ enum SLAPrintStep : unsigned int {
|
|||
};
|
||||
|
||||
enum SLAPrintObjectStep : unsigned int {
|
||||
slaposHollowing,
|
||||
slaposObjectSlice,
|
||||
slaposDrillHolesIfHollowed,
|
||||
slaposSupportPoints,
|
||||
slaposSupportTree,
|
||||
slaposPad,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue