Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
9b94ba5c
Commit
9b94ba5c
authored
Aug 21, 2015
by
panos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Amendment done to fix a bug in the code
parent
0d0b517a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dream/KnowledgeExtraction/PilotCases/JobShop/JobShopInterface2.py
...owledgeExtraction/PilotCases/JobShop/JobShopInterface2.py
+1
-1
No files found.
dream/KnowledgeExtraction/PilotCases/JobShop/JobShopInterface2.py
View file @
9b94ba5c
...
...
@@ -112,7 +112,7 @@ class TIMEIN(Frame):
self
.
machineOption
=
StringVar
()
self
.
machineOption
.
set
(
None
)
options
=
[
'CAD1 - SolidWorks Pro'
,
'CAD2 - SolidWorks Base'
,
'CAD3 - CATIA V5'
,
'CAM1 - WorkNC 5axis'
,
'CAM2 - WorkNC 3axis'
,
'MILL1 - DMU50 eVo'
,
'MILL2 - HSC20 linear'
,
'TURN1 - EMCO'
,
'DRILL1 - FLOTT SB'
,
'EDM1- AGIE Form 20'
,
'WORK1 - Workbench 1'
,
'WORK2 - Workbench 2'
,
'WORK3 - Workbench 3'
,
'WORK4 - Workbench 4'
,
'INJM1 - SYSTEC 35'
,
'INJM2 - SYSTEC 120'
]
options
=
[
'CAD1 - SolidWorks Pro'
,
'CAD2 - SolidWorks Base'
,
'CAD3 - CATIA V5'
,
'CAM1 - WorkNC 5axis'
,
'CAM2 - WorkNC 3axis'
,
'MILL1 - DMU50 eVo'
,
'MILL2 - HSC20 linear'
,
'TURN1 - EMCO'
,
'DRILL1 - FLOTT SB'
,
'EDM1- AGIE Form 20'
,
'WORK1 - Workbench 1'
,
'WORK2 - Workbench 2'
,
'WORK3 - Workbench 3'
,
'WORK4 - Workbench 4'
,
'
ASSM1 - Workbench 1'
,
'ASSM2 - Workbench 2'
,
'ASSM3 - Workbench 3'
,
'ASSM4 - Workbench 4'
,
'
INJM1 - SYSTEC 35'
,
'INJM2 - SYSTEC 120'
]
self
.
machineDropDown
=
OptionMenu
(
app
,
self
.
machineOption
,
*
options
).
pack
()
self
.
checkBoxVal
=
IntVar
()
...
...
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