Difference between revisions of "Rebuild v1.0.0"
(→Latest images) |
(→Important) |
||
Line 33: | Line 33: | ||
<div class="alert alert-success"> | <div class="alert alert-success"> | ||
===='''Important'''==== | ===='''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. | + | If you get in a situation where Klipper is unable to start normally, replace the content of the "printer.cfg" file with the default config file that came with Rebuild. The default config file should be available in the "config examples" folder in Fluidd and Mainsail. You might need to do a full reboot of the board after going back to that default config. This is a good way to get back to a known working image. |
<div class="res-img"> | <div class="res-img"> | ||
[[File:Config-examples.png]] | [[File:Config-examples.png]] | ||
</div> | </div> | ||
</div> | </div> |
Revision as of 13:31, 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
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 config file that came with Rebuild. The default config file should be available in the "config examples" folder in Fluidd and Mainsail. You might need to do a full reboot of the board after going back to that default config. This is a good way to get back to a known working image.