File tree Expand file tree Collapse file tree 3 files changed +17
-26
lines changed
images/Vectors/Extrusions/blind_joint Expand file tree Collapse file tree 3 files changed +17
-26
lines changed Original file line number Diff line number Diff line change 33### BLIND JOINTS
44
55
6+
67<div class =" content-wrapper " >
78<div class =" image-container " >
8- <object type =" image/svg+xml " data =" ./images/Vectors/Extrusions/blind_joint/blind1.svg " class =" assemble_img " >
9+ <object id = " svgObject " type =" image/svg+xml " data =" ./images/Vectors/Extrusions/blind_joint/blind1.svg " class =" assemble_img " >
910BlindJoint
1011</object >
1112</div >
Original file line number Diff line number Diff line change @@ -34,8 +34,21 @@ dev:: metadata.yml *.md
3434 --katex \
3535 --dpi=300
3636 @echo "HTML file generated: index.html"
37- @explorer.exe "H:\User Folders\Documents\3D Printer\Printers\Voron\PFA\MicronManual\manual\index.html"
3837
38+ devo:: metadata.yml *.md
39+ pandoc \
40+ metadata.yml $(shell echo *.md) \
41+ --output index.html \
42+ --template $(TOOL_DIR)/template/mdbookDEV.html \
43+ --from markdown \
44+ --listings \
45+ --table-of-contents \
46+ --toc-depth=3 \
47+ --katex \
48+ --dpi=300
49+ @echo "HTML file generated: index.html"
50+ @explorer.exe "H:\User Folders\Documents\3D Printer\Printers\Voron\PFA\MicronManual\manual\index.html"
51+
3952
4053html:: metadata.yml *.md
4154 pandoc \
You can’t perform that action at this time.
0 commit comments