LogoLogo
Discord
  • Documentation
  • Projects
  • Changelog
  • Welcome to ZeroG
  • Guides
    • Printing
      • Printing tips
      • Print settings
    • Design
  • Resources
    • Sourcing Guide
  • External Links
    • Discord
    • Github
  • FAQ
    • Mainsail
      • Mainsail Theme Setup
    • Frame
      • Blind joints, how do they work?
    • Electronics
      • Motherboards
        • Spider V3.0
        • LDO Voron Leviathan
        • BigTreeTech Kraken
        • BigTreeTech Octopus Pro
Powered by GitBook

Copyright © 2024, ZeroG. All rights reserved. ZeroG by https://zerog.one/ is licensed under a CC BY-NC-SA 4.0 International License.

On this page
  • Connect to SSH
  • SSH Console & Commands
  • Dashboard
  • Final Steps
  • Update Manager
  • That's it, Enjoy!

Was this helpful?

Edit on GitHub
Export as PDF
  1. FAQ
  2. Mainsail

Mainsail Theme Setup

Steps for setting up the mainsail theme for your user interface. Complete the installation with the provided instructions and enjoy the improved visual experience.

PreviousMainsailNextFrame

Last updated 5 months ago

Was this helpful?

Connect to SSH

1

Launch your SSH client.

First, launch your SSH client, in my case it's .

2

Sign in

Then enter your Raspberry’s local IP address in the “Host” or “Server” field.

Follow the prompts to connect to your Raspberry. Note that your local IP address may differ from the one used in the example.

3

Check your SSH Console

Your console should look similar to this.

SSH Console & Commands

Dashboard

1

Locate your Config Files

Locate the file ‘moonraker.conf’ and click on it.

2

Adding Them Update Script

Scroll down until you find the text [update_manager].

If you see an additional line that reads “enable_auto_refresh: True”, do not remove it. Simply proceed to the next line. Note that this line may not be present for all users.

3

Insert Code

[update_manager client ZeroGTheme]
type: git_repo
path: ~/zerog-mainsail-theme
origin: https://github.com/ZeroGDesign/zerog-mainsail-theme.git
install_script: install.sh
is_system_service: False
4

Confirm Changes

Confirm your code looks somewhat similar to this.

Final Steps

1

Press Save & Restart

2

Restart Moonraker

If a notification appears asking you to try again, click on it to proceed.

3

Refresh your Browser

Refresh your browser to check if the ZeroG theme is now visible.

Update Manager

On the right-hand side, you will see the Update Manager. You should now notice that ZeroGTheme has been added. This will enable you to easily obtain the latest updates as they become available for the ZeroG Mainsail Theme.

That's it, Enjoy!

Putty
1

Execute the following Commands

cd ~/
git clone https://github.com/ZeroGDesign/zerog-mainsail-theme.git
bash ~/zerog-mainsail-theme/install.sh
2

Double check

If done correctly out would look somewhat like this

The input field still shows a command we have to run, press ENTER on your keyboard to run the command.

3

Ran the Code

Once executed, your console should display the message ‘Theme has been installed, have fun!’ indicating that this step is now complete.