#2.4 base printer.cfg with Beacon

4 messages · Page 1 of 1 (latest)

timid copper
#

I’m at the end of the build, finally, but can’t get Klipper to start because if issues with my config. Every issue I fix I get yet another error to fumble through. Anyone willing to share their 2.4 config with Beacon so I can work through issues with my install? TIA!

vast anchor
hollow kernel
#

Here is the beacon section on mine, but your serial is going to be unique to yours
[beacon]
serial: /dev/serial/by-id/usb-Beacon_Beacon_RevH_011A345C4E5737374D202020FF0A3B26-if00
x_offset: 0 # update with offset from nozzle on your machine
y_offset: 35 # update with offset from nozzle on your machine
mesh_main_direction: x
mesh_runs: 2

Then under the [stepper_z] make sure you have this:
endstop_pin: probe:z_virtual_endstop # beacon as virtual endstop

And make sure you have these somewhere (these are for my 300mm, not sure what size yours is)
[quad_gantry_level]
gantry_corners:
-60,-10
360,370
points:
50,25
50,225
250,225
250,25
speed: 200
horizontal_move_z: 5
retries: 10
retry_tolerance: 0.0075
max_adjust: 10

[bed_mesh]
speed: 300
horizontal_move_z: 3
mesh_min: 20,37
mesh_max: 270,270
fade_start: 0.6
fade_end: 10.0
probe_count: 100,100
algorithm: bicubic