115 Commits

Author SHA1 Message Date
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
Alex Zellner
36ca7b99a0
update macros because of klipper PR #4366 and PR #4362 (#295)
* update macros

* update c&p error
2021-07-05 00:15:44 +02:00
KwadFan
80db327188
Using RPI Imager instead of Balena Etcher. (#303)
* Changed from Balena to RPI-Imager
Enhanced Docs accordingly

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

* Added 'include mainsail.cfg'
Fixed Typo

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

* Removed SSH Login, no need for that.
Fixed Typo

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

* Added some formatting

Signed-off-by: Stephan Wendel <me@stephanwe.de>
2021-07-05 00:15:07 +02:00
lixxbox
cb874c1918
docs: fix typo 2021-06-22 11:52:07 +02:00
lixxbox
f929610bad
docs: add voron toolhead and cyperpunk communtiy themes and a few improvements of how screenshots get loaded. (#298)
modified:   _data/themes.csv
	new file:   _layouts/themes.html
	modified:   _sass/color_schemes/mainsail.scss
	new file:   assets/js/images.js
	modified:   themes/themes.md
2021-06-22 11:35:12 +02:00
Alex Zellner
cc292f090e
docs: add home and temp check to PAUSE and RESUME (#288)
* add home and temp check

* add missing lines

* update description property

* get VELOCITY parameter if specified

* remove gcode state

save and restore of the gcode state is already part of the base macros
2021-05-31 21:40:44 +02:00
dependabot[bot]
7819bc966d
build(deps): bump nokogiri from 1.11.1 to 1.11.4 in /docs (#283)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.1 to 1.11.4.
- [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.11.1...v1.11.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-24 17:14:50 +02:00
lixxbox
e10fd11acd
docs: add .svg as valid background extension (#285)
9f2a54100b
2021-05-24 17:14:29 +02:00
dependabot[bot]
f346db30fc
build(deps): bump rexml from 3.2.4 to 3.2.5 in /docs (#273)
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.4...v3.2.5)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-15 22:15:41 +02:00
lixxbox
598a7fe94f
docs: stylesheets & escaping gcode (#279)
* docs: just a few stylesheet adjustments
	modified:   docs/_sass/color_schemes/mainsail.scss
	new file:   docs/assets/img/alert.svg
	new file:   docs/assets/img/info.svg
	new file:   docs/assets/img/success.svg
	new file:   docs/assets/img/warning.svg

* docs: escape gcodes, so that it can be rendered.
	modified:   necessary-cfg.md
2021-05-11 16:52:15 +02:00
Alex Zellner
6096704fe5
remove defaut_parameter from macro (#276)
* remove defaut_parameter

Change macros in preparation of the removal of default_parameter

* fix typo
2021-05-11 15:02:29 +02:00
lixxbox
a0a3aa79ac
docs: a simple recommendation for remote access (#277)
* docs: a simple recommendation for remote access
	new file:   quicktips/remote-access.md

* Update remote-access.md
2021-05-11 15:01:35 +02:00
lixxbox
f0fbce478d
In preparation for 1.5.0 (#264)
modified:   README.md
	new file:   docs/assets/img/quicktips/history/history.png
	modified:   docs/index.md
	new file:   docs/quicktips/history.md
2021-04-13 22:26:08 +02:00
lixxbox
263b2d245c
docs: add credits (#263)
new file:   docs/_data/contributors.json
	new file:   docs/_data/licenses.json
	new file:   docs/credits.md
2021-04-13 18:27:21 +02:00
Stefan Dej
bab3680bc0 docs: fix localization guide
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-04-05 00:19:31 +02:00
Stefan Dej
8af31e5f36 docs: add Localization to development docs
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-04-04 19:37:30 +02:00
lixxbox
f726ec987d Sneak Preview
new file:   assets/img/preview/Clippy2k.gif
	new file:   assets/img/preview/Mainsail2k.png
	new file:   assets/img/preview/Merlin2k.png
	new file:   assets/img/preview/Wallpaper2k.png
	new file:   assets/img/preview/logo2k.png
	new file:   assets/img/preview/menu2k.gif
	new file:   preview.md
2021-04-01 10:08:36 +02:00
lixxbox
133bd5598b docs: fix theme list 2021-03-27 14:23:03 +01:00
lixxbox
0d9af550a7 few changes to the docs 2021-03-26 22:08:22 +01:00
Stefan Dej
b1345d09fa add moonraker octoprint_combat and add cura fileupload in docs
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-03-05 12:40:47 +01:00
Stefan Dej
b51eae1740 upload new screenshot
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-02-28 22:59:30 +01:00
Stefan Dej
9dffb3079e update moonraker update docs to new updater
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-02-28 00:06:52 +01:00
lixxbox
80ded1b9ff
docs: add different message styles
add styles for 
success (green), info (blue), warning (orange), alert (red) messages.
2021-02-27 14:36:15 +01:00
lixxbox
85bd5279f5
docs: theme warning fix 2021-02-25 21:37:03 +01:00
lixxbox
8b7756aea7
fix typo 2021-02-25 20:25:49 +01:00
Stefan Dej
fe1f659c51 fix layout of docs
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-02-24 23:29:45 +01:00
Stefan Dej
c2eeabe165 fix layout
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-02-24 23:12:29 +01:00
Eike Ahmels
01df98b8ec
merged upstream master 2021-02-24 22:11:46 +01:00
Eike Ahmels
626d76e852
updated development documentations, added comments to api Dockerfile 2021-02-24 10:29:54 +01:00
Eike Ahmels
0b2d17d633
added example for restarting npm run serve 2021-02-24 09:35:02 +01:00
Eike Ahmels
be821f913d
added port to documentation 2021-02-23 10:09:19 +01:00
dewi-ny-je
baa4d9b416 Added infor about presets gcode
Specified that gcode is executed after the temperatures are set.
2021-02-23 00:19:26 +01:00
Eike Ahmels
7c07db946d
fix composer with two containers now, added documentation and more docker/run commands 2021-02-22 14:52:09 +01:00
Eike Ahmels
a167a14f12
new docs for development docker and standalone 2021-02-22 11:04:42 +01:00
Stefan Dej
c00da9bae3 bugfix: display cura thumbnail on dashboard status panel
add cura thumbnail in docs

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-02-22 00:24:26 +01:00
Stefan Dej
ac24c8a47a Merge remote-tracking branch 'origin/master' 2021-02-20 21:37:12 +01:00
Stefan Dej
8ccd018c21 update quicktips > additional-sensors: rpi_temperature to temperature_host
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-02-20 21:37:00 +01:00
FrYakaTKoP
2634b37755 docs: custom.css slight reformat
Signed-off-by: Christoph Frei fryakatkop@gmail.com
2021-02-14 00:15:42 +01:00
FrYakaTKoP
aaf50a403d docs: add custom.css example
Signed-off-by: Christoph Frei fryakatkop@gmail.com
2021-02-14 00:15:42 +01:00
FrYakaTKoP
5f06da45cf docs: update manager config in manual setup
new updatemanager config style in manual setup

Signed-off-by:  Christoph Frei <fryakatkop@gmail.com>
2021-02-13 03:09:23 +01:00
lixxbox
24bfb8bc58 hotfix: mainsail docs logo
I accidentally removed the logo from the config during the recent commit.
2021-02-04 12:29:06 +01:00
Stefan Dej
390bb40c69 fix some docs
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-02-03 21:05:10 +01:00
lixxbox
84470463fe remove duplicates 2021-02-03 20:51:50 +01:00
lixxbox
f9c989793c adding quicktips and some minor changes to the docs 2021-02-03 20:51:50 +01:00
Stefan Dej
f2809d304c feater: add remotemode
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-01-19 23:10:43 +01:00