mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-30 06:12:12 +00:00
Merge branch 'main' into enh-port-edit-gcode-dlg
This commit is contained in:
@@ -295,7 +295,7 @@ static std::vector<Vec2d> get_path_of_change_filament(const Print& print)
|
||||
: gcodegen.config().nozzle_temperature.get_at(gcodegen.writer().extruder()->id());
|
||||
}
|
||||
|
||||
// Ioannis Giannakas:
|
||||
// Orca:
|
||||
// Function to calculate the excess retraction length that should be retracted either before or after wiping
|
||||
// in order for the wipe operation to respect the filament retraction speed
|
||||
Wipe::RetractionValues Wipe::calculateWipeRetractionLengths(GCode& gcodegen, bool toolchange) {
|
||||
|
||||
@@ -572,6 +572,7 @@ void CalibPressureAdvancePattern::generate_custom_gcodes(const DynamicPrintConfi
|
||||
gcode << "; start pressure advance pattern for layer\n";
|
||||
|
||||
gcode << m_writer.travel_to_z(layer_height, "Move to layer height");
|
||||
gcode << m_writer.reset_e();
|
||||
}
|
||||
|
||||
// line numbering
|
||||
@@ -650,6 +651,7 @@ void CalibPressureAdvancePattern::generate_custom_gcodes(const DynamicPrintConfi
|
||||
gcode << m_writer.travel_to_z(zhop_height, "z-hop before move");
|
||||
gcode << move_to(Vec2d(to_x, to_y), m_writer, "Move back to start position");
|
||||
gcode << m_writer.travel_to_z(layer_height, "undo z-hop");
|
||||
gcode << m_writer.reset_e(); // reset extruder before printing placeholder cube to avoid
|
||||
} else {
|
||||
// everything done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user