mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Added input shaper settings.
This commit is contained in:
10
macros/adxl-direct.cfg
Normal file
10
macros/adxl-direct.cfg
Normal file
@@ -0,0 +1,10 @@
|
||||
[mcu rpi]
|
||||
serial: /tmp/klipper_host_mcu
|
||||
|
||||
[adxl345]
|
||||
cs_pin: rpi:None
|
||||
|
||||
[resonance_tester]
|
||||
accel_chip: adxl345
|
||||
probe_points:
|
||||
111.5, 111.5, 20
|
||||
16
printer.cfg
16
printer.cfg
@@ -15,8 +15,9 @@
|
||||
[include ./macros/PARKING.cfg]
|
||||
[include ./macros/MECHANICAL_GANTRY_CALIBRATION.cfg]
|
||||
[include ./macros/beeper.cfg]
|
||||
# Uncomment the following line if you're using an adxl345, and have it setup
|
||||
# [include ./adxl-rp2040.cfg]
|
||||
# Uncomment the ONE of the following lines if you're using an adxl345
|
||||
# [include ./marcros/adxl-rp2040.cfg]
|
||||
# [include ./macros/adxl-direct.cfg]
|
||||
|
||||
[mcu]
|
||||
# Obtain definition by "ls -l /dev/serial/by-id/"
|
||||
@@ -175,8 +176,15 @@ sid_pin: PB15
|
||||
encoder_pins: ^PB14, ^PB10
|
||||
click_pin: ^!PB2
|
||||
|
||||
[filament_switch_sensor fil_sensor]
|
||||
switch_pin: PA4
|
||||
[input_shaper]
|
||||
shaper_freq_x = 56.0
|
||||
shaper_type_x: mzv
|
||||
shaper_freq_y = 59.0
|
||||
shaper_type_y: 3hump_ei
|
||||
|
||||
# // TODO Get this working
|
||||
# [filament_switch_sensor fil_sensor]
|
||||
# switch_pin: PA4
|
||||
|
||||
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||
|
||||
Reference in New Issue
Block a user