Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bigprint
twins-controller
Commits
4e5c88f9
Commit
4e5c88f9
authored
Feb 24, 2020
by
Jayant Khatkar
Browse files
intial commit - skeleton
parents
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
4e5c88f9
# 1 Arm Printer
Take a standard gcode file and print it using only 1 arm.
Includes the following important components:
-
connecting with single arm through ros: todo
-
connecting with extruder through ros: todo
-
calibration: todo
-
printing the whole thing: todo
benchy.gcode
0 → 100644
View file @
4e5c88f9
This diff is collapsed.
Click to expand it.
main.py
0 → 100644
View file @
4e5c88f9
import
time
import
numpy
as
np
import
gcode2contour
as
gc
import
rospy
def
print_contours
(
contours
):
"""
takes a list contours and prints them
"""
pass
if
__name__
==
"__main__"
:
# convert gcode file to contours
fname
=
"benchy.gcode"
contours
=
gc
.
decode_gcode
(
fname
)
print_contours
(
contours
)
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