rm unused variables

main
Jeff Moe 2024-01-22 15:08:08 -07:00
parent 705bff06db
commit 3bbc8d9b42
1 changed files with 0 additions and 8 deletions

View File

@ -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,