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
9452b572
Commit
9452b572
authored
Aug 08, 2012
by
Guillaume Seguin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrong automated change, update pot and French translation
parent
6f446e37
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
281 additions
and
271 deletions
+281
-271
pronterface.mo
locale/fr/LC_MESSAGES/pronterface.mo
+0
-0
pronterface.po
locale/fr/LC_MESSAGES/pronterface.po
+140
-135
pronterface.pot
locale/pronterface.pot
+138
-133
pronterface.py
pronterface.py
+3
-3
No files found.
locale/fr/LC_MESSAGES/pronterface.mo
View file @
9452b572
No preview for this file type
locale/fr/LC_MESSAGES/pronterface.po
View file @
9452b572
This diff is collapsed.
Click to expand it.
locale/pronterface.pot
View file @
9452b572
This diff is collapsed.
Click to expand it.
pronterface.py
View file @
9452b572
...
@@ -90,7 +90,7 @@ class PronterWindow(wx.Frame, pronsole.pronsole):
...
@@ -90,7 +90,7 @@ class PronterWindow(wx.Frame, pronsole.pronsole):
self
.
settings
.
preview_grid_step1
=
10.
self
.
settings
.
preview_grid_step1
=
10.
self
.
settings
.
preview_grid_step2
=
50.
self
.
settings
.
preview_grid_step2
=
50.
self
.
settings
.
bgcolor
=
"#FFFFFF"
self
.
settings
.
bgcolor
=
"#FFFFFF"
self
.
helpdict
[
"build_dimensions"
]
=
_
(
"Dimensions of Build Platform
\n
& optional offset of origin
\n\n
Examples:
\n
XXXxYYY
\n
XXX,
YYY,
ZZZ
\n
XXXxYYYxZZZ+OffX+OffY+OffZ"
)
self
.
helpdict
[
"build_dimensions"
]
=
_
(
"Dimensions of Build Platform
\n
& optional offset of origin
\n\n
Examples:
\n
XXXxYYY
\n
XXX,
YYY,
ZZZ
\n
XXXxYYYxZZZ+OffX+OffY+OffZ"
)
self
.
helpdict
[
"last_bed_temperature"
]
=
_
(
"Last Set Temperature for the Heated Print Bed"
)
self
.
helpdict
[
"last_bed_temperature"
]
=
_
(
"Last Set Temperature for the Heated Print Bed"
)
self
.
helpdict
[
"last_file_path"
]
=
_
(
"Folder of last opened file"
)
self
.
helpdict
[
"last_file_path"
]
=
_
(
"Folder of last opened file"
)
self
.
helpdict
[
"last_temperature"
]
=
_
(
"Last Temperature of the Hot End"
)
self
.
helpdict
[
"last_temperature"
]
=
_
(
"Last Temperature of the Hot End"
)
...
@@ -1786,9 +1786,9 @@ class PronterWindow(wx.Frame, pronsole.pronsole):
...
@@ -1786,9 +1786,9 @@ class PronterWindow(wx.Frame, pronsole.pronsole):
# a string containing up to six numbers delimited by almost anything
# a string containing up to six numbers delimited by almost anything
# first 0-3 numbers specify the build volume, no sign, always positive
# first 0-3 numbers specify the build volume, no sign, always positive
# remaining 0-3 numbers specify the coordinates of the "southwest" corner of the build platform
# remaining 0-3 numbers specify the coordinates of the "southwest" corner of the build platform
# "XXX,
YYY"
# "XXX,YYY"
# "XXXxYYY+xxx-yyy"
# "XXXxYYY+xxx-yyy"
# "XXX,
YYY,
ZZZ+xxx+yyy-zzz"
# "XXX,
YYY,
ZZZ+xxx+yyy-zzz"
# etc
# etc
bdl
=
re
.
match
(
bdl
=
re
.
match
(
"[^
\
d+-]*(
\
d+)?"
+
# X build size
"[^
\
d+-]*(
\
d+)?"
+
# X build size
...
...
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