Skip to content

Commit

Permalink
final 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkucmus committed Dec 20, 2020
1 parent 3703f93 commit 737c49f
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/addons/fan-ducts
Submodule fan-ducts updated 1 files
+0 −3 readme.md
2 changes: 1 addition & 1 deletion docs/addons/probes
Submodule probes updated 2 files
+14 −0 index.md
+0 −49 readme.md
2 changes: 1 addition & 1 deletion docs/addons/x_endstop
Submodule x_endstop updated 1 files
+3 −3 index.md
7 changes: 7 additions & 0 deletions docs/drives/.pages
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
collapse_single_pages: true
nav:
- bmg
- titan
- aero
- hemera
- bowden
- ...
2 changes: 1 addition & 1 deletion docs/drives/aero
2 changes: 1 addition & 1 deletion docs/drives/bmg
Submodule bmg updated 2 files
+ assets/__ALL__.png
+3 −0 index.md
2 changes: 1 addition & 1 deletion docs/drives/bowden
Submodule bowden updated 1 files
+2 −0 index.md
2 changes: 1 addition & 1 deletion docs/drives/hemera
4 changes: 2 additions & 2 deletions docs/printing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ When looking at the files or when slicing you will find that the holes are not t

There are 0.2 - 0.3 layers covering the holes to "trick" the slicer into thinking there is a bridge to be made. After printing you need to either drill, poke with a screw driver, allen key or even force the screw throuh that layer - all of the above works (drill being the fastest obviously).

![](../assets/slice.png)
![](assets/slice.png)

You can see the blue spots (bridges) around the belt teeth are covering the holes fully.


![](../assets/holes.png)
![](assets/holes.png)


4 changes: 4 additions & 0 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ eva-3d unpack-stls bom/bmg.csv downloads/mgn15.zip stls
eva-3d unpack-stls bom/aero.csv downloads/mgn15.zip stls
eva-3d unpack-stls bom/hemera.csv downloads/mgn15.zip stls

cd ../../addons/cartesian_idex
eva-3d unpack-stls bom/cartesian.csv downloads/cartesian_idex.zip stls --remove_stl_dir
eva-3d unpack-stls bom/idex_x1.csv downloads/cartesian_idex.zip stls
eva-3d unpack-stls bom/idex_x2.csv downloads/cartesian_idex.zip stls
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ theme:
name: Switch to light mode
features:
- navigation.instant
- navigation.sections
# - navigation.sections
- navigation.expand
- search.suggest
- search.highlight
Expand Down
3 changes: 2 additions & 1 deletion submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ path=$(pwd)

for i in "${submodules[@]}"; do
cd $i
echo $i
git add .
git commit -m "bump version"
git commit -m "bump version" || true
git push origin main
cd $path
done

0 comments on commit 737c49f

Please sign in to comment.