Hi guys,
I'm trying to make my self a lasercutter from scratch.
The design is made, and as a first step in making the dream come true , I'm trying to get the software up and running.
I had found a very useful instructable in which software was recommended:
inkscape in combination with the lasercutter extention or the 305 engineering extention.
Installed all as to the description in the instructable, but am running into issues. On both extentions I get this error when generation G-code:
(see picture attached)
I have tried finding sollutions on line, but none have helped...
anybody have an idea what I can do?
Thx a bunch
Tom
error message when using lasercutter extentione and 305 engineering extension
Re: error message when using lasercutter extentione and 305 engineering extension
No, this is a different issue :/
You need to activate translations. Add this line at the start of the *.py file:
Or you can remove the underscore and the parentheses around "Unable to..." in line 178 (and whereever else they occur).
You need to activate translations. Add this line at the start of the *.py file:
Code: Select all
inkex.localize()
Or you can remove the underscore and the parentheses around "Unable to..." in line 178 (and whereever else they occur).
Something doesn't work? - Keeping an eye on the status bar can save you a lot of time!
Inkscape FAQ - Learning Resources - Website with tutorials (German and English)
Inkscape FAQ - Learning Resources - Website with tutorials (German and English)
Re: error message when using lasercutter extentione and 305 engineering extension
Please understand I am a complete newby in python
I've tried adding that line in the py file
it only generatas an error that it doesn't recognise the line...
tried removing the underscore and brackets. then he does not recognise the command that was in the removed brackets...
the inkex.localize() doe snot become green either, so I'm thinking it does not recognise..??
Hope you guys can help me solve this one...
laser rig is ready...
the j tech photoponics laser tool does work, but can 't find out how to raster an image to engrave...
I've tried adding that line in the py file
it only generatas an error that it doesn't recognise the line...
tried removing the underscore and brackets. then he does not recognise the command that was in the removed brackets...
the inkex.localize() doe snot become green either, so I'm thinking it does not recognise..??
Hope you guys can help me solve this one...
laser rig is ready...
the j tech photoponics laser tool does work, but can 't find out how to raster an image to engrave...
Re: error message when using lasercutter extentione and 305 engineering extension
Can you link to the extension? We'd need access to the code for further suggestions.
Something doesn't work? - Keeping an eye on the status bar can save you a lot of time!
Inkscape FAQ - Learning Resources - Website with tutorials (German and English)
Inkscape FAQ - Learning Resources - Website with tutorials (German and English)
Re: error message when using lasercutter extentione and 305 engineering extension
how do I go about that?
copy and paste the entire code for the extension into a reply?
You can see I'm pretty new at this...
copy and paste the entire code for the extension into a reply?
You can see I'm pretty new at this...
Re: error message when using lasercutter extentione and 305 engineering extension
Copy and paste the link of the website where you downloaded the extension into a comment in this forum, so we can use our web browser to access the code (I think it's on github).
Something doesn't work? - Keeping an eye on the status bar can save you a lot of time!
Inkscape FAQ - Learning Resources - Website with tutorials (German and English)
Inkscape FAQ - Learning Resources - Website with tutorials (German and English)
Re: error message when using lasercutter extentione and 305 engineering extension
well, I feel stupid now...
as I'm creating drawings and testing on my laptop, but the laser engraver is hooked up to my gaming pc, I had used a location on my server to save the gcode files...
I changed it to a local folder, and now it works...
thanks for the help guys
as I'm creating drawings and testing on my laptop, but the laser engraver is hooked up to my gaming pc, I had used a location on my server to save the gcode files...
I changed it to a local folder, and now it works...
thanks for the help guys