Ultimaker / CuraEngine

Powerful, fast and robust engine for converting 3D models into g-code instructions for 3D printers. It is part of the larger open source project Cura.
https://ultimaker.com/en/products/cura-software
GNU Affero General Public License v3.0
1.66k stars 871 forks source link

CURA-11796 Combine the long and short unretracts at nozzle switch #2103

Closed wawanbreton closed 5 days ago

wawanbreton commented 1 week ago

We now try to insert the nozzle switch retract at the same time as the travel move to the nozzle switch position, to avoid oozing during this (long) move. If there is no such move, it will fallback to the old behavior, but this should quite never happen.

CURA-11796

Requires https://github.com/Ultimaker/CuraEngine_grpc_definitions/pull/16