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
1e8d05ac
Commit
1e8d05ac
authored
Jun 02, 2014
by
Guillaume Seguin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce default Z feedrate to 100mm/min
parent
355102cc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pronsole.py
printrun/pronsole.py
+1
-1
No files found.
printrun/pronsole.py
View file @
1e8d05ac
...
...
@@ -310,7 +310,7 @@ class Settings(object):
self
.
_add
(
SpinSetting
(
"temperature_abs"
,
230
,
0
,
400
,
_
(
"Extruder temperature for ABS"
),
_
(
"Extruder temp for ABS (deg C)"
),
"Printer"
))
self
.
_add
(
SpinSetting
(
"temperature_pla"
,
185
,
0
,
400
,
_
(
"Extruder temperature for PLA"
),
_
(
"Extruder temp for PLA (deg C)"
),
"Printer"
))
self
.
_add
(
SpinSetting
(
"xy_feedrate"
,
3000
,
0
,
50000
,
_
(
"X && Y manual feedrate"
),
_
(
"Feedrate for Control Panel Moves in X and Y (mm/min)"
),
"Printer"
))
self
.
_add
(
SpinSetting
(
"z_feedrate"
,
2
00
,
0
,
50000
,
_
(
"Z manual feedrate"
),
_
(
"Feedrate for Control Panel Moves in Z (mm/min)"
),
"Printer"
))
self
.
_add
(
SpinSetting
(
"z_feedrate"
,
1
00
,
0
,
50000
,
_
(
"Z manual feedrate"
),
_
(
"Feedrate for Control Panel Moves in Z (mm/min)"
),
"Printer"
))
self
.
_add
(
SpinSetting
(
"e_feedrate"
,
100
,
0
,
1000
,
_
(
"E manual feedrate"
),
_
(
"Feedrate for Control Panel Moves in Extrusions (mm/min)"
),
"Printer"
))
self
.
_add
(
StringSetting
(
"slicecommand"
,
"python skeinforge/skeinforge_application/skeinforge_utilities/skeinforge_craft.py $s"
,
_
(
"Slice command"
),
_
(
"Slice command"
),
"External"
))
self
.
_add
(
StringSetting
(
"sliceoptscommand"
,
"python skeinforge/skeinforge_application/skeinforge.py"
,
_
(
"Slicer options command"
),
_
(
"Slice settings command"
),
"External"
))
...
...
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