Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asxl chip error running vibrations measurement #101

Closed
1 task done
CD1010 opened this issue May 4, 2024 · 4 comments
Closed
1 task done

asxl chip error running vibrations measurement #101

CD1010 opened this issue May 4, 2024 · 4 comments
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@CD1010
Copy link

CD1010 commented May 4, 2024

K-Shake&Tune module branch

  • I confirm using the main branch

Version

3.0

Describe the bug and expected behavior

Just got latest kippain tonight. getting this error when i try to run machine vibrations measurement.

I was able to run belt tuning no issue, so adxl is fine. I am using beacon as my adxl.

7:24 PM The value 'adxl345' is not valid for CHIP 7:24 PM The value 'adxl345' is not valid for CHIP 7:24 PM CoreXY kinematics mode 7:24 PM 7:24 PM This operation can not be interrupted by normal means. Hit the "emergency stop" button to stop it if needed 7:24 PM Starting machine vibrations profile measurement__

Additional information and klippy.log

klippy (1).zip

[mcu adxl]
serial: /dev/serial/by-id/usb-Anchor_Rampon-if00

[adxl345]
cs_pin: adxl:CS

[resonance_tester]
accel_chip:  adxl345 adxl345
probe_points:
   150,150,40
# Edit the above line with the correct probe points location. I recommend the center of your bed for X & Y, 20 for Z.
# For 350 mm printers: 175,175,20
# For 300 mm printers: 150,150,20
# For 250 mm printers: 125,125,20
# For 120 mm printers: 60,60,20
@CD1010 CD1010 added the bug Something isn't working label May 4, 2024
@Frix-x
Copy link
Owner

Frix-x commented May 12, 2024

I think this is a Klipper configuration problem because you have two chips on the same line here:

accel_chip:  adxl345 adxl345

@Frix-x Frix-x removed the bug Something isn't working label May 12, 2024
@CD1010
Copy link
Author

CD1010 commented May 13, 2024

I put that in as an experiment. That is a way to give the accel a name in klipper. Anyway, i removed the second asdl1345 and still got the error.

FPS: 14

Send code...
8:03 PM
The value 'adxl345' is not valid for CHIP
8:03 PM
The value 'adxl345' is not valid for CHIP

@CD1010
Copy link
Author

CD1010 commented May 13, 2024

Tried calling this macro also
ACCELEROMETER_MEASURE CHIP=adxl345 It complained with same error ( I saw that create_vibrations_profile calls it )
Not familiar with this macro language.

@Frix-x
Copy link
Owner

Frix-x commented May 13, 2024

Yes, so that's definitely a Klipper problem then as ACCELEROMETER_MEASURE is a system command.

I think you should look for help on Klipper discord directly about it and/or look at the official documentation here: https://www.klipper3d.org/Measuring_Resonances.html#software-installation
Also maybe, the Beacon documentation has some more info, but I'm not really familiar with this device...

@Frix-x Frix-x added invalid This doesn't seem right bug Something isn't working labels May 13, 2024
@Frix-x Frix-x closed this as completed May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants