Rebuild

From iagent
Revision as of 20:50, 21 June 2023 by Elias (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.


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