mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Support firmware retration and retract_restart_extra
This commit is contained in:
@@ -4085,7 +4085,7 @@ std::string GCode::retract(bool toolchange, bool is_last_retraction)
|
||||
|
||||
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: don't do lazy_lift when enable spiral vase
|
||||
size_t extruder_id = m_writer.extruder()->id();
|
||||
auto _lift = m_config.z_lift_type.value;
|
||||
|
||||
Reference in New Issue
Block a user