mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
Bug: Fix retraction issues with PA pattern calibration (#3314)
* Attempt to fix retraction issues with PA pattern calibration * PA pattern test fix - retract and wipe on layer change * Naming convention * fix crash
This commit is contained in:
parent
1067fc2649
commit
0bf78f8e9e
3 changed files with 13 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue