Search found 16 matches

by tjskcnc
Fri Mar 12, 2021 7:44 am
Forum: Gadgets - Requests
Topic: Truncated Cone
Replies: 20
Views: 20509

Re: Truncated Cone

Started my own gadget for truncated cone before coming across this post. I used a program for cones for the waterjet I operated in a sheetmetal fabrication shop and miss having it. Did all my calculations in VB.net and verified in Solidworks. Now I need to transfer everything to Lua. This is an exer...
by tjskcnc
Thu Nov 13, 2014 9:35 pm
Forum: Gadgets - General
Topic: programming: error message
Replies: 3
Views: 3248

Re: programming: error message

:oops: the dxf file does import into the current VCarve job but then displays the error mssg. Do I need to sign the dxf file to a CadContourObject, or is there another method of importing vector files?
Thanks for the help.
by tjskcnc
Thu Nov 13, 2014 8:37 pm
Forum: Gadgets - General
Topic: programming: error message
Replies: 3
Views: 3248

programming: error message

code: function main(_path) job = VectricJob() layer = job.LayerManager:GetActiveLayer() layer:AddObject(job:ImportDxfDwg(_path .. "\\Folder\\sample.dxf"), true) job:Refresh2DView() return true end error mssg: Script: Compiled Script Line: Unknown (method AddObject) No matching overload found, candid...
by tjskcnc
Thu Nov 13, 2014 8:36 pm
Forum: Gadgets - General
Topic: programming: error message
Replies: 0
Views: 2002

programming: error message

code: function main(_path) job = VectricJob() layer = job.LayerManager:GetActiveLayer() layer:AddObject(job:ImportDxfDwg(_path .. "\\Folder\\sample.dxf"), true) job:Refresh2DView() return true end error mssg: Script: Compiled Script Line: Unknown (method AddObject) No matching overload found, candid...
by tjskcnc
Sat Feb 08, 2014 7:47 am
Forum: VCarve - General
Topic: VCarvePro Gadget SDK and LUA
Replies: 6
Views: 5190

Re: VCarvePro Gadget SDK and LUA

Thanks for the responses. Guess I'll be upgrading as soon as I have a few extra $s.
by tjskcnc
Sat Feb 08, 2014 1:33 am
Forum: VCarve - General
Topic: VCarvePro Gadget SDK and LUA
Replies: 6
Views: 5190

Re: VCarvePro Gadget SDK and LUA

tried installing on computer with VCarvePro but still not working. On the install window when it asks to choose what/where to install, the window is blank (no choices) and size reads 0kb.
using winXP Pro with VCarvePro v6.5, licensed.
by tjskcnc
Mon Dec 23, 2013 11:04 am
Forum: VCarve - General
Topic: VCarvePro Gadget SDK and LUA
Replies: 6
Views: 5190

Re: VCarvePro Gadget SDK and LUA

Downloaded the SDK but could not install.
Anyone know what the requirements are to run the SDK? Hardware, OS, other programs, etc. ? Tried installing on my home computer with Windows Home Vista, Vectric software not on this computer.
Hope the forum/blog for the gadget site opens soon.
by tjskcnc
Sun Dec 22, 2013 9:44 am
Forum: VCarve - General
Topic: VCarvePro Gadget SDK and LUA
Replies: 6
Views: 5190

VCarvePro Gadget SDK and LUA

I am interested in creating my own gadgets for use in VCarvePro. I have downloaded the windows version of LUA from their website, and have some experience in programming with VB and C. I would just like to know how to get started. Willing to share my experiences with others on this forum developing ...
by tjskcnc
Sat Dec 21, 2013 9:46 pm
Forum: VCarve - Tips and Tricks
Topic: Can't achieve sharp external corners
Replies: 9
Views: 10650

Re: Can't achieve sharp external corners

Best way is to manually change it in the G-Code. In the line of code you want the sharp corner, type in G61. Type in G64 in the line of code you want the machine to return to Constant Velocity. Example: N0110 G0 G61 X21 Y12 N0120 G0 Y6 N0140 G0 G64 X0 This will put a sharp corner at X21 Y12 and at X...
by tjskcnc
Fri Jun 17, 2011 6:35 am
Forum: VCarve - Tips and Tricks
Topic: Help setting Z-Zero
Replies: 40
Views: 22375

Re: Help setting Z-Zero

I have never seen this method posted ANYWHERE and I am on almost every CNC type forum. I can't believe I am the only one using this method! I lower my Z-axis close to the surface. At that point, I turn off the power to the power supply, effectively turning off the motors. Using a crank handle on the...
by tjskcnc
Fri Jun 17, 2011 6:13 am
Forum: Free CNC Projects
Topic: Free Project - "Vintage Wooden Spoon Wall Rack"
Replies: 19
Views: 28913

Re: Free Project - "Vintage Wooden Spoon Wall Rack"

Why can't the project be adapted to earlier versions (I do have v6) for those her can't afford to upgrade? Backward compatibility would seem a "must have" (unless you're Microsoft!)

Excellent design. Keep the projects coming.
by tjskcnc
Wed Apr 20, 2011 2:20 am
Forum: Cut3D - General
Topic: Help Converting Files
Replies: 13
Views: 5466

Re: Help Converting Files

The attached image is from 3DmodelClub's free sample download page. It shows several file formats other than STL and RLF, including V3D. In one of my "past lives" a was a software programmer. I understand the difficulties of converting one file format to another. A lot of software has proprietary fi...
by tjskcnc
Wed Apr 20, 2011 1:23 am
Forum: Cut3D - General
Topic: Help Converting Files
Replies: 13
Views: 5466

Re: Help Converting Files

hi dont send your file anyone... first contact 3d modelclub about converting... if that doesnt work, your another option looking for free programs... to handling stls theres accutrans, and netfab... type this two name in google... they can resize, even convert these files... accutrans is $20 for mi...
by tjskcnc
Tue Apr 19, 2011 9:54 pm
Forum: Cut3D - General
Topic: Help Converting Files
Replies: 13
Views: 5466

Re: Help Converting Files

Who's James and what free software? I have VCarvePro, not Aspire. I have a job that needs to be completed and I'm just trying to find help getting it done. If my neighbor had the software necessary to do the job, and he did it for me, no one would think anything of it. If I purchased a pattern for a...
by tjskcnc
Tue Apr 19, 2011 5:46 pm
Forum: Cut3D - General
Topic: Help Converting Files
Replies: 13
Views: 5466

Re: Help Converting Files

Doing what you ask would be questionable from a legal/copyright point of view. On their information page it says they can supply models in .v3D format. I suggest you contact them with your purchase information and ask if they can supply the second format. I am assuming you don't have Cut3D or else ...