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
0a79e154
Commit
0a79e154
authored
Jun 10, 2011
by
kliment
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More precise homing
parent
0d5809ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
pronsole.py
pronsole.py
+6
-6
No files found.
pronsole.py
View file @
0a79e154
...
...
@@ -816,24 +816,24 @@ class pronsole(cmd.Cmd):
if
"x"
in
l
.
lower
():
self
.
do_move
(
"X -250"
)
self
.
p
.
send_now
(
"G92 X0"
)
self
.
do_move
(
"X
1
200"
)
self
.
do_move
(
"X -1 200"
)
self
.
do_move
(
"X
5
200"
)
self
.
do_move
(
"X -1
0
200"
)
self
.
do_move
(
"X 0.1"
)
self
.
do_move
(
"X -0.1"
)
self
.
p
.
send_now
(
"G92 X0"
)
if
"y"
in
l
.
lower
():
self
.
do_move
(
"Y -250"
)
self
.
p
.
send_now
(
"G92 Y0"
)
self
.
do_move
(
"Y
1
200"
)
self
.
do_move
(
"Y -1 200"
)
self
.
do_move
(
"Y
5
200"
)
self
.
do_move
(
"Y -1
0
200"
)
self
.
do_move
(
"Y 0.1"
)
self
.
do_move
(
"Y -0.1"
)
self
.
p
.
send_now
(
"G92 Y0"
)
if
"z"
in
l
.
lower
():
self
.
do_move
(
"Z -250"
)
send_now
(
"G92 Z0"
)
self
.
do_move
(
"Z
1
"
)
self
.
do_move
(
"Z -
1
"
)
self
.
do_move
(
"Z
2
"
)
self
.
do_move
(
"Z -
3
"
)
self
.
p
.
send_now
(
"G92 Z0"
)
if
not
len
(
l
):
self
.
p
.
send_now
(
"G28"
)
...
...
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