On 01/17/2017 09:15 AM, Sebastian Kuzminsky wrote: > It looks to me like the code on that wiki page is mostly > of the "conversational programming" sort, where a GUI > window asks the user to poke & prod buttons and things to > make some g-code. If so, it might fit in the "wizards.git" > repo we have at git.linuxcnc.org: > http://git.linuxcnc.org/gitweb?p=wizards.git;a=summary I have a bunch of these conversational programs, written in c, for things like : rectangular slot/pocket trepan rectangular slot trepan rectagular slot with ramp Z trepan an oval (racetrack) cutout hole/round pocket trepan hole trepan hole with ramp Z thread mill a circular pattern of holes rectangular array of holes random pattern of holes, taking coordinates from a file cut circular groove, as for an O-ring
And, I've converted one of these to Python, but it was slow going, as I'm not really up to speed on Python, yet. Would these be appropriate? Something else I worked on at the code fest was a bunch of G-code snippets to run a touch probe to set coordinates of workpiece corners. The last piece of this is a code to measure a gauge block to establish the effective diameter of the probe tip. (My Blum probe has a significant deflection to trigger the probe, but it is supposed to be repeatable to a couple micrometers. So, you can't mike the tip, you have to measure an object of known size and then adjust a correction factor to get the right dimension.) Jon ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
