Code: Select all
if Door.Count < 1 then
Pdialog:UpdateLabelField("Door.Alert", "Error: Door Count Requird")
elseif Door.Count < 1 then
Pdialog:UpdateLabelField("Door.Alert", "Error: No Door Count Provided")
Code: Select all
if Door.Count < 1 then
Pdialog:UpdateLabelField("Door.Alert", "Error: Door Count Requird")
elseif Door.Count < 1 then
Pdialog:UpdateLabelField("Door.Alert", "Error: No Door Count Provided")
Code: Select all
tool.VBitAngle = MillTool8.VBitAngle -- 90.0 -- used for vbit only
Code: Select all
tool.VBit_Angle = MillTool8.VBitAngle -- 90.0 -- used for vbit only
Code: Select all
-- VECTRIC LUA SCRIPT
file = io.open("c:\\temp\\test.dat", "w")
file:write("================================================================ \n")
file:write("===================== Tray Cut-list ======================== \n")
file:write("================================================================ \n")
file:close()
file = io.open("c:\\temp\\test.csv", "w")
file:write("ID,Name,Count,Thick,Material,Width,Length\n")
file:close()
file = io.open("c:\\temp\\test.html", "w")
file:write([[<html><head><title>Easy Tray Maker Bill of Material</title></head>
<body>Test HTML file</body</html>]])
file:close()-- closes the the Tray on the open file
Hi ADZE CNC,adze_cnc wrote: ↑Sun Aug 07, 2022 10:42 pmEDIT: OK. I expect what's happening is that because I am using the Trial version all file writing whether it be gadgets, post-processor output, etc. is being disabled.
I tried the code below in VCarve v9.519 and all ran fine. Oops. Sorry for the confusion.
Jim,
Further to the "open invalid mode" error above. This code when run from ZeroBrane works fine (all 3 files created). When pasted into VCarve 11 (trial) gives the error as with the link.
Code: Select all
-- VECTRIC LUA SCRIPT file = io.open("c:\\temp\\test.dat", "w") file:write("================================================================ \n") file:write("===================== Tray Cut-list ======================== \n") file:write("================================================================ \n") file:close() file = io.open("c:\\temp\\test.csv", "w") file:write("ID,Name,Count,Thick,Material,Width,Length\n") file:close() file = io.open("c:\\temp\\test.html", "w") file:write([[<html><head><title>Easy Tray Maker Bill of Material</title></head> <body>Test HTML file</body</html>]]) file:close()-- closes the the Tray on the open file
Could be Either 'inter' or 'inner' they both refer to the inside area of the door. Could be Standardized as one or the other. I have changed my copy of the gadget to 'inner'posted by adze_cnc While we're at it on the "Default Settings" pop-up the following changes could be made:
"Inner Frame Line" instead of "Inter..."
Sometimes "fluting" is used and sometimes "flute". Might be best to standardize on one
"Inside Edge Milling". It's unclear as to what this actually does. What inside edge?
Something Like This???jonathanmahnken wrote: ↑Fri Aug 05, 2022 1:55 amI have used it to make some shaker style fronts. Im new to making mdf doors, and I do plan on other styles in the future. It would be nice to be able to enter an entire list of doors and have that lay out onto a sheet with specified spacing. Maybe it does and I just dont know how to use it...
Inter-frame: yes. Inner frame: parallelism with “outer frame”. Inter frame is to place the frame in a grave or tomb.sharkcutup wrote: ↑Sun Aug 21, 2022 1:01 pmCould be Either 'inter' or 'inner' they both refer to the inside area of the door. Could be Standardized as one or the other. I have changed my copy of the gadget to 'inner'
Thank You Steven!!!adze_cnc wrote: ↑Sun Aug 21, 2022 4:42 pmInter-frame: yes. Inner frame: parallelism with “outer frame”. Inter frame is to place the frame in a grave or tomb.sharkcutup wrote: ↑Sun Aug 21, 2022 1:01 pmCould be Either 'inter' or 'inner' they both refer to the inside area of the door. Could be Standardized as one or the other. I have changed my copy of the gadget to 'inner'
Okay sorry it was when I tried to create Oval Style Door with Crossing Flute Lines. I got a unknown variable 'pty' error pop-up. Fixed my resident copy of the gadget. Then another problem arose and managed to fix that too. Now to continue with more BETA TESTNG.I presume that you are getting an error. Do you have a screenshot of that error?
Hi Sundown,sundown wrote: ↑Fri Oct 14, 2022 9:43 pmHi Jim -
I'm receiving a "No layer found with name = Door Scribe Lines" and "Door Flutes" with the attached settings. Though as far as I can tell, I'm not missing a toolpath or any design element.
Have I misinterpreted a setting/tool usage, perhaps? Thanks for the gadget and any help you can provide!errormsg.jpg