Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
84eed4c190
@ -15,11 +15,13 @@ Mainsail is also available in remote mode on [http://my.mainsail.xyz](http://my.
|
||||
## Features
|
||||
- Optimized for desktops, tablets and mobile devices
|
||||
- Supports multiple 3D printers (Printer Farm)
|
||||
- Localization (i18n)
|
||||
- File Manager (gcode and config files)
|
||||
- Config Editor
|
||||
- File Editor (gcode and config files)
|
||||
- Print History / Stats
|
||||
- Temperature Presets (with custom gcode)
|
||||
- Bed Mesh Leveling
|
||||
- Webcam support
|
||||
- Multi-Webcam support
|
||||
- Control power devices (relays, TPLink, Tasmota, ..)
|
||||
- Customizable UI (logos, backgrounds & even custom css)
|
||||
|
||||
@ -41,3 +43,5 @@ The project is primarily developed and maintained by meteyou. To keep the projec
|
||||
* [Vuetify](https://vuetifyjs.com/): Material Design Component Framework for Vue.js
|
||||
|
||||
Massive thanks to the whole [Voron Design](http://vorondesign.com/) community. Without them such a project would not be possible.
|
||||
|
||||
[Full Credits & Licenseinformation](https://docs.mainsail.xyz/credits)
|
||||
|
BIN
docs/assets/img/quicktips/history/history.png
Normal file
BIN
docs/assets/img/quicktips/history/history.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 131 KiB |
@ -5,7 +5,7 @@ nav_order: 1
|
||||
has_children: false
|
||||
---
|
||||
|
||||
# Welcome to the Mainsail!
|
||||
# Welcome to Mainsail!
|
||||
Mainsail is a lightweight & responsive web interface for Klipper, the 3D printer firmware. It focuses especially on an intuitive and consistent interface.
|
||||
{: .fs-5 }
|
||||
|
||||
@ -19,11 +19,13 @@ Mainsail is a lightweight & responsive web interface for Klipper, the 3D printer
|
||||
## Features
|
||||
- Optimized for desktops, tablets and mobile devices
|
||||
- Supports multiple 3D printers (Printer Farm)
|
||||
- Localization (i18n)
|
||||
- File Manager (gcode and config files)
|
||||
- Config Editor
|
||||
- File Editor (gcode and config files)
|
||||
- Print History / Stats
|
||||
- Temperature Presets (with custom gcode)
|
||||
- Bed Mesh Leveling
|
||||
- Webcam support
|
||||
- Multi-Webcam support
|
||||
- Control power devices (relays, TPLink, Tasmota, ..)
|
||||
- Customizable UI (logos, backgrounds & even custom css)
|
||||
|
||||
|
24
docs/quicktips/history.md
Normal file
24
docs/quicktips/history.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
layout: default
|
||||
title: Print History/Stats
|
||||
parent: Quicktips
|
||||
has_children: false
|
||||
permalink: /quicktips/history
|
||||
description: >-
|
||||
Since Mainsail 1.5.0 it is possible to report and visualize print statistics. These contain various information such as print status, print duration, amount of filament used, etc.
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
{{ page.description }}
|
||||
It's also possible to reprint jobs.
|
||||
|
||||
{: style="width: 50%;"}
|
||||
|
||||
## Enable print history tracking
|
||||
|
||||
For this, it is necessary to enable print history tracking in moonraker.
|
||||
|
||||
Just add `[history]` to your moonraker.conf and restart moonraker.
|
||||
|
||||
The new history entry will appear in Mainsails sidebar.
|
||||
|
Loading…
x
Reference in New Issue
Block a user