From: Ian Jackson Date: Tue, 10 Jun 2025 11:10:47 +0000 (+0100) Subject: toolbox-inserts: Remove a spurious semicolon X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9007883fec0b0deae3e15f68516dcd7d0c8b119c;p=reprap-play.git toolbox-inserts: Remove a spurious semicolon Signed-off-by: Ian Jackson --- diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index df3ff21..986110b 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -72,7 +72,7 @@ bit_pitch_y = 25.4 * 3 / 4; bit_n_x = 10; bit_n_y = 2; bit_mag_d = 6 + 0.5; -bit_bit_d = 7.2 + 0.4;; +bit_bit_d = 7.2 + 0.4; bit_around_mag_r = 0.75; // unused bit_around_bit_wall = 2.0; bit_registration_wall = 1.0;