From 214c501e9af45c053be36d31c4b391b0375a841c Mon Sep 17 00:00:00 2001 From: mattmcw Date: Wed, 12 Feb 2025 13:41:43 -0500 Subject: [PATCH] Use sprocketed_roller.scad, not sprocketed_roller_var.scad --- scad/contact_printer.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scad/contact_printer.scad b/scad/contact_printer.scad index f144178..977ecaa 100644 --- a/scad/contact_printer.scad +++ b/scad/contact_printer.scad @@ -5,7 +5,7 @@ include <./common/common.scad>; include <./common/motors.scad>; include <./common/2020_tslot.scad>; include <./takeup/takeup.scad>; -include <./sprocketed_roller/scad/sprocketed_roller_var.scad>; +include <./sprocketed_roller/scad/sprocketed_roller.scad>; use <./filmless.scad>;