From 7c1c8e92f2bb6687e17772ca61c9ee50639bd877 Mon Sep 17 00:00:00 2001 From: Martin Budden Date: Sat, 6 Mar 2021 16:35:46 +0000 Subject: [PATCH] Removed green code. --- utils/core_xy.scad | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/core_xy.scad b/utils/core_xy.scad index ff4a96e..e9efb72 100644 --- a/utils/core_xy.scad +++ b/utils/core_xy.scad @@ -97,7 +97,6 @@ module coreXY_half(type, size, pos, separation_y = 0, x_gap = 0, plain_idler_off // plain idler for offset stepper motor drive pulley p3p_type = p4_type; - //p3p = [ p4.x, size.y / 2 - pulley_od(p3p_type) / 2 - pulley_od(p3d_type) / 2 + drive_pulley_offset.y ]; p3p = [ drive_pulley_offset.x > 0 ? p4.x : -p0.x - pulley_od(p0_type), size.y / 2 - pulley_od(p3p_type) / 2 - pulley_od(p3d_type) / 2 + drive_pulley_offset.y ];