mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 01:52:11 +00:00
ENH: add firmware retract for 3rd printers
1. Add firmware retract for 3rd printers. Use G10,G11 Github: #2319,#969 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: If3a3d591c249a4323a08045f3cc86ffb3e477d0e
This commit is contained in:
@@ -4671,7 +4671,7 @@ std::string GCode::retract(bool toolchange, bool is_last_retraction, LiftType li
|
||||
|
||||
gcode += m_writer.reset_e();
|
||||
//BBS
|
||||
if (m_writer.extruder()->retraction_length() > 0) {
|
||||
if (m_writer.extruder()->retraction_length() > 0||m_config.use_firmware_retraction) {
|
||||
// BBS: force to use normal lift for spiral vase mode
|
||||
gcode += m_writer.lift(lift_type, m_spiral_vase != nullptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user