-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
602 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,8 @@ | |
"MD033": { | ||
"allowed_elements": [ | ||
"br", | ||
"kbd" | ||
"kbd", | ||
"IIcon" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: Sponsor us! | ||
description: Sponsor the FDM Monster team | ||
slug: /community/sponsor-us | ||
--- | ||
|
||
## FDM Monster | ||
|
||
Sponsoring the project helps keeping the project alive. These funds will be used for the domain and hosting. | ||
|
||
- Donating a one-time or monthly using GitHub: [![GitHub Sponsors](https://img.shields.io/github/sponsors/fdm-monster?logo=github)](https://github.com/sponsors/fdm-monster) | ||
|
||
## Individual members | ||
|
||
### David Zwart | ||
|
||
Founder / lead developer | ||
|
||
- Donating a one-time or monthly using GitHub: [![GitHub Sponsors](https://img.shields.io/github/sponsors/davidzwa?logo=github)](https://github.com/sponsors/davidzwa) | ||
- Donating a coffee David via Ko-Fi: [![Ko-Fi](https://shields.io/badge/ko--fi-Buy_me_a_coffee-ff5f5f?logo=ko-fi)](https://ko-fi.com/davidzwa) | ||
|
||
### Maurice Kevenaar | ||
|
||
Independent advisor and friend of the project / Community manager / Documentation maintainer | ||
|
||
- Donating a one-time or monthly using GitHub: [![GitHub Sponsors](https://img.shields.io/github/sponsors/mkevenaar?logo=github)](https://github.com/sponsors/mkevenaar) | ||
- Donating a coffee Maurice via Buy me a Coffee: [![Buy me a Coffee](https://img.shields.io/badge/Buy_Me_A_Coffee-mkevenaar-FFDD00?logo=buy-me-a-coffee)](https://www.buymeacoffee.com/mkevenaar) | ||
- Donating monthly using Patreon: [![Patreon](https://img.shields.io/badge/Patreon-mkevenaar-red?logo=Patreon)](https://www.patreon.com/mkevenaar) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: Deprecated | ||
description: Deprecated documentation | ||
slug: /installing/deprecated | ||
--- | ||
|
||
:::danger | ||
Deprecated documentation. This documentation is there for your convenience. This documentation is provided as-is and will not be supported. | ||
::: | ||
|
||
```mdx-code-block | ||
import DocCardList from '@theme/DocCardList'; | ||
<DocCardList /> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: Software Usage | ||
description: FDM Monster software usage | ||
slug: /software_usage | ||
--- | ||
|
||
The FDM Monster webapp is a web application that can be used to manage your 3D printers. It is designed to be used on a | ||
desktop computer, and in the future it is going to be suitable for use on a tablet or mobile phone. | ||
|
||
## Creating Printers | ||
|
||
Please read the [Creating Printers](./creating_printers.mdx) section for more information. | ||
After creating a printer, you can place it on a floor. | ||
|
||
## Organizing Floors | ||
|
||
Please read the [Organizing Floors](./organizing_floors.mdx) section for more information. | ||
|
||
## Printing one GCode file | ||
|
||
To print a file on an OctoPrint, you can upload it to the printer by dragging and dropping it on the printer. | ||
|
||
**Batch print** | ||
You can also upload it to the printer by clicking on the printer to select it, | ||
and then drag and drop the file in the file upload area on the top. This allows you to upload a file to multiple | ||
printers at once. | ||
|
||
**Batch reprint** | ||
You can also reprint a file on multiple printers at once by clicking on all printers involved to select them. | ||
Then click the reprint button in the top bar. This will reprint the last file that was printed on all selected printers. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
title: First Time Setup | ||
description: First time startup wizard | ||
slug: /software_usage/first-time-setup | ||
--- | ||
|
||
After you have installed FDM Monster, you'll need to head to the FDM Monster URL. This URL depends on your installation method. | ||
|
||
The first time setup steps consists of 3 steps in total. | ||
|
||
## Introduction | ||
|
||
When going to the web application for the first time, you will be greeted with the image below. Click on the **[START SETUP]** button to get started! | ||
|
||
![First Time Setup Introduction step](./images/fts-step1.png) | ||
|
||
## Login and registration | ||
|
||
This step is used to create the admin account and initial login settings. The settings are described below. | ||
|
||
![First Time Setup Login and registration step](./images/fts-step2.png) | ||
|
||
### Login | ||
|
||
- **Enable Login** - this setting is enabled by default, you could disable this to have no logins required for FDM Monster. | ||
:::danger | ||
FDM Monster Team advises you to keep this enabled for security reasons. | ||
::: | ||
- **Enable Registration** - this setting allows other users to register an account on your FDM Monster installation. If your environment requires so, you could enable this setting. | ||
|
||
### Admin account | ||
|
||
- **Username** - this is set, by default, to admin. Depending on the public exposure of FDM Monster, this value should be changed to something unique | ||
- **Password** - this is the password for the admin account. | ||
:::info | ||
FDM Monster Team advises you to create a strong password and keep it in a safe place | ||
::: | ||
- **Repeat Password** - repeat the password for the admin account. This should be the same as the previous one. | ||
|
||
### Buttons | ||
|
||
- **[BACK]** - Return to the [previous](#introduction) screen. | ||
- **[VERIFY & SUBMIT]** - Submit the changes and continue. This button will be enabled once all mandatory fields are filled in | ||
|
||
## Summary | ||
|
||
The summary step is shown. Only one button is available. Click on the **[LET'S CONTINUE]** button to continue to the login screen | ||
|
||
![First Time Setup Summary page](./images/fts-step3.png) | ||
|
||
## Login to your account | ||
|
||
After you completed the First Time Setup steps, you'll be sent over to the **Login to your account** window, unless you have opted out to login. | ||
|
||
![FDM Monster login window](./images/fts-login.png) |
Oops, something went wrong.