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
dea306eb
Commit
dea306eb
authored
May 25, 2013
by
Guillaume Seguin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lower default e_feedrate to 100mm/min
parent
c3e50ed5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pronsole.py
pronsole.py
+1
-1
No files found.
pronsole.py
View file @
dea306eb
...
@@ -200,7 +200,7 @@ class Settings(object):
...
@@ -200,7 +200,7 @@ class Settings(object):
self
.
_add
(
SpinSetting
(
"temperature_pla"
,
185
,
0
,
400
,
_
(
"Bed temperature for PLA"
),
_
(
"Extruder temp for PLA (default: 185 deg C)"
)))
self
.
_add
(
SpinSetting
(
"temperature_pla"
,
185
,
0
,
400
,
_
(
"Bed temperature for PLA"
),
_
(
"Extruder temp for PLA (default: 185 deg C)"
)))
self
.
_add
(
SpinSetting
(
"xy_feedrate"
,
3000
,
0
,
50000
,
_
(
"X & Y manual feedrate"
),
_
(
"Feedrate for Control Panel Moves in X and Y (default: 3000mm/min)"
)))
self
.
_add
(
SpinSetting
(
"xy_feedrate"
,
3000
,
0
,
50000
,
_
(
"X & Y manual feedrate"
),
_
(
"Feedrate for Control Panel Moves in X and Y (default: 3000mm/min)"
)))
self
.
_add
(
SpinSetting
(
"z_feedrate"
,
200
,
0
,
50000
,
_
(
"Z manual feedrate"
),
_
(
"Feedrate for Control Panel Moves in Z (default: 200mm/min)"
)))
self
.
_add
(
SpinSetting
(
"z_feedrate"
,
200
,
0
,
50000
,
_
(
"Z manual feedrate"
),
_
(
"Feedrate for Control Panel Moves in Z (default: 200mm/min)"
)))
self
.
_add
(
SpinSetting
(
"e_feedrate"
,
3
00
,
0
,
1000
,
_
(
"E manual feedrate"
),
_
(
"Feedrate for Control Panel Moves in Extrusions (default: 300mm/min)"
)))
self
.
_add
(
SpinSetting
(
"e_feedrate"
,
1
00
,
0
,
1000
,
_
(
"E manual feedrate"
),
_
(
"Feedrate for Control Panel Moves in Extrusions (default: 300mm/min)"
)))
self
.
_add
(
StringSetting
(
"slicecommand"
,
"python skeinforge/skeinforge_application/skeinforge_utilities/skeinforge_craft.py $s"
,
_
(
"Slice command"
),
_
(
"Slice command
\n
default:
\n
python skeinforge/skeinforge_application/skeinforge_utilities/skeinforge_craft.py $s)"
)))
self
.
_add
(
StringSetting
(
"slicecommand"
,
"python skeinforge/skeinforge_application/skeinforge_utilities/skeinforge_craft.py $s"
,
_
(
"Slice command"
),
_
(
"Slice command
\n
default:
\n
python skeinforge/skeinforge_application/skeinforge_utilities/skeinforge_craft.py $s)"
)))
self
.
_add
(
StringSetting
(
"sliceoptscommand"
,
"python skeinforge/skeinforge_application/skeinforge.py"
,
_
(
"Slicer options command"
),
_
(
"Slice settings command
\n
default:
\n
python skeinforge/skeinforge_application/skeinforge.py"
)))
self
.
_add
(
StringSetting
(
"sliceoptscommand"
,
"python skeinforge/skeinforge_application/skeinforge.py"
,
_
(
"Slicer options command"
),
_
(
"Slice settings command
\n
default:
\n
python skeinforge/skeinforge_application/skeinforge.py"
)))
self
.
_add
(
StringSetting
(
"final_command"
,
""
,
_
(
"Final command"
),
_
(
"Executable to run when the print is finished"
)))
self
.
_add
(
StringSetting
(
"final_command"
,
""
,
_
(
"Final command"
),
_
(
"Executable to run when the print is finished"
)))
...
...
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