PrusaSlicer 2.5.0 , toolchanger problem
-
Hi, I made my first attempt to slice with Prusaslicer a multicolor test. Cura works fine but the Prusa rises the nozzle about 10 mm when changing the tool. I do hope to get the Prusa´s nice painting feature in action. Any Idea what is it all about? As far as I can see there is no problem with the G-Code Z values.
Macros perhaps?
Curatest.gcode
Prusatest.gcode
config.g tpre0.g tpre1.g tfree0.g tfree1.gBoard: Duet 2 WiFi (2WiFi)
Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.1 (2022-06-01)
Duet WiFi Server Version: 1.26 -
@Pertti if the issue is that RRF is it restoring the Z height after a tool change, then see the RRF 3.4 upgrade notes at https://github.com/Duet3D/RepRapFirmware/wiki/Changelog-RRF-3.x#reprapfirmware-340, specifically the 4th item.
-
@dc42 Thanks! I try this:
...add command G1 R2 X0 Y0 Z2 Fxxx followed by G1 R2 Z0 Fxxx to the end of your tpost#.g files...
Looks like it works. Maybe better if the last leg before the new-tool-print-start could travel i mm higher, now it is scratching the print a little. I'm using the rapid change hotends an they can bend easily when touching the print.
Here I want to ask how to set standby temperatures to tools. I did not find such a feature in Prusa.
And how to tell the machine to put back the last tool after finishing the job.