Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
Printrun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
Printrun
Commits
03f727aa
Commit
03f727aa
authored
Nov 20, 2011
by
Kliment Yanev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into experimental
parents
8a4bdc92
82aa15be
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
447 additions
and
536 deletions
+447
-536
fr.po
locale/fr/LC_MESSAGES/fr.po
+235
-305
pronterface.mo
locale/fr/LC_MESSAGES/pronterface.mo
+0
-0
pronterface.pot
locale/pronterface.pot
+210
-229
pronterface.py
pronterface.py
+2
-2
No files found.
locale/fr/LC_MESSAGES/fr.po
View file @
03f727aa
This diff is collapsed.
Click to expand it.
locale/fr/LC_MESSAGES/pronterface.mo
View file @
03f727aa
No preview for this file type
locale/pronterface.pot
View file @
03f727aa
This diff is collapsed.
Click to expand it.
pronterface.py
View file @
03f727aa
...
...
@@ -417,13 +417,13 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
uts
.
Add
(
self
.
rescanbtn
,
wx
.
TOP
|
wx
.
LEFT
,
0
)
self
.
serialport
=
wx
.
ComboBox
(
self
.
panel
,
-
1
,
choices
=
self
.
scanserial
(),
style
=
wx
.
CB_DROPDOWN
|
wx
.
CB_READONLY
,
pos
=
(
50
,
0
))
style
=
wx
.
CB_DROPDOWN
,
pos
=
(
50
,
0
))
self
.
rescanports
()
uts
.
Add
(
self
.
serialport
)
uts
.
Add
(
wx
.
StaticText
(
self
.
panel
,
-
1
,
"@"
,
pos
=
(
250
,
5
)),
wx
.
RIGHT
,
5
)
self
.
baud
=
wx
.
ComboBox
(
self
.
panel
,
-
1
,
choices
=
[
"2400"
,
"9600"
,
"19200"
,
"38400"
,
"57600"
,
"115200"
,
"250000"
],
style
=
wx
.
CB_DROPDOWN
|
wx
.
CB_READONLY
,
size
=
(
110
,
30
),
pos
=
(
275
,
0
))
style
=
wx
.
CB_DROPDOWN
,
size
=
(
110
,
30
),
pos
=
(
275
,
0
))
try
:
self
.
baud
.
SetValue
(
"115200"
)
self
.
baud
.
SetValue
(
str
(
self
.
settings
.
baudrate
))
...
...
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