From b21557f06d4ecd6040015fd9c3c259ba1c29bb7c Mon Sep 17 00:00:00 2001 From: Thomas Haukland Date: Tue, 21 Jan 2025 21:31:46 +0100 Subject: [PATCH] Smaller step --- case/cheapino-top-left.scad | 2 +- case/cheapino-top-right.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/case/cheapino-top-left.scad b/case/cheapino-top-left.scad index 1cc6a33..1650361 100644 --- a/case/cheapino-top-left.scad +++ b/case/cheapino-top-left.scad @@ -1,6 +1,6 @@ height = 95.1738; width = 132.6134; -step = 0.06; +step = 0.04; $fn=50; height_translation = 0; diff --git a/case/cheapino-top-right.scad b/case/cheapino-top-right.scad index 98291a2..bd7bd89 100644 --- a/case/cheapino-top-right.scad +++ b/case/cheapino-top-right.scad @@ -1,6 +1,6 @@ height = 95.1738; width = 132.6134; -step = 0.06; +step = 0.04; $fn=50; height_translation = 0;