mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-22 18:19:45 -07:00
Ported Slic3r::GCode::OozePrevention storage to XS
This commit is contained in:
@@ -35,6 +35,14 @@ class AvoidCrossingPerimeters {
|
||||
MotionPlanner* _layer_mp;
|
||||
};
|
||||
|
||||
class OozePrevention {
|
||||
public:
|
||||
bool enable;
|
||||
Points standby_points;
|
||||
|
||||
OozePrevention();
|
||||
};
|
||||
|
||||
class Wipe {
|
||||
public:
|
||||
bool enable;
|
||||
|
||||
Reference in New Issue
Block a user