June 12, 2023
Description
So I tried several covers for the sprite pro fix without success. There's one with bolts to hold the switch, there's another one that uses the switch that comes with the Neo but I can't buy that switch locally so I made my own cover to fit the small switch sold by creality instead of the big switch that comes with the Neo. No spacers needed. Recommend you print it “standing” up to avoid most supports. Can be printed almost without supports. Fast print too.
Can be done in 0.28 super draft or 0.2mm for a better finish. PLA. 205°C 60°C
Its plug n play using the following Gcode for the crtouch offset, used a note pad and print the file. The ESteps can be changed in the configuration on the screen of the printer (424.9)
M851 X-31 Y-42
M500
If you are using the Sonic Pad, this has to be in the printer.cfg file as follows to compensate and have the beshmesh leveling done properly with the new offset.
bltouch]
sensor_pin: ^PB1
control_pin: PB0
x_offset: -31
y_offset: -42
#z_offset: 0
speed: 20
samples: 1
sample_retract_dist: 8.0
stow_on_each_sample = false #high speed for bltoch
[safe_z_home]
home_xy_position: 140,120 # Change coordinates to the center of your print bed
speed: 150
z_hop: 10 # Move up 10mm
z_hop_speed: 10
[bed_mesh]
probe_count = 5,5
algorithm = bicubic
speed: 120
mesh_min: 10,10 #need to handle head distance with bl_touch
mesh_max: 189,178 #max probe range
# probe_count: 5,5
fade_start: 1
fade_end: 10
fade_target: 0
# algorithm: bicubic
License:
Creative Commons — Attribution — Noncommercial
7