Difference between revisions of "Rebuild"

From iagent
Jump to: navigation, search
 
Line 1: Line 1:
 
[[File:Rebuild header.png|center]]
 
[[File:Rebuild header.png|center]]
Rebuild is a simplified build system for making images for Recore. It is based on Armbian's Build system, and adapted to the creating finished images for printing with Mainsail, Fluidd or OctoPrint as user interfaces.
 
 
 
 
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 a complete Linux image for Recore 3D printer controller boards. It comes with Klipper installed and the choice of either MainSail, Fluidd or OctoPrint.  
  

Latest revision as of 12:10, 23 March 2024

Rebuild header.png

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