mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 00:52:51 +00:00
Ported Slic3r::GCode::Wipe storage to XS
This commit is contained in:
@@ -35,6 +35,17 @@ class AvoidCrossingPerimeters {
|
||||
MotionPlanner* _layer_mp;
|
||||
};
|
||||
|
||||
class Wipe {
|
||||
public:
|
||||
bool enable;
|
||||
Polyline path;
|
||||
|
||||
Wipe();
|
||||
bool has_path();
|
||||
void reset_path();
|
||||
//std::string wipe(GCode &gcodegen, bool toolchange = false);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user