From 2fe218b3efd00d95a8ef97ab2ae522f249013f01 Mon Sep 17 00:00:00 2001 From: M McWilliams Date: Thu, 26 Oct 2017 20:28:44 -0400 Subject: [PATCH] electronics_mount doesnt exist, just use l289N_mount --- hardware/intval3.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardware/intval3.scad b/hardware/intval3.scad index d1cde74..a25ee1c 100644 --- a/hardware/intval3.scad +++ b/hardware/intval3.scad @@ -38,7 +38,7 @@ module exploded_view () { //bolex_pin_laser(0, 0); //intval_laser_standoffs_plate(); -//intval_electronics_mount("METRO"); +l289N_mount(); //motor_mount_bottom(); //projection () intval_panel_laser(); //intval_laser_panel_cover(true, ALL_RED=true); @@ -52,4 +52,4 @@ module exploded_view () { //exploded_view(); //stl_plate(); -dxf_plate(); \ No newline at end of file +//dxf_plate(); \ No newline at end of file