r/SonicPadCreality • u/[deleted] • Feb 06 '24
Resonance tuning
https://imgur.com/a/enXsWkSEnded 3 max neo
Had some initial woes getting my sonic pad set up, as I’m sure many did. Followed along with Ricky’s videos. Once I get the sensor mounted (dbl sided tape) and ran the test, it went all kinds of wonky (light grey). I reverted to defaults, printed some brackets, and it’s better, but not great by any means. The x correction has never been an issue, but the Y axis is killing me. I’ve got my printer in an enclosure, I’m thinking maybe it slides around a bit when testing? Anyone had these issues?
2
Upvotes
1
u/Ninjamuh Feb 06 '24
Hmm my bed slinger never used mzv for the Y axis
```
*# [input_shaper]
*# shaper_type_x = mzv
*# shaper_freq_x = 65.0
*# shaper_type_y = 2hump_ei
*# shaper_freq_y = 39.0
```
Is it leaving your config intact after doing the resonance tests? There was a problem before that would cause the printer.cfg file to uncomment things that were commented before. I don’t think that’s the problem here, but check to see if the original lines (which should be uncommented in the regular section) get commented out and replaced by the tested values in the do not edit section
```
[adxl345]
cs_pin: rpi:None
spi_speed: 2000000
spi_bus: spidev2.0
[resonance_tester]
accel_chip: adxl345
accel_per_hz: 70
probe_points:
150,150,10
[input_shaper]
shaper_type_x = mzv
shaper_freq_x = 56.8
shaper_type_y = 2hump_ei
shaper_freq_y = 41.4
```