Difference between revisions of "Rebuild"

From iagent
Jump to: navigation, search
(Created page with "Rebuild is a simplified build system for making images for Recore. It is based on Armbians Build system, and adapted to the creating finished images for printing with Mainsail...")
 
Line 1: Line 1:
Rebuild is a simplified build system for making images for Recore. It is based on Armbians Build system, and adapted to the creating finished images for printing with Mainsail, Fluidd or OctoPrint as user interfaces.  
+
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.  
  
 +
The images are available to download from the build server:
 +
[https://github.com/intelligent-agent/Rebuild https://github.com/intelligent-agent/Rebuild]
  
 
KlipperScreen is running on X, so a new config should allow rotating the screen.  
 
KlipperScreen is running on X, so a new config should allow rotating the screen.  

Revision as of 21:05, 21 June 2023

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.

The images are available to download from the build server: https://github.com/intelligent-agent/Rebuild

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