Search found 14 matches

by bcorley
Fri Dec 15, 2023 6:02 pm
Forum: Problems and questions
Topic: Scnaything - failed to build server
Replies: 3
Views: 17819

Re: Scnaything - failed to build server

I also tried a fresh install of linuxcnc master 2.10 and got these errors: 11:59:20: Started 11:59:20: Loading plugins 11:59:20: Timed out calling function 11:59:20: Checking for LinuxCNC server... 11:59:20: LinuxCNC version is 2.10.0 11:59:20: Building src/main.cpp 11:59:20: Building src/linuxcnc.c...
by bcorley
Fri Dec 15, 2023 5:35 pm
Forum: Problems and questions
Topic: Scnaything - failed to build server
Replies: 3
Views: 17819

Re: Scnaything - failed to build server

I commented line 46 because I get the error below and that's what you suggested to do on another post. 10:25:32: Building src/main.cpp 10:25:34: src/main.cpp:46:12: error: ‘PACKAGE_VERSION’ was not declared in this scope 10:25:34: string a = PACKAGE_VERSION; 10:25:34: ^~~~~~~~~~~~~~~ 10:25:34: s...
by bcorley
Thu Dec 14, 2023 6:04 pm
Forum: Problems and questions
Topic: Scnaything - failed to build server
Replies: 3
Views: 17819

Scnaything - failed to build server

Les, I'm attempting to get Scanything working on a linux butser machine running linuxcnc 2.9.1 and am having some issues. I commented out line 46 of main.cpp and am now getting this: 11:37:13: Checking for LinuxCNC server... 11:37:13: LinuxCNC version is 2.9.1 11:37:13: Building src/main.cpp 11:37:1...
by bcorley
Wed Nov 15, 2023 12:53 pm
Forum: Problems and questions
Topic: add parent menu item
Replies: 2
Views: 18083

Re: add parent menu item

Thanks Les. I wasn't aware of those things. That should help tremendously.
by bcorley
Tue Nov 14, 2023 11:43 pm
Forum: Problems and questions
Topic: add parent menu item
Replies: 2
Views: 18083

add parent menu item

Les,
I have made a plugin that adds 2 submenu items using:
app:AddMenu(...)
It puts them under the parent that is in:
app:SetMenuPath("...")
Is there a way to add a parent menu item just to the left of 'Help' so that I can put these 2 submenu items under it?

Thanks,
Butch Corley
by bcorley
Wed Nov 08, 2023 11:35 pm
Forum: Problems and questions
Topic: lost QuickLoad plug in window
Replies: 1
Views: 1802

Re: lost QuickLoad plug in window

nevermind, found it.
by bcorley
Wed Nov 08, 2023 11:28 pm
Forum: Problems and questions
Topic: lost QuickLoad plug in window
Replies: 1
Views: 1802

lost QuickLoad plug in window

I have accidentally closed the QuickLoad plugin window. How do I get it back? I have tried closing SheetCam and re-opening, disabled and enabled the plugin but the window does not re-appear.
by bcorley
Wed Nov 08, 2023 10:47 pm
Forum: Problems and questions
Topic: part file names
Replies: 1
Views: 16922

part file names

Les, I'm attempting to make an enhanced Autoload plugin that will iterate through each part in the Parts tree and compare its filename to the one detected. If it's a match, then, select the part, else, add a new part to the list, select it, then do the LoadDrawing operation. Can you give me the synt...
by bcorley
Tue Nov 07, 2023 11:47 pm
Forum: Problems and questions
Topic: Autoload plugin not working
Replies: 4
Views: 21399

Re: Autoload plugin not working

There were 2 more lines in that function that needed the '/' removed as well.
by bcorley
Tue Nov 07, 2023 11:17 pm
Forum: Problems and questions
Topic: Autoload plugin not working
Replies: 4
Views: 21399

Re: Autoload plugin not working

I dug through the Autoload.lua code and found a bug in the function "CheckCurrent()"
removed the '/' in the following line and it now works:
file, time = CheckDir(dirName .. pathSep, "/*." .. nam:GetExt(), wx.wxDIR_FILES)
by bcorley
Tue Nov 07, 2023 4:27 pm
Forum: Problems and questions
Topic: Autoload plugin not working
Replies: 4
Views: 21399

Autoload plugin not working

I have enabled the Autoload plugin, 'Check for changes at startup' is checked, and 'Scan a directory' is Enabled. The directory is 'D:\DXF files'. 'Delay before loading' is set to 1s. The 'Enabled' checkbox at the bottom is checked. I never get any prompt to load a file. I have tried loading a new d...
by bcorley
Tue Jul 18, 2023 9:29 pm
Forum: Problems and questions
Topic: path rules in post processor
Replies: 2
Views: 2009

Re: path rules in post processor

Les,
Sorry I din't get to this sooner. Your reply notification went to my junk mail. I think you answered my question.

Thanks,
Butch
by bcorley
Wed Jul 05, 2023 3:56 pm
Forum: Problems and questions
Topic: path rules in post processor
Replies: 2
Views: 2009

path rules in post processor

Les,
Is there a way to "force" certain path rules from the post?
by bcorley
Mon Apr 27, 2020 4:03 pm
Forum: Problems and questions
Topic: drop-down list boxes missing
Replies: 0
Views: 7140

drop-down list boxes missing

Hello,
I've installed SheetCamTNG for linux V6.1.57 64 bit version on debian 9.12 and all of the drop-down list boxes are missing. Can anyone help me with that?