Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Think about a gcode interpreter #133

Closed
jgvictores opened this issue Jan 6, 2018 · 7 comments
Closed

Think about a gcode interpreter #133

jgvictores opened this issue Jan 6, 2018 · 7 comments

Comments

@jgvictores
Copy link
Member

Just a fun idea commented with @PeterBowman yesterday: Develop a program that opens a .gcode file (pretty sure that inkscape can export this, which is cool for example after vectorizing a bitmap), and can create an instance of an object that inherits from Trajectory that is runnable via BasicCartesianControl (note that some methods to do this still do not exist).

@jgvictores
Copy link
Member Author

Blocked by #134 and #135.

@jgvictores
Copy link
Member Author

Just for completeness, the syntax we were thinking about is similar to:

./launchGcode --file whatever.gcode --orient 1 0 0 0

@David-Estevez
Copy link

There is a specific need for the gcode? You can obtain the trajectory directly from a SVG file, without the need to convert to gcode, if you are careful with the desired dimensions of the trajectory.

@jgvictores
Copy link
Member Author

No, it's just an idea, no practical use-case. The benefit of .gcode is we could even use slic3r-generated trajectories. 😄

@PeterBowman PeterBowman removed the blocked Do not focus on this issue until blocking issue is closed label Mar 17, 2021
@PeterBowman
Copy link
Member

Any trajectory classes we envisioned have been superseded by KDL: #134 (comment). Perhaps we can write a small script to convert from gcode to text, and then use our playback app (see tools repo). @jgvictores shall we close this as invalid or wontfix?

@jgvictores
Copy link
Member Author

shall we close this as invalid or wontfix?

Yup!

@jgvictores jgvictores closed this as not planned Won't fix, can't repro, duplicate, stale Jul 17, 2022
@jgvictores
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants