Hello,
i did flash the bootloader on my CR 10 and connectet it to the sonic pad.
Everything works fine.
Now i want to add a ABL Sensor to the CR 10.
How do i change the settings on the Sonic Pad so its gone work with the ABL Sensor?
Greatings
Hello,
i did flash the bootloader on my CR 10 and connectet it to the sonic pad.
Everything works fine.
Now i want to add a ABL Sensor to the CR 10.
How do i change the settings on the Sonic Pad so its gone work with the ABL Sensor?
Greatings
Could you help me? I have the same printer, but I can't install SonicPad. When I select it from the menu, the printer gets stuck in a loop and doesn't install in SonicPad. It seems to be a firmware issue...
Hi Chris.
The macro for BLTouch / CRTouch may be included in the printer.cfg file which can be accessed by fluidd.
Check the macro list on the main page of fluidd, the macro may be there already. All macros are highlighted in blue.
IF you can not find the macro check the documentation for the correct macro.
This is the macro from my sonic pad for my ender3 S1 Pro:-
[bltouch]
sensor_pin: ^PC14 #signal check port ^stand for pull up
control_pin: PC13 #singal control prot
x_offset: -30.0
y_offset: -40.0
#z_offset: 0 #z off_set configuration
speed: 20
stow_on_each_sample = false #high speed for bltoch,
samples: 1
probe_with_touch_mode = true
[safe_z_home]
home_xy_position:145,155
speed: 200
G29 in z_hop: 10
z_hop_speed: 10
[bed_mesh]
speed: 150
mesh_min: 15,30 #need to handle head distance with bl_touch
mesh_max: 210,190 #max probe range
probe_count: 4,4
fade_start: 1
fade_end: 10
fade_target: 0
algorithm: bicubic
You may need to check the pinout for the processor board you are using as well and the bed size.
The X and Y offset will have to be set for you hot end. Negative values are for the left and in front of the hot end nozzle and are measured in MM.
If you are installing a BLTouch, the white and black wires go the Z limit socket.
Hope this helps.
Bill