Search found 257 matches

by robertspark
Fri Mar 25, 2022 6:54 pm
Forum: New features
Topic: Turning module
Replies: 81
Views: 153063

Re: Turning module

thanks Les I'll give it a go and report back.

like the job name... have me a Friday smile :roll:
by robertspark
Tue Mar 22, 2022 9:15 pm
Forum: Problems and questions
Topic: Scanything (CNCRemote) + Linuxcnc Build
Replies: 22
Views: 8937

Re: Scanything (CNCRemote) + Linuxcnc Build

no it wasn't homed at the time but I can now play with it and get some part tracing done.

it was on a 3 axis router with a shared Y, so 4 joints hence I thought it was picking up odd numbers as it was probably looking at the 4x joints for the 3x axis unit it was homed.
by robertspark
Tue Mar 22, 2022 8:31 pm
Forum: Problems and questions
Topic: Scanything (CNCRemote) + Linuxcnc Build
Replies: 22
Views: 8937

Re: Scanything (CNCRemote) + Linuxcnc Build

2022-03-22_20-31.png
2022-03-22_20-31.png (309.36 KiB) Viewed 3083 times
by robertspark
Tue Mar 22, 2022 8:24 pm
Forum: Problems and questions
Topic: Scanything (CNCRemote) + Linuxcnc Build
Replies: 22
Views: 8937

Re: Scanything (CNCRemote) + Linuxcnc Build

whhhhooooo it works! 20:15:52: Started 20:15:52: Loading plugins 20:15:52: LinuxCNC server is running 20:16:00: Machine running and homed 20:16:06: Camera 'MICROSCOPE 2' found 20:16:06: Camera opened and running... https://www.supereyes-store.com/collections/microscopes/products/supereyes-b005-200x-...
by robertspark
Tue Mar 22, 2022 5:18 pm
Forum: Problems and questions
Topic: Scanything (CNCRemote) + Linuxcnc Build
Replies: 22
Views: 8937

Re: Scanything (CNCRemote) + Linuxcnc Build

I can compile and install linuxcnc as debs (that is what I normally do, I update the git clone via git pull and the compile and install the debs)
by robertspark
Tue Mar 22, 2022 2:29 pm
Forum: Problems and questions
Topic: Scanything (CNCRemote) + Linuxcnc Build
Replies: 22
Views: 8937

Re: Scanything (CNCRemote) + Linuxcnc Build

Oh, when I go into "options" >> "select machine" and select linuxcnc, I get this as an extra line: 14:23:38: Timed out calling function 14:23:38: Checking for LinuxCNC server... 14:23:38: LinuxCNC version is 2.9.0 14:23:38: Creating include/version.h 14:23:38: Building src/linuxc...
by robertspark
Tue Mar 22, 2022 2:27 pm
Forum: Problems and questions
Topic: Scanything (CNCRemote) + Linuxcnc Build
Replies: 22
Views: 8937

Re: Scanything (CNCRemote) + Linuxcnc Build

Thanks Les, I tried the above on my virtual machine and it just hangs at the last point, please note I've not got a camera plugged in or enabled on the virtual machine. I will try later with the proper machine with a supereyes pencil camera later this evening 14:23:38: Started 14:23:38: Loading plug...
by robertspark
Mon Mar 21, 2022 9:02 pm
Forum: Problems and questions
Topic: Scanything (CNCRemote) + Linuxcnc Build
Replies: 22
Views: 8937

Re: Scanything (CNCRemote) + Linuxcnc Build

hmm :/ on my proper machine I got this: 20:59:55: Started 20:59:55: Loading plugins 20:59:55: socket is not connected 20:59:55: Checking for LinuxCNC server... 20:59:55: LinuxCNC version is 2.9.0 20:59:55: Creating include/version.h 20:59:55: Building src/linuxcnc.cpp 20:59:55: Building src/main.cpp...
by robertspark
Mon Mar 21, 2022 7:18 pm
Forum: Problems and questions
Topic: Scanything (CNCRemote) + Linuxcnc Build
Replies: 22
Views: 8937

Re: Scanything (CNCRemote) + Linuxcnc Build

Thanks Les, yes that loaded and made the server files it needs. I'm going to try it on the machine tonight (I just tried it on the virtual machine that I've got on my laptop and it loaded just fine + very easy) cd Downloads chmod 774 Scan<TAB> ./Scan<TAB> cd ~/scanything ./run-scanything.sh
by robertspark
Mon Mar 21, 2022 6:08 pm
Forum: Problems and questions
Topic: Scanything (CNCRemote) + Linuxcnc Build
Replies: 22
Views: 8937

Re: Scanything (CNCRemote) + Linuxcnc Build

thanks Les, will try that shortly.

yes am using a 64bit Debian bullseye distro
by robertspark
Sun Mar 20, 2022 10:19 pm
Forum: Problems and questions
Topic: Scanything (CNCRemote) + Linuxcnc Build
Replies: 22
Views: 8937

Re: Scanything (CNCRemote) + Linuxcnc Build

libstdc++6 is already the newest version (10.2.1-6)
by robertspark
Sun Mar 20, 2022 9:09 pm
Forum: Problems and questions
Topic: Scanything (CNCRemote) + Linuxcnc Build
Replies: 22
Views: 8937

Re: Scanything (CNCRemote) + Linuxcnc Build

Code: Select all

rob@RobsCNC:~/scanything$ ./run-scanything 
./scanything: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

by robertspark
Sun Mar 20, 2022 6:30 pm
Forum: Problems and questions
Topic: Scanything (CNCRemote) + Linuxcnc Build
Replies: 22
Views: 8937

Re: Scanything (CNCRemote) + Linuxcnc Build

thanks Les, I did try that before but I think it threw a wobbly over something.... I'm hoping it does not need anything GTK2 as I'm fairly certain it was something like that.

I'll try again and post back
by robertspark
Sun Mar 20, 2022 11:29 am
Forum: Problems and questions
Topic: Scanything (CNCRemote) + Linuxcnc Build
Replies: 22
Views: 8937

Re: Scanything (CNCRemote) + Linuxcnc Build

Hm.... figured it out (sort of).... The script version.sh) that creates (or should create) the version.h file does not create the file #!/bin/bash ver=`linuxcnc_var LINUXCNCVERSION` ver=`expr $ver : '\([0-9]*\.[0-9]*\.[0-9]*\)'` if [ $? -ne 0 ] then echo LinuxCNC not found exit 1 fi echo "//Lin...
by robertspark
Sun Mar 20, 2022 10:20 am
Forum: Problems and questions
Topic: Scanything (CNCRemote) + Linuxcnc Build
Replies: 22
Views: 8937

Scanything (CNCRemote) + Linuxcnc Build

Les, I was having a go at setting up scanything for LinuxCNC (master / 2.9 branch) I appreciate that I've got the build the driver which I was having a go at. Basically codeblocks throws up a message (5 of them in a row) saying include/version.h No such file or directory when I try to build "li...