Hello! This is my remake of the chichi nozzle cleaning holder for the Creality ender-3 s1 pro
The pain of correctly fitting the correct size for the fasteners
My g-code for ender-3 s1 pro:
M211 S0 ; start custom
G0 Z10
G0 X40 Y240 F2000
G0 Z7.5
M109 S200
G0 X70 F2000
G0 X40
G0 X70
G0 X40
G0 X70
G0 X40
G0 X70
G0 X40
G0 X70
G0 X40
G0 X70
G0 X40
G1 Z50 F240
G1 X2.0 Y10 F3000
M211 S1 ; end custom code
All my start g-code in creality print preset:
G90 ; use absolute coordinates
M83 ; extruder relative mode
M104 S150 ; set temporary nozzle temp to prevent oozing during homing
M140 S[bed_temperature_initial_layer_single] ; set final bed temp
G4 S30 ; allow partial nozzle warmup
G28 ; home all axis and restore leveling
G1 Z50 F240
G1 X2.0 Y10 F3000
M104 S[nozzle_temperature_initial_layer] ; set final nozzle temp
M190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize
M109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize
M211 S0 ; start custom
G0 Z10
G0 X40 Y240 F2000
G0 Z7.5
M109 S200
G0 X70 F2000
G0 X40
G0 X70
G0 X40
G0 X70
G0 X40
G0 X70
G0 X40
G0 X70
G0 X40
G0 X70
G0 X40
G1 Z50 F240
G1 X2.0 Y10 F3000
M211 S1 ; end custom code
M190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize
M109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize ; end custom
G1 Z0.28 F240
G92 E0
G1 X2.0 Y140 E10 F1500 ; prime the nozzle
G1 X2.3 Y140 F5000
G92 E0
G1 X2.3 Y10 E10 F1200 ; prime the nozzle
G92 E0
!!!Use at your own risk and expense!!!
The author remixed this model.
The pain of correctly fitting the correct size for the fasteners