-
-
Notifications
You must be signed in to change notification settings - Fork 88
/
mkdocs.yml
215 lines (211 loc) · 9.93 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
site_name: Wiki for Creality Helper Script
site_description: Documentation
repo_name: GitHub
repo_url: https://github.com/Guilouz/Creality-Helper-Script-Wiki
theme:
name: material
language: en
logo: assets/img/home/logo.png
favicon: assets/img/home/favicon.png
icon:
repo: material/github
admonition:
note: material/information
font:
text: Roboto
code: Roboto Mono
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Dark Mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Light Mode
features:
- content.code.copy
- content.code.annotate
- navigation.top
- navigation.indexes
- navigation.sections
- search.highlight
- search.share
- search.suggest
extra_css:
- ./assets/stylesheets/extra.css
- ./assets/stylesheets/glightbox.min.css
extra_javascript:
- ./assets/javascripts/glightbox.min.js
- ./assets/javascripts/external_links.js
plugins:
- search
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- zoom-off
auto_caption: false
caption_position: bottom
copyright: Guislain Cyril © All rights reserved
extra:
generator: false
social:
- icon: simple/kofi
link: https://ko-fi.com/guilouz
- icon: simple/github
link: https://github.com/Guilouz
- icon: simple/tiktok
link: https://tiktok.com/@guilouz
- icon: simple/x
link: https://twitter.com/Guilouz
markdown_extensions:
- attr_list
- md_in_html
- meta
- tables
- def_list
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.details
- pymdownx.superfences
- toc:
title: On this page
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- About: index.md
- Changelog: changelog.md
- Discussions: https://github.com/Guilouz/Creality-K1-Series/discussions
- YouTube: youtube.md
- Special Thanks: special-thanks.md
- Firmwares:
- K1 Series:
- Install & Update Rooted Firmware: firmwares/install-and-update-rooted-firmware-k1.md
- Restore Previous Firmware: firmwares/restore-previous-firmware-k1.md
- Firmware Recovery: firmwares/firmware-recovery-k1.md
- Ender-3 V3 Series:
- Install & Update Rooted Firmware: firmwares/install-and-update-rooted-firmware-ender3.md
- Restore Previous Firmware: firmwares/restore-previous-firmware-ender3.md
- Reset Factory Settings: firmwares/reset-factory-settings.md
- SSH Connection: firmwares/ssh-connection.md
- Change Date & Time: firmwares/change-date-and-time.md
- Helper Script for Creality:
- Install Helper Script: helper-script/helper-script-installation.md
- K1 Series:
- Install Menu:
- Moonraker and Nginx: helper-script/moonraker-k1.md
- Fluidd: helper-script/fluidd-k1.md
- Mainsail: helper-script/mainsail.md
- Entware: helper-script/entware.md
- Klipper Gcode Shell Command: helper-script/klipper-gcode-shell-command.md
- Klipper Adaptive Meshing & Purging: helper-script/klipper-adaptive-meshing-and-purging.md
- Buzzer Support: helper-script/buzzer-support.md
- Nozzle Cleaning Fan Control: helper-script/nozzle-cleaning-fan-control.md
- Fans Control Macros: helper-script/fans-control-macros.md
- Improved Shapers Calibrations: helper-script/improved-shapers-calibrations.md
- Useful Macros: helper-script/useful-macros.md
- Save Z-Offset Macros: helper-script/save-z-offset-macros.md
- Screws Tilt Adjust Support: helper-script/screws-tilt-adjust-support.md
- M600 Support: helper-script/m600-support.md
- Git Backup: helper-script/git-backup.md
- Moonraker Timelapse: helper-script/moonraker-timelapse.md
- Camera Settings Control: helper-script/camera-settings-control.md
- USB Camera Support: helper-script/usb-camera-support.md
- OctoEverywhere: helper-script/octoeverywhere.md
- Moonraker Obico: helper-script/moonraker-obico.md
- GuppyFLO: helper-script/guppyflo.md
- Mobileraker Companion: helper-script/mobileraker-companion.md
- OctoApp Companion: helper-script/octoapp-companion.md
- SimplyPrint: helper-script/simplyprint.md
- Customize Menu:
- Custom Boot Display: helper-script/custom-boot-display.md
- Remove & Restore Creality Web Interface: helper-script/remove-and-restore-creality-web-interface.md
- Guppy Screen: helper-script/guppy-screen.md
- Creality Dynamic Logos for Fluidd: helper-script/creality-dynamic-logos-for-fluidd.md
- Backup & Restore Menu:
- Backup & Restore Klipper configuration files: helper-script/backup-and-restore-klipper-configuration-files.md
- Backup & Restore Moonraker database: helper-script/backup-and-restore-moonraker-database.md
- Tools Menu:
- Prevent & Allow updating Klipper configuration files: helper-script/prevent-and-allow-updating-klipper-configuration-files.md
- Fix Printing Gcode files from Folder: helper-script/fix-printing-gcode-files-from-folder.md
- Restore a previous Firmware: helper-script/restore-a-previous-firmware-k1.md
- Reset Factory Settings: helper-script/reset-factory-settings.md
- Ender-3 V3 Series:
- Install Menu:
- Updated Moonraker: helper-script/moonraker-ender3.md
- Updated Fluidd: helper-script/fluidd-ender3.md
- Mainsail: helper-script/mainsail.md
- Entware: helper-script/entware.md
- Klipper Gcode Shell Command: helper-script/klipper-gcode-shell-command.md
- Klipper Adaptive Meshing & Purging: helper-script/klipper-adaptive-meshing-and-purging.md
- Buzzer Support: helper-script/buzzer-support.md
- Improved Shapers Calibrations: helper-script/improved-shapers-calibrations.md
- Useful Macros: helper-script/useful-macros.md
- Save Z-Offset Macros: helper-script/save-z-offset-macros.md
- M600 Support: helper-script/m600-support.md
- Git Backup: helper-script/git-backup.md
- Moonraker Timelapse: helper-script/moonraker-timelapse.md
- Nebula Camera Settings Control: helper-script/nebula-camera-settings-control.md
- USB Camera Support: helper-script/usb-camera-support.md
- OctoEverywhere: helper-script/octoeverywhere.md
- Moonraker Obico: helper-script/moonraker-obico.md
- GuppyFLO: helper-script/guppyflo.md
- Mobileraker Companion: helper-script/mobileraker-companion.md
- OctoApp Companion: helper-script/octoapp-companion.md
- SimplyPrint: helper-script/simplyprint.md
- Customize Menu:
- Remove & Restore Creality Web Interface: helper-script/remove-and-restore-creality-web-interface.md
- Guppy Screen: helper-script/guppy-screen.md
- Creality Dynamic Logos for Fluidd: helper-script/creality-dynamic-logos-for-fluidd.md
- Backup & Restore Menu:
- Backup & Restore Klipper configuration files: helper-script/backup-and-restore-klipper-configuration-files.md
- Backup & Restore Moonraker database: helper-script/backup-and-restore-moonraker-database.md
- Tools Menu:
- Prevent & Allow updating Klipper configuration files: helper-script/prevent-and-allow-updating-klipper-configuration-files.md
- Fix Printing Gcode files from Folder: helper-script/fix-printing-gcode-files-from-folder.md
- Restore a previous Firmware: helper-script/restore-a-previous-firmware-ender3.md
- Reset Factory Settings: helper-script/reset-factory-settings.md
- Configuration / Use:
- Access to Web Interface: configurations/access-to-web-interface.md
- Configure Camera: configurations/configure-camera.md
- Change WiFi Location: configurations/change-wifi-location.md
- Improvements:
- K1 Series:
- Improve Hotend Cooling: improvements/improve-hotend-cooling-k1.md
- Bondtech LGX Lite Pro Upgrade Kit: improvements/bondtech-lgx-pro-lite-upgrade-kit.md
- Calibrate Extruder: improvements/calibrate-extruder.md
- Others:
- K1 Series:
- Boards Layout: others/boards-layout-k1.md
- Files Location: others/files-location.md
- Useful Links: others/useful-links.md
- Slicers:
- OrcaSlicer: slicers/orcaslicer.md
- STL Files:
- Printables (Guilouz): https://www.printables.com/@Guilouz/models
- Makerworld (Guilouz): https://makerworld.com/en/u/3879767814
- Printables (Henlor): https://www.printables.com/fr/@Henlor_358992/models