mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 17:26:33 +08:00

extruderValues('machine_nozzle_offset_x') := [0, 20, -18] map(abs(extruderValues('machine_nozzle_offset_x') := [0, 20, 18] max(map(abs(extruderValues('machine_nozzle_offset_x') := 20 So we take the highest offset of all extruders to get the area that can be reached by all extruders. And we take the abs() of all extruder values because positive or negative only means that the other extruders get offset in the same direction. Fixes #6997.