From 7ed69df73d41c0c74cc57b7be9e958f2b004b796 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Tue, 12 Nov 2024 01:56:48 -0500 Subject: [PATCH] Work on contact printer. Why are sprocketed rollers not deterministic? --- scad/contact_printer.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scad/contact_printer.scad b/scad/contact_printer.scad index 656ba53..d5d596e 100644 --- a/scad/contact_printer.scad +++ b/scad/contact_printer.scad @@ -1679,6 +1679,6 @@ if (PART == "panel") { } else if(PART=="blank") { // } else { - debug(); - //debug_lamp(); + //debug(); + debug_lamp(); }