From b5508af9d36289f1452a2cb9a734a6c1ec12f7d5 Mon Sep 17 00:00:00 2001 From: kellervater Date: Sun, 27 Apr 2025 17:22:40 +0200 Subject: [PATCH] fix(unimount): typo --- models/flexmount/flexmount.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/flexmount/flexmount.scad b/models/flexmount/flexmount.scad index 5839f51..af7bc62 100644 --- a/models/flexmount/flexmount.scad +++ b/models/flexmount/flexmount.scad @@ -22,8 +22,8 @@ LOCK_PIN_EDGE_DISTANCE=5.5; // mm /* [Device Measurements] */ // Width of the device in mm. Will determine how far apart the actual mounts are in width. -device_width=100 // [20:0.1:500] -; // TODO test for zero cube +device_width=100; // [20:0.1:500] + // TODO test for zero cube // Depth of the device in mm. Will determine how far apart the actual mounts are in depth. device_depth=99; // [54:0.1:400] // Height of the device in mm. Will determine how far apart the actual mounts are in height.