forked from V1EngineeringInc/V1EngineeringInc-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
187 lines (176 loc) · 5.94 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
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:
- MPCNC:
- 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
- LowRider:
- LowRider CNC V3: lowrider/index.md
- LowRider V3 Calculator: lowrider/calculator.md
- Previous Versions:
- LR2 Assembly: lowrider/lrv2/indexv2.md
- LR2 Calculator: lowrider/lrv2/calculatorv2.md
- LR1: lowrider/lrv2/version1.md
- MP3DP - The Printer:
- MP3DP v4: mp3dp/index.md
- Previous Versions:
- MP3DP v3 Parts: mp3dp/version3index.md
- MP3DP v3 Assembly: mp3dp/version3assm.md
- MP3DP v2: mp3dp/version2.md
- MP3DP v1: mp3dp/version1.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
- Control:
- Control Boards:
- SKR Pro: electronics/skrpro.md
- Ultimachine Boards: electronics/ultimachine.md
- Ramps: electronics/ramps.md
- Wiring The Steppers: electronics/steppers.md
- Setup: software/index.md
- Some Advanced Options:
- V1pi - Headless: electronics/v1pi.md
- Dual Endstops: electronics/dual-endstops.md
- Use:
- Tools:
- 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
- Milling Metal: tools/milling-metal.md
- Inlays: software/Fengrave-vcarve-inlay.md
- 3D Printing:
- Import Extruder: tools/import-extruder.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
- Troubleshoot:
- Reversing a Stepper: https://docs.v1e.com/electronics/steppers/#reversing-the-axis-direction
- Learn:
- Editing mkdocs: mkdocs_info.md
- Software Workflow: learn/software_overview.md
- Repetier-Host: software/repetier-host.md
- Marlin Firmware: electronics/marlin-firmware.md
- XLoader: electronics/xloader.md
- PlatformIO: learn/platformio.md
- Arduino: electronics/arduino.md
- G-code: learn/gcode.md
- Motion: learn/motion.md
- Coordinates: learn/coordinates.md
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.sections
- toc.integrate
- toc.follow
- navigation.instant
- 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/hMaBvfe'
- icon: 'fontawesome/brands/patreon'
link: 'https://www.patreon.com/V1Engineering'
extra_css:
- v1.css
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
copyright: "<a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">CC-BY-SA</a> Copyright 2023 V1Engineering Inc."
markdown_extensions:
- attr_list
- md_in_html
- admonition
- codehilite:
guess_lang: false
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.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
- lightgallery