Closed minikN closed 3 years ago
Since you're using a Raspberry, why don't you switch to Klipper? It's working perfectly fine, you're able to change the config in OctoKlipper and you're able to use the processing power of your Pi! :)
I know it's not answering your question, but I don't get it, why people still use Marlin :D
Since you're using a Raspberry, why don't you switch to Klipper? It's working perfectly fine, you're able to change the config in OctoKlipper and you're able to use the processing power of your Pi! :)
I know it's not answering your question, but I don't get it, why people still use Marlin :D
Im currently not interested in looking into Klipper. Im new to 3d printing and I'd lile to fully understand my setup before switching to something new.
But the pin you write are correct? pin8 tx0 pin10 rx0, not 7 and 8
Since you're using a Raspberry, why don't you switch to Klipper? It's working perfectly fine, you're able to change the config in OctoKlipper and you're able to use the processing power of your Pi! :)
I know it's not answering your question, but I don't get it, why people still use Marlin :D
xD For me Klipper doesn't allow to use usb for connection RPI 4 to skr 1.4 turbo (btw octopi can see same skr plate with Marlin from same RPI 4). I want to use Klipper, but I can't. If you know how to change bin compiler in Klipper (to make him work correctly) - please help. Even lsusb can't show me any changes on dev directory when I use Klipper firmware on SKR 1.4 Turbo. Maybe you know other workaround?
So I use Marlin because it works. Not because I want to.
Hi, suffering through the same issue. How was this resolved?
Hi, suffering through the same issue. How was this resolved?
Hello! In my case:
re-install Marlin; Apply base config; Install Klipper; Follow Klipper instructions.
It seems like Marlin have more power in firmware, even if Klipper installed.
Hello,
I can't for the life of me figure out what I'm doing wrong connection an RPI to my SKR 1.4 using the GPIO pins. I'm using this picture from the manual as a reference:
,
A pin layout for the RPI can be found here.
I'm pretty sure I wired it up correctly. I did the following changes to the RPI:
In
/boot/config.txt
I added:In
/boot/cmdline.txt
I removed:In addition I did:
I then restarted the PI. In Marlin I changed the following:
In
Configuration.h
:I then added the serial port
/dev/ttyAMA0
to OctoPrint:Here comes the weird part: When I did this for the first time I was able to connect to my printer via OctoPrint (just once). I thought I would try to change the baudrate to
250000
just to see if it would work. I changed it in Marlin and in OctoPrint accordingly. It didn't work (for whatever reason). Then I changed it back to115200
. Besides that I didn't touch anything else. However ever since that single successfull connection it won't connect again no matter how I tinker with it. I don't think this is an issie with the RPI but with the printer. This is the terminal output when tryint to connect:I also tried re-initializing the EEPROM with a
M502
followed by aM500
(after switching back to USB connection).Can anyone help me with this?