Skip to content

Commit 79e5785

Browse files
committed
Fix stl gathering, add cad urls
1 parent 81958ae commit 79e5785

File tree

19 files changed

+84
-27
lines changed

19 files changed

+84
-27
lines changed

docs/addons/cartesian_idex

docs/assets/render.jpg

969 KB
Loading

docs/box/index.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hide:
99

1010
Please feel free to use it, it was tested before release but never on a big scale. If there's anything wrong with the feature please file an issue on [GitHub](https://github.com/EVA-3D/eva-main/issues) or let `@McAbra` know on Discord.
1111

12-
# BOX
12+
# BOX <small>Your configuration</small>
1313

1414
This is **the box** - a feature of this documentation that is meant
1515
to help you to figure out which parts you need to build your EVA carriage
@@ -24,14 +24,24 @@ Typically you will need a **drive**, **hotend**, **endstop** and a **bed probe**
2424
<th role="columnheader">Name</th>
2525
<th role="columnheader">Satisfies</th>
2626
<th role="columnheader">Remove</th>
27+
<th role="columnheader">CAD</th>
2728
</tr>
2829
</thead>
2930
<tbody>
3031
<tr v-for="(item, name, index) in items">{% raw %}
3132
<td>{{item.type}}</td>
3233
<td>{{name}}</td>
3334
<td>{{item.satisfies | join}}</td>{% endraw %}
34-
<td align="center"><a v-on:click="remove(name)" class="remove"><i class="fas fa-minus-circle"></i></a></td>
35+
<td align="center">
36+
<a v-on:click="remove(name)" class="remove">
37+
{{ icon("fontawesome-solid-minus-circle") }}
38+
</a>
39+
</td>
40+
<td align="center">
41+
<a v-bind:href="item.cad_url" target="_blank">
42+
{{ icon("fontawesome-solid-file-import") }}
43+
</a>
44+
</td>
3545
</tr>
3646
</tbody>
3747
</table>

docs/drives/bmg

docs/drives/bowden

0 commit comments

Comments
 (0)