Hello Guest it is April 17, 2024, 11:44:55 PM

Author Topic: Digitizing Point Cloud Or "Bed of Nails" type  (Read 4546 times)

0 Members and 1 Guest are viewing this topic.

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: Digitizing Point Cloud Or "Bed of Nails" type
« Reply #10 on: December 07, 2017, 10:29:00 PM »
Are you talking about the plugin, or the wizard?
Didn't the code I posted fix the wizard?

From memory, I seem to recall that the plugin was broken, and was never fixed.?
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
Re: Digitizing Point Cloud Or "Bed of Nails" type
« Reply #11 on: December 07, 2017, 10:58:12 PM »
I'm talking about the digitizing wizard. 
Re: Digitizing Point Cloud Or "Bed of Nails" type
« Reply #12 on: December 07, 2017, 10:59:57 PM »
The code you posted fixed the wizard and I was able to run one sequence to prove it.  Then, on a second try, it would not post over to Mach3.
Re: Digitizing Point Cloud Or "Bed of Nails" type
« Reply #13 on: December 08, 2017, 05:01:13 PM »
Would sure like to get it working.

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: Digitizing Point Cloud Or "Bed of Nails" type
« Reply #14 on: December 08, 2017, 07:01:17 PM »
I don't know why it doesn't work more than once.
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
Re: Digitizing Point Cloud Or "Bed of Nails" type
« Reply #15 on: December 08, 2017, 07:45:23 PM »
Yes, it seems strange that it won't post over to Mach3 after one run.  Must be something in the code that needs a reset?
Re: Digitizing Point Cloud Or "Bed of Nails" type
« Reply #16 on: December 10, 2017, 12:25:14 PM »
This is what I get when trying to debug the modified file:

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: Digitizing Point Cloud Or "Bed of Nails" type
« Reply #17 on: December 10, 2017, 12:30:39 PM »
you're missing a " after

code " G0 Z0.25

It should be

code "G0 Z0.25"

Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
Re: Digitizing Point Cloud Or "Bed of Nails" type
« Reply #18 on: December 10, 2017, 08:48:25 PM »
I did get that corrected but am unable to get the digitizer to post any code to mach3.  Can you try it there on your end to see if it will work for you?
Thanks for your help.