diff --git a/tests/core_xy.scad b/tests/core_xy.scad index 8fdd5ff..ca549e0 100644 --- a/tests/core_xy.scad +++ b/tests/core_xy.scad @@ -23,7 +23,7 @@ include <../vitamins/screws.scad> include <../vitamins/stepper_motors.scad> include <../vitamins/washers.scad> -include <../utils/core_xy_belts.scad> +include <../utils/core_xy.scad> module coreXY_belts_test() { diff --git a/utils/core_xy.scad b/utils/core_xy.scad index 656e207..ff4a96e 100644 --- a/utils/core_xy.scad +++ b/utils/core_xy.scad @@ -109,12 +109,11 @@ module coreXY_half(type, size, pos, separation_y = 0, x_gap = 0, plain_idler_off p6 = [ pos.x - size.x / 2, -size.y / 2 + pos.y - separation_y / 2 ]; module show_pulleys(show_pulleys) {// Allows the pulley colour to be set for debugging - not_on_bom() - if (is_list(show_pulleys)) - color(show_pulleys) - children(); - else if (show_pulleys) + if (is_list(show_pulleys)) + color(show_pulleys) children(); + else if (show_pulleys) + children(); } show_pulleys(show_pulleys) {