; Runs after firmware thinks Tool1 is selected ; Note: tool offsets are applied at this point! ; Note that commands prefixed with G53 will NOT apply the tool offset. ; Tool 2 position ; X100.0 Y337.0 / max Y272 G1 F13200 M564 S0 G53 G1 Y267 ; Y-Rapid to the approach position with tool-0. (park_x, park_y - offset) G4 P250 G53 G1 X100 ; X-Rapid to the approach position with tool-0. (park_x, park_y - offset) M116 P2 ; Wait for set temperatures to be reached ;M106 S0.5 ; turn on PCF to cool down purge extrusion M302 P0 ; Prevent Cold Extrudes, just in case temp setpoints are at 0 G1 R2 Z0 ; Restore prior position now accounting for new tool offset G53 G1 Y337 F6000 ; Controlled move to the park position with tool-0. (park_x, park_y) M98 P"/macros/tool_lock.g" ; Lock the tool G90 G91 G1 Z3 G90 ; drop bed slightly G53 G1 Y322 F3000 ; move slightly back to clear purge channel G1 E5 F400 ; Purge the nozzle. G1 E8 F100 G4 S1 ; Slight Delay ; slow wipe cycles G1 F6000 G53 G1 Y277 ; Wipe backwards away from dock G53 G1 Y330 ; Wipe forwards towards dock ; fast wipe cycles G1 F13200 G53 G1 Y277 ; Wipe backwards away from dock G53 G1 Y330 ; Wipe forwards towards dock G53 G1 Y277 ; Wipe backwards away from dock G53 G1 Y330 ; Wipe forwards towards dock G1 F13200 ; move to tool clear line G53 G1 Y267 ; Wipe Backwards and get clear of tool row, in case next move is large X move. ;G1 R2 X0 ;G1 R2 Y0 G1 R2 Z0 ; Restore prior position now accounting for new tool offset M106 R2 ; restore print cooling fan speed M564 S1