Skip to content
Snippets Groups Projects
Commit 2bf330ad authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent 8e38835c
No related branches found
No related tags found
No related merge requests found
Pipeline #12191 passed
...@@ -57,6 +57,8 @@ units = float(frep['mm_per_unit']) ...@@ -57,6 +57,8 @@ units = float(frep['mm_per_unit'])
delta = (25.4/dpi)/units delta = (25.4/dpi)/units
fn = frep['function'] fn = frep['function']
fn = fn.replace('math.','') fn = fn.replace('math.','')
for z in frep['layers']:
print(z)
# #
# write program # write program
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment