Eddy Installation

Need help setting up printer.cfg to make eddy working, I have already flashed the firmware on eddy.
30 Replies
Mike C
Mike COP•8mo ago
HELP! plssss
TheTik
TheTik•8mo ago
What do the Eddy docs say is the next step?
Mike C
Mike COP•8mo ago
i followed all the steps on documentation, but when i try to add the code for eddy in printer.cfg. klipper would have bunch of errors
TheTik
TheTik•8mo ago
What errors
Mike C
Mike COP•8mo ago
No description
blacksmithforlife
blacksmithforlife•8mo ago
upload your printer.cfg
Mike C
Mike COP•8mo ago
TheTik
TheTik•8mo ago
delete line 7 and pay more attention when copying and pasting 😛
blacksmithforlife
blacksmithforlife•8mo ago
you should copy and paste that into the section labelled
#############################################################################################################
### USER OVERRIDES
### Anything custom you want to add, or RatOS configuration you want to override, do it here.
### See: https://os.ratrig.com/docs/configuration/includes-and-overrides
#############################################################################################################
#############################################################################################################
### USER OVERRIDES
### Anything custom you want to add, or RatOS configuration you want to override, do it here.
### See: https://os.ratrig.com/docs/configuration/includes-and-overrides
#############################################################################################################
so lines 3-174 (minus line 7 as TheTik pointed out) should moved to the USER OVERRIDES section
Mike C
Mike COP•8mo ago
lmaoo i suck at this guys let me give u guy's advice a try
blacksmithforlife
blacksmithforlife•8mo ago
no, you just need to slow down and read the documentation
Mike C
Mike COP•8mo ago
No description
blacksmithforlife
blacksmithforlife•8mo ago
upload the latest printer.cfg
Mike C
Mike COP•8mo ago
TheTik
TheTik•8mo ago
did you edit any other files?
Mike C
Mike COP•8mo ago
i did not just the printer.cfg
blacksmithforlife
blacksmithforlife•8mo ago
I guess upload your klipper.log file so we can see everything
TheTik
TheTik•8mo ago
yeah, cause I'm not seeing "query_probe" in the printer.cfg at all nor multiple includes
Mike C
Mike COP•8mo ago
sorry for the super late reply i got sick for 2 days
Mike C
Mike COP•8mo ago
TheTik
TheTik•8mo ago
File "/home/pi/klipper/klippy/gcode.py", line 132, in register_command
raise self.printer.config_error(
configparser.Error: gcode command QUERY_PROBE already registered
File "/home/pi/klipper/klippy/gcode.py", line 132, in register_command
raise self.printer.config_error(
configparser.Error: gcode command QUERY_PROBE already registered
This suggests that something with the klipper/ratos install is slightly awry. What version of ratos are you running? And have you used the Update Manager under the Machine tab?
Mike C
Mike COP•8mo ago
v2.0.2-36-g230929e3
TheTik
TheTik•8mo ago
What does your Update Manager look like?
Mike C
Mike COP•8mo ago
No description
blacksmithforlife
blacksmithforlife•8mo ago
ohh you are on 2.0, that is old and you should upgrade to 2.1
Mike C
Mike COP•8mo ago
ouhh can i do the update thru rat os or do i need to do it with an sdcard?
blacksmithforlife
blacksmithforlife•8mo ago
SD card
atomikspace
atomikspace•5mo ago
I am getting that same issue with a fresh install of 2.1 gcode command QUERY_PROBE already registered all I did was to add the eddy macro code to the printer.cfg something is conflicting and im not sure where it could be https://github.com/bigtreetech/Eddy/blob/master/sample-bigtreetech-eddy-zoffbeta.cfg
GitHub
Eddy/sample-bigtreetech-eddy-zoffbeta.cfg at master · bigtreetech/...
Contribute to bigtreetech/Eddy development by creating an account on GitHub.
atomikspace
atomikspace•5mo ago
I think it's because I need to initially have the z-offset set in my [probe] section but this conflicts, in 2.0 I could just comment out the probe section
TheTik
TheTik•5mo ago
Open your own thread please, and drop your debug.zip

Did you find this page helpful?