159 Commits

Author SHA1 Message Date
lixxbox
ed45815d3b
docs: fix some broken links (#580)
fix some broken links
2022-01-27 14:24:43 +01:00
Paul Cutler
69bb61a30d
docs: Update prepare themes page with review feedback (#554)
Followup to #486 

Signed-off-by Paul Cutler paul@paulcutler.org
Co-authored-by: lixxbox <lixxbox@users.noreply.github.com>
2022-01-20 15:31:26 +01:00
lixxbox
a3ad590d4b
docs: fix macro link 2022-01-20 13:16:54 +01:00
Paul Cutler
702981e324
docs: Review Themes Chapter in Documentation (#486)
* Review Themes Chapter and fix typos, grammar and readability

Signed-off-by Paul Cutler paul@paulcutler.org
2022-01-19 22:45:23 +01:00
lixxbox
b4764194b0
docs: additions to the readme/index for 2.1 (#543) 2022-01-19 22:40:44 +01:00
Stefan Dej
9c70a0cafa
docs: update screenshot to v2.1.0
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-18 22:41:20 +01:00
Paul Cutler
be2efac9fd
docs: Update Quicktips (#518)
Reiview and update the whole Quicktip section with better readability, grammar and spelling.

Signed-off-by Paul Cutler paul@paulcutler.org
2022-01-18 14:14:53 +01:00
lixxbox
f535ccf493 docs: add redirect dor configuration 2022-01-16 21:13:09 +01:00
lixxbox
887da6745a
docs: themes / changed name to cryd-s
user changed the name of his github account
2022-01-10 14:22:05 +01:00
lixxbox
058688d470
docs: first boot - fix info box 2022-01-04 23:05:22 +01:00
Paul Cutler
7b3781ebaf
docs: Update First Boot docs (#506)
* Update first boot page for readability and feedback

Signed-off-by Paul Cutler paul@paulcutler.org

* adjusted some codeblocks

Co-authored-by: lixxbox <lixxbox@users.noreply.github.com>
2022-01-04 16:15:56 +01:00
Paul Cutler
a339cabc7d
docs: Update Home Page and Setup Guides (#478)
* 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
2022-01-03 10:10:17 +01:00
lixxbox
5286be32b1
docs: fix theme 2021-12-27 10:49:52 +01:00
lixxbox
3bb52a566e
docs: add new community theme "Cryd" 2021-12-27 10:43:43 +01:00
lixxbox
a33d26f17a
docs: thumbnails - replace prusaslicer screenshot 2021-12-13 13:02:31 +01:00
lixxbox
53d85223e8 docs: remove description for legacy slicers 2021-12-13 11:24:26 +01:00
lixxbox
003586cb7a docs: fix thumbnail toc 2021-12-13 11:22:49 +01:00
lixxbox
253ff4900c docs: add youtube videos for themes & thumbnails 2021-12-13 11:16:03 +01:00
lixxbox
91f2b2fa05
docs: fix link to pre-flight 2021-12-13 09:57:38 +01:00
lixxbox
f6f7fce424
docs: removed duplicate entry
only renamed for now, in case the file is still needed.
2021-12-13 09:41:08 +01:00
lixxbox
f0e3a0a77a
docs: fix layout 2021-12-13 09:30:41 +01:00
lixxbox
d190657221
docs: fix pre-flight
I have added entries to the table and fixed some links
2021-12-13 09:20:54 +01:00
lixxbox
bc5731e0bf docs: add "NTC 100K beta 3950" note 2021-11-28 10:33:31 +01:00
lixxbox
44309b37df
Update deprecated_option.md 2021-11-28 10:01:23 +01:00
lixxbox
470a00c288
docs: change default value of PRINT_START macro
to make it more understandable...
2021-11-25 20:29:15 +01:00
th33xitus
6b8f56985a
feat: lockable sliders (#412)
* fix: replace tab characters by spaces

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* fix: replace tab characters by spaces

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* feature: add lockable sliders

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* feat: add lockable sliders

feat: add auto-lock sliders

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* locale: add EN locale for LockSlider and AutoLockSlider features.

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* chore: rename autoLockSliders to lockSliders

refactor: include startLockTimer method in sendCmd method

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* refactor: refactor startLockTimer method

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* refactor: lockSlidersChanged Watcher

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* refactor: remove helper, use new isTouchDevice BaseMixin method instead

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* feat: add lockable sliders to miscellaneous sliders

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* fix: every interaction with the slider resets timeout correctly

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* fix: fix typo

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* chore: remove unused import

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* chore: remove unused import

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* chore: replace tabs with spaces

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* chore: replace tabs with spaces / remove trailing newlines

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* refactor: rename name/value pairs to a more appropriate name

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* refactor(locale): update EN locale file

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* fix: get/set correct store name

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* refactor: use "Delay" instead of "Timeout"

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* refactor(locale): update EN locale file

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* refactor(locale): update DE locale file

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* refactor: rename menuStyle to navigationStyle

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2021-11-17 21:03:57 +01:00
Stefan Dej
09e92caa43 docs: updated all meteyou/mainsail urls to mainsail-crew/mainsail
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-13 21:48:08 +01:00
Stefan Dej
ceb4ff395c docs: update mainsailOS urls 2021-11-13 21:39:46 +01:00
lixxbox
4c681d5de1
docs: add 'command format mismatch' to faq (#406) 2021-11-09 13:06:11 +01:00
Stefan Dej
4a88b74bb7 Merge remote-tracking branch 'origin/develop' into develop 2021-11-01 10:29:34 +01:00
Stefan Dej
e3f15325c1 docs: update moonraker dependencies
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-10-31 11:46:01 +01:00
lixxbox
310e0342c1
docs: pre-flight fix 2021-10-31 09:19:21 +01:00
lixxbox
3984a40fd9 docs: add FAQ with some klipper warnings 2021-10-26 15:50:49 +02:00
lixxbox
f90fc81634
Update themes.csv 2021-10-25 19:55:36 +02:00
lixxbox
2f81bf390f
docs: Add Rat Rig community theme by Raabi91 2021-10-25 19:51:49 +02:00
Julian Obst
a15ddd82bb
Add ideaMaker thumbnail instruction to documentation quicktips (#385) 2021-10-20 21:07:16 +02:00
Stefan Dej
89bc5d6e7d
docs: update manual setup/update (#368)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-10-10 19:06:31 +02:00
Stefan Dej
39fd77d065 docs: fix order of first-boot.md
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-10-10 18:55:41 +02:00
Stefan Dej
ea67e9fa38 docs: remove sudo for editing printer.cfg
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-10-10 18:52:59 +02:00
tomlawesome
13233ca878
docs: Major docs update by tomlawesome (#358)
* major docs update
* Delete info.md
* update file permissions
* added screenshots and updated first-boot.md
2021-10-10 18:45:20 +02:00
dependabot[bot]
af6b45bd92
chore(deps): bump nokogiri from 1.12.3 to 1.12.5 in /docs (#363)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.3 to 1.12.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.12.3...v1.12.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-05 22:53:11 +02:00
Eike Ahmels
3e4c73e381
docs: multi webcam documentation (#343)
* image fix, grammar fix

* fixed suggestions bug, some cleanup from old editor, svg edge case

* FIX: save a file with special characters

* DOCU: new community theme, multi cam setup

Signed-off-by: Eike Ahmels <eike.ahmels@tu-dortmund.de>

* DOCU: changed some wordings and skipped terminal commands

Signed-off-by: Eike Ahmels <eike.ahmels@tu-dortmund.de>

* feature: gcodeviewer (#322)

* Initial implementation of GCode Viewer in Mainsail

* Revert files.vue

* Reupdate files.vue

* Fix router

* Add render quality and force line mode settings

* Cache off canvas

Dynamically create and cache the canvas element so it does not have to reload and to keep current item loaded. Saves time on reload. Will need to test when vue watches are applied.

* Loading progress indicator

* Turn off loading progress after changing render quality.

* Failed render check.

* Added a live tracking button

* Work on settings

* Hide the loading required button earlier

* Added more settings.

* min and max feed coloring settings

* Set ZClipPlane for WebGL1 viewers

* Bed and Delta

* Force line rendering is saved

Addressed an issue where watchers could try to fire on  a viewer that is not initialized

* Move loading progress bar

* Multiple UI Updates

Add Progress Color setting and persistence
Add z clip control - enabled when not tracking
Move loading progress bar into canvas area

* Update to package 1.0.6

* Pulled latest

* Update to @sindarius/gcodeviewer 2.0.4

Setting extruder colors directly was removed and instead has been replaced with configuring tools. This opens up the ability to set a nozzle size as well for tool changer type systems that could have multiple nozzle sizes.

* Set tracking position to 0 when starting tracking.

* A timeout is needed to reset the visual

* Created forceRedraw to deal with a timing issue when starting tracking.

* Update to 2.0.6 package

* Revert "feature: gcodeviewer (#322)" (#341)

This reverts commit 673fd9f8798fbb9325c40a49547551ae5bc1c695.

Co-authored-by: Juan Rosario <pyroclasmx@yahoo.com>
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2021-08-31 21:34:34 +02:00
Stefan Dej
b8c93bdb0f docs: update screenshot to v2.0.0
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-26 20:27:01 +02:00
Stefan Dej
b8428c498e chore(docs): update gem packages
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-22 17:58:13 +02:00
FrY Sennberg
65d23b3ded
docs: added nvm node install for standalone dev env (#325)
change preferred way of installing node to nvm
2021-08-08 10:25:21 +02:00
Markus Nigbur
5c83992021
Fixed some typos (#318)
* Fixed some typos

* Fixed typos

* Fixed typos
2021-08-02 00:14:38 +02:00
dependabot[bot]
f1f8aeebc1
build(deps): bump addressable from 2.7.0 to 2.8.0 in /docs (#306)
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.0)

---
updated-dependencies:
- dependency-name: addressable
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-01 20:25:05 +02:00
KwadFan
83294f757a
Added Multiplatform Hint, (#311)
to avoid confusion

Signed-off-by: Stephan Wendel <me@stephanwe.de>
2021-07-17 17:14:57 +02:00
KwadFan
84e86bb8b2
Fixed Ordered Lists (#305)
Improved Formatting

Signed-off-by: Stephan Wendel <me@stephanwe.de>
2021-07-05 20:31:56 +02:00
KwadFan
1c2e8b470e
fix messed up Ordered List Numbering (#304)
* Fixed Numbering od Ordered List

Signed-off-by: Stephan Wendel <me@stephanwe.de>

* Fixed Typo

Signed-off-by: Stephan Wendel <me@stephanwe.de>

* Fixed Prettier Quirks

Signed-off-by: Stephan Wendel <me@stephanwe.de>

* Fixed Prettier Quirks #2

Signed-off-by: Stephan Wendel <me@stephanwe.de>
2021-07-05 08:49:26 +02:00