1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-18 05:01:22 +02:00

Merge branch 'bowden_connector' of https://github.com/martinbudden/NopSCADlib into martinbudden-bowden_connector

This commit is contained in:
Chris Palmer
2020-11-13 17:45:47 +00:00
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();