-
-
Notifications
You must be signed in to change notification settings - Fork 195
Expand file tree
/
Copy pathmkdocs.yml
More file actions
206 lines (197 loc) · 6.62 KB
/
mkdocs.yml
File metadata and controls
206 lines (197 loc) · 6.62 KB
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
site_name: V1 Engineering Documentation
site_url: https://docs.v1e.com
repo_name: V1EngineeringInc/V1EngineeringInc-Docs
repo_url: https://github.com/V1EngineeringInc/V1EngineeringInc-Docs/
edit_uri: 'edit/master/docs/'
nav:
- Home: index.md
- Build:
- LowRider CNC:
- LowRider CNC V4: lowrider/index.md
- LowRider V4 Calculator: lowrider/calculator.md
- Previous Versions:
- LowRider CNC V3: lowrider/lowrider3.md
- LowRider V3 Calculator: lowrider/lr3calculator.md
- LR2 Assembly: lowrider/lrv2/indexv2.md
- LR2 Parts: lowrider/lrv2/partsv2.md
- LR2 Calculator: lowrider/lrv2/calculatorv2.md
- LR1: lowrider/lrv2/version1.md
- Mostly Printed CNC:
- Introduction to The MPCNC: mpcnc/intro.md
- MPCNC Primo Parts list: mpcnc/PParts.md
- Calculator: mpcnc/calculator.md
- 1-Table: mpcnc/Ptable.md
- 2-Base: mpcnc/Pbase.md
- 3-Trucks: mpcnc/trucks.md
- 4-Tops: mpcnc/tops.md
- 5-Core: mpcnc/core.md
- 6-Z Axis: mpcnc/PZPage.md
- 7-Squaring: mpcnc/squaring.md
- 8-Belts: mpcnc/PBelts.md
- Trouble Shooting: mpcnc/troubleshooting.md
- Previous Version -Burly:
- Basics: mpcnc/burly/index.md
- Parts: mpcnc/burly/parts.md
- Assembly:
- Table: mpcnc/burly/table.md
- Conduit: mpcnc/burly/conduit.md
- Corners, Rollers, Base: mpcnc/burly/base.md
- Z-Axis: mpcnc/burly/z-axis.md
- Middle Assembly: mpcnc/burly/middle-assm.md
- Gantry: mpcnc/burly/gantry.md
- Final: mpcnc/burly/final.md
- Belts: mpcnc/burly/belts.md
- ZenXY:
- ZenXY v2: zenxy/index.md
- ZenXY v2 Build Calculator: zenxy/zen2calculator.md
- ZenXY v2 Assembly: zenxy/zen2assm1.md
- Previous Version: zenxy/og_zen.md
- Mostly Printed 3D Printer:
- MP3DP v5: mp3dp/index.md
- Previous Versions:
- MP3DP v4: mp3dp/mp3dpv4.md
- MP3DP v3 Parts: mp3dp/version3index.md
- MP3DP v3 Assembly: mp3dp/version3assm.md
- MP3DP v2: mp3dp/version2.md
- MP3DP v1: mp3dp/version1.md
- Control:
- Control Boards:
- Jackpot3 CNC Controller: electronics/jackpot3.md
- Jackpot2 CNC Controller: electronics/jackpot2.md
- Jackpot CNC Controller: electronics/jackpot.md
- SKR Pro: electronics/skrpro.md
- Ultimachine Boards: electronics/ultimachine.md
- Ramps: electronics/ramps.md
- Setup: software/index.md
- Tools:
- CNC Software Basics: learn/software_overview.md
- Milling:
- EstlCAM Setup: software/estlcam-basics.md
- Milling Basics: tools/milling-basics.md
- "Kiri:Moto Basics": software/kiri.md
- EstlCAM Intermediate (2.5d): software/estlcam-2p5d.md
- Inlays: software/Fengrave-vcarve-inlay.md
- Lasers:
- Main: tools/lasers.md
- Engraving Mirrors: tools/laser-engraving-mirrors.md
- Drag Knife/Vinyl: tools/drag-knife.md
- Needle Cutter: tools/foam-needle-cutter.md
- Learn:
- FAQ's: learn/faq.md
- Editing mkdocs: mkdocs_info.md
- Marlin Firmware: electronics/marlin-firmware.md
- PlatformIO: learn/platformio.md
- Motion: learn/motion.md
- Coordinates: learn/coordinates.md
- Archive:
- Wiring The Steppers: electronics/steppers.md
- Dual Endstops: electronics/dual-endstops.md
- Milling Metal: tools/milling-metal.md
- Import Extruder: tools/import-extruder.md
- Reversing a Stepper: software/reverse-motor.md
- XLoader: electronics/xloader.md
- Repetier-Host: software/repetier-host.md
- Arduino: electronics/arduino.md
- G-code: learn/gcode.md
- V1pi - Headless: electronics/v1pi.md
copyright: "<a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">CC-BY-SA</a> Copyright 2026 V1Engineering Inc."
theme:
font: false
name: 'material'
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: red
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: grey
accent: red
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tracking
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.top
- navigation.path
- navigation.prune
- toc.integrate
- toc.follow
- search.suggest
- search.highlight
- content.tabs.link
- content.action.edit
logo: "img/favicon.ico"
favicon: "img/favicon.ico"
extra:
social:
- icon: 'fontawesome/solid/house'
link: 'https://www.v1e.com'
- icon: 'fontawesome/solid/cart-plus'
link: 'https://www.v1e.com/collections.com'
- icon: 'material/forum'
link: 'https://forum.v1e.com/'
- icon: 'fontawesome/brands/twitter'
link: 'https://twitter.com/V1Engineering'
- icon: 'fontawesome/brands/facebook'
link: 'https://www.facebook.com/groups/1156276207801920'
- icon: 'fontawesome/brands/instagram'
link: 'https://www.instagram.com/v1engineering/'
- icon: 'fontawesome/brands/youtube'
link: 'https://www.youtube.com/channel/UCXf0vDExLLX1lb2cpyiOFbg'
- icon: 'fontawesome/brands/reddit'
link: 'https://www.reddit.com/r/mpcnc/'
- icon: 'fontawesome/brands/discord'
link: 'https://discord.gg/kY9tv2Gzgp'
- icon: 'fontawesome/brands/patreon'
link: 'https://www.patreon.com/V1Engineering'
extra_css:
- v1.css
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
plugins:
- glightbox
- search
- git-committers:
repository: V1EngineeringInc/V1EngineeringInc-Docs
branch: master
token: !ENV ["CI_JOB_TOKEN"]
enabled: !ENV [CI, false]
markdown_extensions:
- attr_list
- md_in_html
- admonition
- codehilite:
guess_lang: false
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.extra
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- sane_lists
- smarty
- toc:
permalink: true