RashKash103 / custom-gridfinity-bins

Create custom Gridfinity divider bins using a Python script.
7 stars 4 forks source link

Walls thickness configurable #3

Open bitranox opened 2 years ago

bitranox commented 2 years ago

the sidewall thickness is pretty low - that can be a problem on very high single boxes like :

UNITS_WIDE = 1
UNITS_LONG = 1
UNITS_HIGH = 9
DIVISIONS = [ 1,]
DRAW_FINGER_SCOOP = False
DRAW_LABEL_LEDGE = True
MAKE_MAGNET_HOLE = True
MAKE_SCREW_HOLE = False

maybe You can make the wall thickness configurable also ?

RashKash103 commented 2 years ago

Thanks for the feedback, I will look into doing so!