Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
mods
Commits
5a4ad626
Commit
5a4ad626
authored
Sep 27, 2021
by
Neil Gershenfeld
Browse files
start line scan program
parent
e6f71e83
Changes
2
Hide whitespace changes
Inline
Side-by-side
files.html
View file @
5a4ad626
...
...
@@ -274,6 +274,8 @@
<i>
raster
</i><br>
<a
href=
'./programs/processes/mill/raster/2.5D'
>
2.5D
</a><br>
<a
href=
'./programs/processes/mill/raster/2D'
>
2D
</a><br>
<i>
scan
</i><br>
<a
href=
'./programs/processes/scan/line'
>
line
</a><br>
<i>
variable
</i><br>
<a
href=
'./programs/variable/text%20variables'
>
text variables
</a><br>
<i>
py
</i><br>
...
...
programs/index.js
View file @
5a4ad626
...
...
@@ -66,6 +66,8 @@ program_label(' mill')
program_label
(
'
raster
'
)
program_menu
(
'
2.5D
'
,
'
programs/processes/mill/raster/2.5D
'
)
program_menu
(
'
2D
'
,
'
programs/processes/mill/raster/2D
'
)
program_label
(
'
scan
'
)
program_menu
(
'
line
'
,
'
programs/processes/scan/line
'
)
program_label
(
'
variable
'
)
program_menu
(
'
text variables
'
,
'
programs/variable/text%20variables
'
)
Write
Preview
Markdown
is supported
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