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

housekeep

parent 3ae5037d
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -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')
//
// 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
//
......
//
// 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
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment