Difference between revisions of "Rebuild v1.0.0"
From iagent
(→Latest images) |
|||
Line 30: | Line 30: | ||
sudo systemctl restart KlipperScreen | sudo systemctl restart KlipperScreen | ||
</pre> | </pre> | ||
+ | |||
+ | <div class="alert alert-success"> | ||
+ | ===='''Important'''==== | ||
+ | If you get in a situation where Klipper is unable to start normally, replace the content of the "printer.cfg" file with the default that came with Rebuild. The default config file should be available in the "config examples" folder in Fluidd and Mainsail. | ||
+ | <div class="res-img"> | ||
+ | [[File:Config-examples.png]] | ||
+ | </div> | ||
+ | </div> |
Revision as of 13:29, 13 May 2024
Rebuild is a complete Linux image for Recore 3D printer controller boards. It comes with Klipper installed and the choice of either MainSail, Fluidd or OctoPrint.
Rebuild is still in testing There is a release candidate available: v1.0.0-RC1
Installing an image
For instructions on making a flasher image, have a look at Reflash
Note
In order to install Rebuild v1.0.0-RC1, you need to use Reflash v1.0.0-RC0 or newer.
Latest images
The latest images for Recore are available from github: https://github.com/intelligent-agent/Rebuild/releases, but you can also choose to install an image directly from Reflash.
KlipperScreen is running on X, so a new config should allow rotating the screen.
sudo nano /usr/share/X11/xorg.conf.d/90-monitor.conf
Add the following:
Section "Monitor" Identifier "HDMI-1" Option "Rotate" "left" EndSection
After that, KlipperScreen can be restarted.
sudo systemctl restart KlipperScreen