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

GCODE File Outputted as TXT File #28

Open
Andyboy2 opened this issue Feb 13, 2020 · 2 comments
Open

GCODE File Outputted as TXT File #28

Andyboy2 opened this issue Feb 13, 2020 · 2 comments

Comments

@Andyboy2
Copy link

I downloaded this extension and ran it in Inkscape and tried implementing it into my laser engraver, but found out it wouldn't identify it because it outputted as a .txt file instead of a .gcode file. Am I doing something wrong? Or do I need to convert this in a separate step after running the extension?

@JBSchueler
Copy link

Just rename the extension to what you need, it is hardcoded.

See raster2laser_gcode.py line 149.

If you don't want to change the extension all the time, change .txt to .nc at line 149.

@Andyboy2
Copy link
Author

Thanks! This helped a ton! I changed it to ".gcode" and everything is working well for me now.

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

No branches or pull requests

2 participants