![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| OpenSource Software For the Discussion of Opensource CAD/CAM and NC shareware software etc) |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
Inkscape is an Open Source vector graphics editor, with capabilities similar to Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector Graphics (SVG) file format. New plug-in converts path's from Inkscape to Gcode. Major feature of plug-in is using biarc interpolation of Bezier curves instead of straight line interpolation (see examples). This means that:
Plug-in provides a lot of additional functions:
Gcode tools plug-in if freely available for download here:
Any feedback is appreciated! Inkscape is a crossplatform software, here are available versions for Windows, MacOS, Linux, source codes. Inkscape is included in official repositories of Ubuntu, Debian, Puppy and others. Tested on:
Sorry for my English, I will appreciate any corrections .Here are some examples: Last edited by Var; 02-09-2010 at 08:20 AM. |
|
#2
| |||
| |||
| It looks like you've completely rewritten the original (Hugomatic's) program. I'll be giving this a try. No time now, but feedback by Saturday. Inkscape is an excellent and underrated application. Thanks
__________________ Anyone who says "It only goes together one way" has no imagination. |
|
#3
| |||
| |||
.Hope for the feed back. |
|
#4
| ||||
| ||||
| I'm trying to understand G code before to even think to check prices of a CNC machine, and this tool seems really a must for beginners who don't want to deal with a complex (and expensive) CAD. I see it is wonderful to make G code from TTF fonts: sign makers will be very happy! A big bulk of SVG images, for who don't want to draw, are available on Wikimedia Commons: http://commons.wikimedia.org/wiki/Category:SVG |
|
#5
| |||
| |||
| I am still a beginner with inkscape and I like it very much, better than CAD. Could someone tell me how to install this G-code plug-in by telling what to click on during the install. Computer speak makes my eyes cross and my mind go blank. I have inkscape 047 on my windows XP home edition. Appreciate any help anyone can give me with this installation. |
| Sponsored Links |
|
#6
| ||||
| ||||
![]() I'm a Linux man but I can try to give you some clues. After you download the file extensions.tar.gz you must decompress it using programs like Gzip or 7-zip. Inside the compressed file there are two other files, named gcode_tools.inx and gcode_tools.py. Locate on your disk a folder named "extensions" (it must be somewhere inside a folder named "inkscape") and copy the two files there. You'll find the G-tools under the "Effects" menu in Inkscape. HTH! |
|
#7
| |||
| |||
| Marco, thank you for your quick reply. I downloaded the file and when I try to open it with 7-zip a small window apears but only for a fraction of a second. It looks like a DOS window. I have to check if I downloaded a DOS version of 7-zip. |
|
#8
| |||
| |||
| I've posted ordinary zip archive and instructions here: http://www.cnc-club.ru/forum/viewtop...=35&p=122#p122 if you have problems with it, I can mail you unzipped files. |
|
#9
| |||
| |||
| Weird results so far. I'm trying to work with a simple oval to test the biarcs and pocketing. Could you please list the parameters needed to to cut this with the x and y centered inside the oval using a .25" endmill. The machine only has 3.75" y travel. Thanks btw: I can do this outline with the old gcode extension no problem. Maybe I'm trying to apply old thinking to a new program
__________________ Anyone who says "It only goes together one way" has no imagination. |
|
#10
| |||
| |||
| Gcode tools takes internal Inkscape's units (px). Conversion to " and mm is done with out any calculations so 1px=1" or 1mm depending on which unit is selected. So if you want your ellipse be 2" long you should make it 2px long in the Inkscape. Or you can set scaling in the params tab. If you want your ellipse be centered by x and y just put it in the following position: x = -xRadius y = -yRadius or -width/2 and - height/2. Or set up offsets. Also I think subdivision you have done is a little redundant. You can try smaller values of subdivision. By the way it could be useful for other users if you post your questions at the English support forum Last edited by Var; 02-15-2010 at 01:35 PM. |
| Sponsored Links |
|
#11
| |||
| |||
| Your program is less tolerant of offset shifting than the old extension. I think the problem involves how inkscape counts pixels and the y0 origin. That's not to say the program is broken, inkscape treats this concept differently than a CAD program. It may not confuse you but it confuses me and will confuse some others. I will post back when I can explain more clearly, possibly to your forum. The included pics show one way the old extension can shift offsets edit/ btw: the screenshots are inkscape 0.47 in Mepis Linux. If the extensions run on this they should run on any recent Debian Linux.
__________________ Anyone who says "It only goes together one way" has no imagination. Last edited by cyclestart; 02-16-2010 at 02:42 AM. |
|
#12
| |||
| |||
| The non-parametric code is having problems with new lines. Code: 5: G00 Z1.000000G00 X-151.928080 Y-2.361681G01 Z-0.100000 F4.000000
__________________ Anyone who says "It only goes together one way" has no imagination. |
![]() |
| Tags |
| free cam software gcode |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Please Help Me With INKSCAPE | diarmaid | General CAM Discussion | 36 | 10-29-2010 05:47 AM |
| inkscape to G-code | Dan Falck | OpenSource Software | 6 | 09-13-2010 07:06 AM |
| Getting to Lazy Cam from Inkscape | John Tribe | LazyCam | 5 | 08-21-2008 06:04 PM |
| inkscape drawing for lathe | ChinaMan | General CAM Discussion | 0 | 11-16-2007 07:05 PM |
| GcodeOut - Export gcode to Turbocnc | wjbzone | Autodesk Software (Autocad, Inventor etc) | 18 | 04-14-2004 07:22 AM |