mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 23:45:58 +08:00
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:
parent
893d92273d
commit
56d281c720
@ -10,7 +10,7 @@
|
|||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
|
||||||
class GCodeWriter {
|
class GCodeWriter {
|
||||||
public:
|
public:
|
||||||
GCodeConfig config;
|
GCodeConfig config;
|
||||||
std::map<unsigned int,Extruder> extruders;
|
std::map<unsigned int,Extruder> extruders;
|
||||||
bool multiple_extruders;
|
bool multiple_extruders;
|
||||||
@ -48,7 +48,7 @@ class GCodeWriter {
|
|||||||
std::string unlift();
|
std::string unlift();
|
||||||
Pointf3 get_position() const;
|
Pointf3 get_position() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::string _extrusion_axis;
|
std::string _extrusion_axis;
|
||||||
Extruder* _extruder;
|
Extruder* _extruder;
|
||||||
unsigned int _last_acceleration;
|
unsigned int _last_acceleration;
|
||||||
@ -60,6 +60,6 @@ class GCodeWriter {
|
|||||||
std::string _retract(double length, double restart_extra, const std::string &comment);
|
std::string _retract(double length, double restart_extra, const std::string &comment);
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
} /* namespace Slic3r */
|
||||||
|
|
||||||
#endif
|
#endif /* slic3r_GCodeWriter_hpp_ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user