Bugfix: use Lift-z option for 2. extruder #3385

Thanks to https://github.com/platsch
https://github.com/alexrj/Slic3r/pull/3392
This commit is contained in:
bubnikv 2016-09-26 12:49:29 +02:00 committed by Alessandro Ranellucci
parent 893d92273d
commit 56d281c720

View File

@ -60,6 +60,6 @@ class GCodeWriter {
std::string _retract(double length, double restart_extra, const std::string &comment);
};
}
} /* namespace Slic3r */
#endif
#endif /* slic3r_GCodeWriter_hpp_ */