1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-21 06:41:30 +02:00

Add optional bowden connector to E3D hotends.

This commit is contained in:
Martin Budden
2020-11-13 10:21:38 +00:00
parent eac0086199
commit 166ed05d4a
3 changed files with 39 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ module hot_ends()
layout([for(h = hot_ends) 40])
translate([-20, 0])
rotate(90)
hot_end(hot_ends[$i], 3);
hot_end(hot_ends[$i], 3, bowden = $i == 3);
if($preview)
hot_ends();