kennethkay
Posts: 2
Joined: Fri May 29, 2020 8:46 am

Need help with moving preprint nozzle location

I am using a Fusion F140 printer and have uploaded their fff file into simplify. Before it prints a part, it does a nozzle wipe on the glass bed then does a 4 corner auto-level check. I need to move this nozzle wipe location to a different position on the glass bed but can't figure out where this would be done. There is a start up script, but any x/y coordinates I have changed are not for this wipe location and i just can't seem to find it. Any help would be greatly appreciated!
zemlin
Posts: 431
Joined: Mon Feb 01, 2016 11:36 am

Re: Need help with moving preprint nozzle location

Can you post the start script?
kennethkay
Posts: 2
Joined: Fri May 29, 2020 8:46 am

Re: Need help with moving preprint nozzle location

I've tried changing the numbers on the wipe print head line but whatever number I put in made no difference


M104 S0 ;cancel S3D set temp
G21 ; set units to mm
G90 ; use absolute coordinates
T0 ; select tool 0
G92 E0.0 ; reset e count
M220 S100 ; reset speed multiplier
G32 ; probe bed
M190 S[bed2_temperature] ; set bed temperature and wait
M109 S[extruder0_temperature] ; set print head temperature and wait
; === pause for heating ===
; reset filament monitor
M42 P63 S0
G4 P100
G4 P50
M42 P63 S1
;
G1 Z10.0 F2000 ; move up
G1 E30.0 F500 ; prime extruder
G1 X20 Y15 F9000 ; move back
G1 Z0 F1000 ; move down to begin wipe
G1 X150 E4.0 F10000 ; wipe print head (extrude material while we do this)
G92 E0.0 ; reset e count

Return to “Troubleshooting and Bug Reports”