* Update necessary-cfg for grammar and readability fixes * Update homepage for typos, grammar and readability * Update index.md in manual setup for readability * Update for readability and make editing moonraker.conf a sub-chapter * Update for readabiliy and grammar * Update for readability and grammar * Fix PR #478 with review feedback - fix Klipper pause / resume * Fix typo (missing s in preset) * Make call to action stronger, remove "it is" for "time to print!" * Improve readability on front page * Update Kiauh page for readability and gramma * Review and update Update guides for spelling, grammar, readabilty and localization * Review updates from yesterday and fix some errors from updating the docs * Apply feedback to fix typos for PR#478 Signed-off-by Paul Cutler paul@paulcutler.org
26 lines
1.0 KiB
Markdown
26 lines
1.0 KiB
Markdown
---
|
|
layout: default
|
|
title: Setup Guides
|
|
nav_order: 2
|
|
has_children: true
|
|
permalink: /setup/
|
|
has_toc: false
|
|
---
|
|
# Setup Guides
|
|
|
|
## Local installation
|
|
You will need to choose which way you want to install Mainsail on a Raspberry Pi:
|
|
|
|
- [MainsailOS](mainsail-os.md) <span class="label label-red">recommended</span>
|
|
A prebuilt image for your Raspberry Pi. Preconfigured and requires the least amount of setup.
|
|
- [KIAUH](kiauh.md) - _Klipper Installation And Update Helper_
|
|
A script toolbox to install and update Klipper, Moonraker and Mainsail. KIAUH contains additional features and is recommended for multi-printer setups.
|
|
- [Manual Setup](manual-setup/index.md)
|
|
The rocky road for the daring. For those who want to know how everything is set up manually.
|
|
|
|
## Hosted
|
|
|
|
You an also setup [remote access](../quicktips/remote-access) without installing or configuring a web server.
|
|
|
|
You can test and review a hosted version of Mainsail at [my.mainsail.xyz](http://my.mainsail.xyz). Please read the [documentation](mainsail-hosted) for usage and configuration.
|