prusa mini- klipper error

Hi everybody... I have a issue with klipper.... I would like to use my prusa mini with ratos... motherboard flashed... all done without any problem but I have a klipper error in main sail I check the printer config file and ratos.cfg but didn't find the problem Did somebody have this issue?
44 Replies
fredz
fredzOP•7d ago
No description
fredz
fredzOP•7d ago
TheTik
TheTik•7d ago
Going through the config files now, have you already run through the configurator without issues?
fredz
fredzOP•7d ago
yes no issue in configurator
TheTik
TheTik•7d ago
line 65: 4p_toolhead_cooling_tach_pin=PE14, line 265: pin: PE14 line 267: tachometer_pin: ^PE14 did you make any edits to RatOS.cfg after running the configurator?
fredz
fredzOP•7d ago
nothing
TheTik
TheTik•7d ago
Have you updated ratos-configurator?
fredz
fredzOP•7d ago
yes all is up-to-date
TheTik
TheTik•7d ago
Hm. The Prusa Mini is not officially supported, maybe @miklschmidt could point us to who created the pinout/configs for this and we could ask them. In the meantime try running through the configurator again?
fredz
fredzOP•7d ago
ok i'm trying right now still same error
TheTik
TheTik•7d ago
Are you choosing 4-pin fans, or are those coming automatically?
fredz
fredzOP•7d ago
coming automatically ... if you choose another option you have a error in the end of configurator
TheTik
TheTik•7d ago
What is that error, out of curiosity?
fredz
fredzOP•7d ago
No description
TheTik
TheTik•7d ago
okay, run the configurator back the way you had it, and try editing line 265 to pin: PE9 I don't know enough about how the configurator works to figure out why these are explicit pins instead of their aliases as written in lines 62-67, but looking at boards/prusa-budd/config.cfg, that should get you up and running for now
fredz
fredzOP•7d ago
line 265 in RatOs.cfg?
fredz
fredzOP•7d ago
No description
fredz
fredzOP•7d ago
Another error after modify
fredz
fredzOP•7d ago
No description
TheTik
TheTik•7d ago
okay, open printer.cfg and change line 60 from [fan part_cooling_fan] to just [fan] hm, that might not do it. Lemme see what my printer.cfg looks like (if my dang printer will get on the network)
fredz
fredzOP•7d ago
After the change I have this now
fredz
fredzOP•7d ago
No description
TheTik
TheTik•7d ago
Give it a few minutes, I think that means it will at least start now
fredz
fredzOP•7d ago
I have another problem... every time I boot the pi , the RatOs modifications are away... the pe9 go back to pe14 error mcu now
TheTik
TheTik•7d ago
okay. We should have done this the right way in the first place, that is my mistake. In printer.cfg somewhere like line 128, add:
[heater_fan toolhead_cooling_fan]
pin: PE9
[heater_fan toolhead_cooling_fan]
pin: PE9
fredz
fredzOP•7d ago
done
fredz
fredzOP•7d ago
No description
TheTik
TheTik•7d ago
Your raspi is connected to the buddy, correct?
fredz
fredzOP•7d ago
yes
TheTik
TheTik•7d ago
Are you able to ssh into your pi?
fredz
fredzOP•7d ago
I'm connected
fredz
fredzOP•7d ago
No description
TheTik
TheTik•7d ago
run lsusb
fredz
fredzOP•7d ago
I pi@RatOS:~ $ lsusb Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 1d50:614e OpenMoko, Inc. stm32f407xx Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub pi@RatOS:~ $
TheTik
TheTik•7d ago
Okay, unplug the buddy and run it again. I think that second line will disappear
fredz
fredzOP•7d ago
yes it disappear
TheTik
TheTik•7d ago
doing some of this from memory as my pi is misbehaving. Are you familiar with the linux command line?
fredz
fredzOP•7d ago
nope don't worry ... I will install without ratos I cannot ask you to loose so much time.
TheTik
TheTik•7d ago
I got laid off a few weeks ago, I do have more time nowadays 😛 but I do need to run some errands. If you get it working with vanilla klipper, I'd be curious what you end up with in this section:
serial: /dev/RatOS/prusa-buddy
serial: /dev/RatOS/prusa-buddy
fredz
fredzOP•7d ago
I have this already in ratos.cfg
TheTik
TheTik•7d ago
right, but it isn't working. So I want to know what value does work
fredz
fredzOP•7d ago
I have change it by serial: /dev/serial/by-id/usb-Klipper_stm32f407xx_prusa-buddy-if00 but still the same error mcu
TheTik
TheTik•7d ago
is there a file in that directory? Can do a cd /dev/serai/by-id then ls
fredz
fredzOP•5d ago
It s ok now … thanks for help

Did you find this page helpful?