Thingiverse
Nozzle Wiping Layer Cura Post Processing Script
von wctt
1
Downloads
3
Likes
0
Makes
Rename this ".txt" to be a ".py" file. (Thingiverse does not allow me to upload ".py" files)
This is a script to modify the G-Code to wipe the nozzle with the nozzle brush modifications for Ender 3 (or other similar printers). It allows you to set the wiping mechanism to be at specific intervals of layers. I didn't want to wipe every layer as that is not really that useful and adds a lot of unnecessary print time.
To install it, you will need to put this "LayerWipe.py" file in the cura scripts directory. For Windows, it should be something like "C:\Users\\AppData\Roaming\cura\\scripts".
The variables for X start/stop are the coordinates where the brush starts and stops. The wipe speed is the speed that the nozzle moves at.
At the end of the nozzle wiping, it should move back to the last known position of gcode that was moved with G0.
For reference, this is essentially the Gcode commands I used (with my coords):
M211 S0 ; disable travel limits
G0 X245 F9000 ; wipe
This is a script to modify the G-Code to wipe the nozzle with the nozzle brush modifications for Ender 3 (or other similar printers). It allows you to set the wiping mechanism to be at specific intervals of layers. I didn't want to wipe every layer as that is not really that useful and adds a lot of unnecessary print time.
To install it, you will need to put this "LayerWipe.py" file in the cura scripts directory. For Windows, it should be something like "C:\Users\\AppData\Roaming\cura\\scripts".
The variables for X start/stop are the coordinates where the brush starts and stops. The wipe speed is the speed that the nozzle moves at.
At the end of the nozzle wiping, it should move back to the last known position of gcode that was moved with G0.
For reference, this is essentially the Gcode commands I used (with my coords):
M211 S0 ; disable travel limits
G0 X245 F9000 ; wipe
wctt veröffentlicht auch auf
2 zusätzliche Modelle auf 1 weiteren Plattformen
Hast du dieses Modell gedruckt? Einloggen und dein Make teilen!
Melde dich an, um einen Kommentar zu hinterlassen
AnmeldenNoch keine Kommentare – sei der Erste!