-
Notifications
You must be signed in to change notification settings - Fork 7
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
Klipper/Fluidd running on external system (X-Smart 3) #1
Comments
It's a very interesting idea. Though we haven't done something like this before, however, I've gathered some related materials and discussions for you: https://www.klipper3d.org/FAQ.html#can-i-run-multiple-instances-of-klipper-on-the-same-host-machine According to these materials, It seems possible to install multiple Klipper/Moonraker instances on your primary Linux system using Kiauh by selecting multiple instances. Then, move the original Klipper files to the new location created by Kiauh and overwrite them, modifying the corresponding configurations, such as MCU. However, be aware that the printer's built-in screen, which is controlled by the original Linux system's software, may become non-functional after migration. I'm sorry I can't be of more assistance at this moment. However if you make any progress, I'd be more than happy to follow up and learn more about it. |
Hi, im interested in this too, i dont care about screen, i can use my old android phone as a klipperscreen, i just want the original klipper cuz your has some bugs, the problem is that in original klipper's configmenu i cant chose this custom bord that is here, can you pls tell me how do you build this klipper version? what do you select in the configmenu? also i want to know what is different about this klipper compared to the original @CChen616 |
also im know how to program so maybe i will be able to modify latest original klipper to work for this board |
Below is the firmware make config for the mainboard MCU: If you are not using a screen, then the printer should be able to operate normally with the original Klipper, but the You can obtain the version of Klipper we are based on by using: git clone https://github.com/Klipper3d/klipper.git
cd klipper
git checkout 0c74b3d8bfb8d06ac6ddc208a0a53bba235ee89d Then, you can compare with the modified version. |
thank you, for the sub mcu i managed to do that by myself, but for main mcu i was confused because in printer cfg there is info that 48bit bootloader should be used, isnt it misleading? |
i have already updated my klippers everywhere except in main mcu but everything works like it shold, i have mainsail instead of fluidd and im happy with that |
can u pls provide me with the flashing instructions for the main MCU @CChen616 |
The instructions written in the configuration are somehow incorrect. After compiling the Restart the machine and wait for MCU to be updated. |
Thank you very much! |
here is a community guide posted in the discord that walks through the process to install klipper https://github.com/Phil1988/FreeQIDI i will be trying this hopefully this weekend |
As this not my first 3d printer,I already have klipper/fluidd running on a dedicated linux box that has plenty of power to manage multiple printers. Is it possible to run your klipper/fluidd a dedicated box instead of built in? or at least install your custom klipper/fluidd along an existing install to manage the printer? it would be nice to manage all my printers from one place.
I see that klipper can handle managing multiple printers but I don't know if that will work as easily since you have modified the source in your fork. Another reason for this is that my system is likely much more powerful than what is on the stock board. But maybe it doesn't matter?
Was hoping to get any advice or input on this.
The text was updated successfully, but these errors were encountered: