Search found 7 matches
- Thu May 07, 2015 5:07 am
- Forum: Programming
- Topic: inx with notebook problem, help please
- Replies: 1
- Views: 2322
Re: inx with notebook problem, help please
I have found a workaround, for some reason the xml parser treats the type="notebook" option i.e <param name="tabb" type="notebook"> as a parameter to pass to the script like other <option> tags. The workaround involves reading the parameter into the script (python): sel...
- Thu May 07, 2015 4:10 am
- Forum: Programming
- Topic: inx with notebook problem, help please
- Replies: 1
- Views: 2322
inx with notebook problem, help please
I have written several inkscape extensions but only now have I tried to use tabs using the "notebook" type in the inx file. The problem is that with a single page the parameters are correctly passed to the python script, but with a tabbed page (i.e using param with type="notebook"...
- Mon Feb 02, 2015 8:48 am
- Forum: Inkscape Resources
- Topic: Update Extension: Tabbed Box Maker for Inkscape 0.91
- Replies: 2
- Views: 7757
Update Extension: Tabbed Box Maker for Inkscape 0.91
My Boxmaker extension for Inkscape was broken by changes in version 0.91
Here is a version for 0.91:
Cheers, Elliot.
Note: Linux users - you need to make boxmaker.py executable
Here is a version for 0.91:
Cheers, Elliot.
Note: Linux users - you need to make boxmaker.py executable
- Thu Oct 13, 2011 5:13 am
- Forum: Inkscape Resources
- Topic: New Inkscape Extension: Tabbed Box Maker
- Replies: 10
- Views: 35539
Re: New Inkscape Extension: Tabbed Box Maker
Thanks for the info ~suv, This is my first attempt at an extension and also the first python program I have written over 20 lines so forgive my naivety. I created the Laser Tools group thinking that I would over time produce more extensions, but if you have a suggested group I would gladly put it th...
- Wed Oct 12, 2011 8:33 pm
- Forum: Inkscape Resources
- Topic: New Inkscape Extension: Tabbed Box Maker
- Replies: 10
- Views: 35539
Re: New Inkscape Extension: Tabbed Box Maker
So you got no "Tabbed Box Maker" item inside laser tools, hmm, I've not met this problem before, could you please tell me what your set up is ie OS, Inkscape version. Thanks in advance, Elliot White P.S you can see an example of what you should get at my site: twot.eu A few examples: 4-axi...
- Sun Oct 09, 2011 10:02 pm
- Forum: Inkscape Resources
- Topic: New Inkscape Extension: Tabbed Box Maker
- Replies: 10
- Views: 35539
New Inkscape Extension: Tabbed Box Maker
Here is a new extension designed to make the construction of practical boxes from material cut on a laser cutter trivially easy, only a few values need to be entered: length, width, height, material thickness and kerf (the width of a cut) to produce an SVG drawing of the parts needed to construct a ...
- Sun Oct 09, 2011 9:32 am
- Forum: Programming
- Topic: A new useful extension
- Replies: 1
- Views: 1896
A new useful extension
Hello, I've just written an extension to Inkscape, and am unsure where I should post it for people to try, its just a beta but is reasonably stable. The extension creates drawings to make boxes cut using a laser cutter but could be used by any CNC machine, just by inputting the length, width,height,...