mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
RP2040 adxl345 working. Input shaper values adjusted.
This commit is contained in:
10
printer.cfg
10
printer.cfg
@@ -14,7 +14,7 @@
|
||||
[include ./cfgs/beeper.cfg]
|
||||
|
||||
# NOTE Uncomment the ONE of the following lines if you're using an adxl345
|
||||
# [include ./cfgs/adxl-rp2040.cfg]
|
||||
[include ./cfgs/adxl-rp2040.cfg]
|
||||
# [include ./cfgs/adxl-direct.cfg]
|
||||
|
||||
[mcu]
|
||||
@@ -168,10 +168,10 @@ encoder_pins: ^PB14, ^PB10
|
||||
click_pin: ^!PB2
|
||||
|
||||
[input_shaper]
|
||||
shaper_freq_x = 56.0
|
||||
shaper_type_x: mzv
|
||||
shaper_freq_y = 59.0
|
||||
shaper_type_y: 3hump_ei
|
||||
shaper_freq_x = 102.2
|
||||
shaper_type_x: 3hump_ei # mzv
|
||||
shaper_freq_y = 41.8 # 59.0
|
||||
shaper_type_y: mzv # 3hump_ei
|
||||
|
||||
[bed_screws]
|
||||
screw1: 26.5, 31
|
||||
|
||||
Reference in New Issue
Block a user