From 3bbc8d9b422e7d760872683bb5873d399cbdeb60 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Mon, 22 Jan 2024 15:08:08 -0700 Subject: [PATCH] rm unused variables --- examples/immersion-tank-example.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/examples/immersion-tank-example.py b/examples/immersion-tank-example.py index 28b3a82..2cb3896 100755 --- a/examples/immersion-tank-example.py +++ b/examples/immersion-tank-example.py @@ -15,14 +15,6 @@ from ocp_vscode import * import logging import copy -TSLOT_HI_LEN = 350 # Length of 4x corners -TSLOT_WIDE_LEN = 600 # Length of 5x left/right horizontal -TSLOT_DEEP_LEN = 320 # Length of 4x front/back horizontal -TSLOT_SIZE = 20 # Size of extrusion (e.g. 20mm x 20mm) -BOT_OFFSET = 24 # How far first horizontal extrusion is from bottom -MB_OFFSET = 16 # How high above motherboard is from acrylic in mm -REAR_FAN_SIZE = 120 # Size of fans mounted in back -PSU_WIDTH = 85 # Width of PSU export_formats = { "mf": export_3d.export_mf,