Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
libraries
Commits
2bf330ad
Commit
2bf330ad
authored
Aug 30, 2021
by
Neil Gershenfeld
Browse files
wip
parent
8e38835c
Pipeline
#12191
passed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
python/frep-C.py
100644 → 100755
View file @
2bf330ad
...
...
@@ -57,6 +57,8 @@ units = float(frep['mm_per_unit'])
delta
=
(
25.4
/
dpi
)
/
units
fn
=
frep
[
'function'
]
fn
=
fn
.
replace
(
'math.'
,
''
)
for
z
in
frep
[
'layers'
]:
print
(
z
)
#
# write program
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment