This is on my to do list!
http://www.scorchworks.com/Gcoderipper/gcoderipper.html
That is pretty cool!
I’m not sure if this will be possible with the current setup, as it only supports LinuxCNC and MACH3.
Any thoughts?
From what I understand it manipulates pre-made GCode so you could use it on a know surface like a pipe for a small partial round cut. Make your G code with estlcam and have this wrap it around a pipe, I think.
The auto probe I haven’t looked at yet. Should be easy enough with a z continuity probe.
I didn’t see those software requirements anywhere.
I messaged Scorch to get more info on implementing this into our machines. Here’s the reply:
Bryan,
Yes you can provide your own probe data file to g-code ripper.
The file format for LinuxCNC probe data is a space delimited file with each line describing one probe point. In the LinuxCNC data fie there are 9 values for each data point. The only values that G-Code Ripper uses are the first three (x,y,z) values. You don’t need to include the extra values in the mock data file G-Code Ripper doesn’t need them.
Mach3 uses comma delimited files. Again only the first three values in a line are read by G-Code Ripper.
I tried to code the data file reading pretty liberally so you can have space, tab or comma delimited data (multiple spaces or tabs between the values shouldn’t hurt anything). G-Code Ripper will automatically determine which type of file you are using.
I attached a sample LinuxCNC probe data file for reference. The order of the points should not matter as long as they all fall on a uniform grid.
Additionally there are people that are able to get probing to work with Shapeoko CNC machines. They are GRBL based it sounds like you are using an Arduino based board so (I am guessing) you might be able to switch to their firmware. Here is a link to a guy that wrote some code for the Shapeoko running GRBL http://martin2250.blogspot.com/2014/12/grbl-height-probing-tutorial.html
Good Luck,
Scorch
probe_points.txt (748 Bytes)
Sorry, I know this is old, but has anyone got the probe to work with the setup from Ryan?
I’ve been using the other modules in the scorchworks to great success, but the probe feature evades me. Dont really want to switch to Grbl right now, but if someone has it working, I might give it a go.
Thanks.