Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mods
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
mods
Commits
48771c97
Commit
48771c97
authored
Apr 14, 2018
by
Neil Gershenfeld
Browse files
Options
Downloads
Patches
Plain Diff
housekeep
parent
3ae5037d
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
files.html
+256
-1687
256 additions, 1687 deletions
files.html
modules/index.js
+145
-145
145 additions, 145 deletions
modules/index.js
modules/ui/button window
+2
-2
2 additions, 2 deletions
modules/ui/button window
modules/ui/text window
+2
-2
2 additions, 2 deletions
modules/ui/text window
with
405 additions
and
1836 deletions
files.html
+
256
−
1687
View file @
48771c97
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
modules/index.js
+
145
−
145
View file @
48771c97
...
...
@@ -126,8 +126,6 @@ module_label(' formats')
module_menu
(
'
dxf
'
,
'
modules/toolpath/formats/dxf
'
)
module_menu
(
'
g-code
'
,
'
modules/toolpath/formats/g-code
'
)
module_label
(
'
machines
'
)
module_label
(
'
laser cutter
'
)
module_menu
(
'
Epilog
'
,
'
modules/toolpath/machines/laser%20cutter/Epilog
'
)
module_label
(
'
Roland
'
)
module_label
(
'
milling
'
)
module_menu
(
'
MDX-20
'
,
'
modules/toolpath/machines/Roland/milling/MDX-20
'
)
...
...
@@ -135,11 +133,13 @@ module_menu(' SRM-20','modules/toolpath/machines/Roland/m
module_label
(
'
vinyl cutter
'
)
module_menu
(
'
GX-24
'
,
'
modules/toolpath/machines/Roland/vinyl%20cutter/GX-24
'
)
module_menu
(
'
ShopBot
'
,
'
modules/toolpath/machines/ShopBot
'
)
module_label
(
'
laser cutter
'
)
module_menu
(
'
Epilog
'
,
'
modules/toolpath/machines/laser%20cutter/Epilog
'
)
module_menu
(
'
view
'
,
'
modules/toolpath/view
'
)
module_label
(
'
ui
'
)
module_menu
(
'
bar graph
'
,
'
modules/ui/bar%20graph
'
)
module_menu
(
'
button
'
,
'
modules/ui/button
'
)
module_menu
(
'
button
window
'
,
'
modules/ui/button
%20window
'
)
module_menu
(
'
color
'
,
'
modules/ui/color
'
)
module_menu
(
'
slider
'
,
'
modules/ui/slider
'
)
module_menu
(
'
text
'
,
'
modules/ui/text
'
)
module_menu
(
'
text
window
'
,
'
modules/ui/text
%20window
'
)
This diff is collapsed.
Click to expand it.
modules/ui/button
→
modules/ui/button
window
+
2
−
2
View file @
48771c97
//
//
ui
button
//
UI
button
window
//
// Neil Gershenfeld
// (c) Massachusetts Institute of Technology 2015,6
...
...
@@ -20,7 +20,7 @@ var mod = {}
//
// name
//
var name = 'UI button'
var name = 'UI button
window
'
//
// initialization
//
...
...
This diff is collapsed.
Click to expand it.
modules/ui/text
→
modules/ui/text
window
+
2
−
2
View file @
48771c97
//
//
ui
text
//
UI
text
window
//
// Neil Gershenfeld
// (c) Massachusetts Institute of Technology 2015,6
...
...
@@ -20,7 +20,7 @@ var mod = {}
//
// name
//
var name = 'UI text'
var name = 'UI text
window
'
//
// initialization
//
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment