mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 21:44:08 -06:00
ooze prevention update: sync with PrusaSlicer
This commit is contained in:
parent
d872c62256
commit
c3f0b5e565
2 changed files with 16 additions and 56 deletions
|
@ -43,14 +43,13 @@ class ConstPrintObjectPtrsAdaptor;
|
|||
class OozePrevention {
|
||||
public:
|
||||
bool enable;
|
||||
Points standby_points;
|
||||
|
||||
OozePrevention() : enable(false) {}
|
||||
std::string pre_toolchange(GCode &gcodegen);
|
||||
std::string post_toolchange(GCode &gcodegen);
|
||||
|
||||
private:
|
||||
int _get_temp(GCode &gcodegen);
|
||||
int _get_temp(const GCode &gcodegen) const;
|
||||
};
|
||||
|
||||
class Wipe {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue