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

Option 'data_rate' is not valid in section 'probe_eddy_current btt_eddy' #1

Closed
krautech opened this issue Apr 25, 2024 · 14 comments
Closed

Comments

@krautech
Copy link
Contributor

Screenshot 2024-04-25 114850
Screenshot 2024-04-25 115027

Following the guide. Have gotten it flashed with latest firmware etc but when adding the config to my printer.cfg this happens and halts the printer on restart.

@krautech
Copy link
Contributor Author

I removed the data_rate: 500 line and it started successfully with no immediate issues. I will continue with the setup process and see if any issues arise from removing this line or whether something else is wrong.

@bigtreetech
Copy link
Owner

Hi, it seems that you have not use the klipper version of bigtreetech https://github.com/bigtreetech/klipper/tree/eddy

The upstream of Klipper has not yet merged the PR of eddy fully functional (Kevin and Arksine are discussing a more elegant and robust way to implement this feature), so we need use the bigtreetech version of klipper to use eddy for the time being.

Please execute the following command in ssh to switch klipper to bigtreetech version

cd ~/klipper/
git remote add eddy https://github.com/bigtreetech/klipper
git fetch eddy
git checkout eddy/eddy

Restart klipper in the Mainsail, or execute the following command in the ssh command to restart klipper

sudo systemctl restart klipper

@krautech
Copy link
Contributor Author

Ill try again but I followed word for word out of the docs you supplied and those are the commands I used initially where I pulled BTTs version of klipper and still had the issue. Although, in the docs there isnt anything about restarting klipper via ssh (This may need to be added to the documentation.

@krautech
Copy link
Contributor Author

A simple restart in mainsail didnt work nor did issuing the command. However after running sudo reboot on the Pi and allowing it to reboot, this now is fixed.

Could a reboot command be added between step 1 and 2 here please for anyone who may encounter this issue as well. Thanks guys. Will continue with the setup process.
fixplease

@bigtreetech
Copy link
Owner

Could a reboot command be added between step 1 and 2 here please for anyone who may encounter this issue as well.

Got it, Will add this step.

Thank you very much for this feedback.

@krautech
Copy link
Contributor Author

No worries happy to help 👍

@Hoot0118
Copy link

I keep trying this command outlined to git eddy but it keeps requesting username and password.
cd ~/klipper/
git remote add eddy https://github.com/bigtreetech/klipper
git fetch eddy
git checkout eddy/eddy

@Hoot0118
Copy link

anybody?

@krautech
Copy link
Contributor Author

Hmm it definitely shouldnt be requesting a username and password. Have a screenshot?

@Hoot0118
Copy link

Hmm it definitely shouldnt be requesting a username and password. Have a screenshot?

1

@krautech
Copy link
Contributor Author

krautech commented May 17, 2024 via email

@Hoot0118
Copy link

Hoot0118 commented May 17, 2024

@
1

cd ~/klipper/
git remote add eddy https://github.com/bigtreetech/klipper
git fetch eddy
git checkout eddy/eddy

Check your spelling 👍

On Fri, 17 May 2024, 3:42 pm Hoot0118, @.> wrote: Hmm it definitely shouldnt be requesting a username and password. Have a screenshot? 1.jpg (view on web) https://github.com/bigtreetech/Eddy/assets/167232101/b1eab705-e490-4f09-a890-244f9f369281 — Reply to this email directly, view it on GitHub <#1 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABIZAYYAGRW65DMG47N4ZSDZCWKENAVCNFSM6AAAAABGX6QXG6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJWG4ZDIOBXHE . You are receiving this because you modified the open/close state.Message ID: @.>

when i copy and past these in i get same thing?? iseen the error in screen shot but thats what it replied back with

cd ~/klipper/
git remote add eddy https://github.com/bigtreetech/klipper
git fetch eddy
git checkout eddy/eddy

@Hoot0118
Copy link

Hoot0118 commented May 22, 2024

I'm not seeing where i miss spelled anything as i double checked as copy and pasting from guide but i keep having this issue where one step that's hanging me up asking for password it did the first command fine the first time which is why i get already exist. but when i follow up with the git fetch eddy command the username and password keeps showing up.

biqu@BTT-CB1:~/klipper$ make flash FLASH_DEVICE=2e8a:0003
Flashing out/klipper.uf2 to 2e8a:0003
sudo lib/rp2040_flash/rp2040_flash out/klipper.uf2

Loaded UF2 image with 109 pages
Found rp2040 device on USB bus 1 address 43
Flashing...
Resetting interface
Locking
Exiting XIP mode
Erasing
Flashing
Rebooting device
biqu@BTT-CB1:/klipper$ ls /dev/serial/by-id/*
/dev/serial/by-id/usb-Klipper_rp2040_4547415053030ABA-if00
/dev/serial/by-id/usb-Klipper_stm32g0b1xx_1F004D001450415833323520-if00
biqu@BTT-CB1:
/klipper$ git remote add eddy https://github.com/bigtreetech/klipper
error: remote eddy already exists.
biqu@BTT-CB1:~/klipper$ git fetch eddy
Username for 'https://github.com':
Password for 'https://github.com':

eddy is set up but anytime i try to home calibrate eddy current it says must home axis first and rinse and repeat this is the only step i cannot complete as it ask for password
These are the commands

git remote add eddy https://github.com/bigtreetech/klipper
git fetch eddy
git checkout eddy/eddy

copied directly from https://github.com/krautech/btt-eddy-guide i am using a cb1 on a manta m4p flashed with btt klipper but for life of me cannot get it to function any help be greatly appreciated. Thanks in advance for taking time to help a guy out beating my head on wall with this one normally im pretty good at this but this one giving me a run for my money!

@mateusdemboski
Copy link

Hey @Hoot0118! Hope you are doing good!

Try these steps:

git remote remove eddy
git remote add eddy https://github.com/bigtreetech/klipper
git fetch eddy
git checkout eddy/eddy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants