Skip to content

Commit

Permalink
added Beacon accelerometer support (Frix-x#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
Svennixx authored Mar 20, 2024
1 parent 1c5c662 commit 1d9a2b5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/hardware/accelerometers/beacon_accelerometer.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Only for Beacon REV H model, REV D does not have a build in accelerometer
# You need to include beacon_virtual.cfg and set the correct serial in your overrides for this to work
# Accelerometer pins etc are all handeled internally by the Beacon Klipper plugin.
[resonance_tester]
accel_chip: beacon
probe_points:
-1,-1,-1


# Include the IS calibration macros to unlock them when
# an accelerometer is installed on the machine
[include ../../../macros/helpers/resonance_override.cfg]
[include ../../../scripts/K-ShakeTune/K-SnT_*.cfg]
2 changes: 2 additions & 0 deletions user_templates/printer.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@
# [include config/hardware/accelerometers/adxl345_Fysetc_SB_Can_TH.cfg] # For ADXL plugged in Fysetc SB Can TH boards

# [include config/hardware/accelerometers/lis2dw_usb_rp2040_spi1.cfg] # For BTT S2DW V1.0, ...

# [include config/hardware/accelerometers/beacon_accelerometer.cfg] # For Beacon Rev H make sure Beacon. Do not forget to include the beacon_virtual_probe in the PROBE section!
# ----------------------------------------------------------------------------------------


Expand Down

0 comments on commit 1d9a2b5

Please sign in to comment.