Autocommit from 2025-11-30 13:37:30

Klipper version: v0.13.0-411-g938300f3

Moonraker version: v0.9.3-128-g960e933

Mainsail version: v2.15.0
This commit is contained in:
2025-11-30 13:37:30 -05:00
commit 33030a9ee8
20 changed files with 4747 additions and 0 deletions

40
beacon3d.cfg Normal file
View File

@@ -0,0 +1,40 @@
[beacon]
serial: /dev/serial/by-id/usb-Beacon_Beacon_RevH_1060224F5157383837202020FF0A200F-if00
x_offset: 0
y_offset: 23
mesh_main_direction: x
mesh_runs: 2
# Contact
contact_max_hotend_temperature: 180 # increase to probe at print temps
home_xy_position: 175, 175 # update with your safe position
home_z_hop: 5
home_z_hop_speed: 30
home_xy_move_speed: 300
home_method: contact # use proximity for induction homing
home_method_when_homed: proximity # after initial calibration use induction
home_autocalibrate: unhomed # contact will calibrate beacon on first home
#####################################################################
# resonance tester
#####################################################################
[resonance_tester]
accel_chip: beacon
probe_points:
175,175,20 # Voron 350 Middle
#####################################################################
# bed mesh
#####################################################################
[bed_mesh]
speed: 300
horizontal_move_z: 10
mesh_min: 40, 40
mesh_max: 310,310
fade_start: 0.6
fade_end: 10.0
probe_count: 5,5
algorithm: bicubic
#--------------------------------------------------------------------