removed alg123d

This commit is contained in:
Bernhard 2023-03-21 20:36:39 +01:00
parent 7903e4f640
commit 2c652ff978
11 changed files with 19 additions and 29 deletions

View file

@ -1,6 +1,5 @@
from itertools import product
from build123d import *
from build123d.part_operations import *
x_coords = product(range(65 // 5), (-15, -10, 10, 15))
y_coords = product((30, 35), range(30 // 5 - 1))