#linuxcnc-devel Logs

Dec 08 2019

#linuxcnc-devel Calendar

08:07 AM jepler: cradek: we do have pluggable interpreters, but there are no other useful ones.
08:11 AM jepler: InterpBase *interp_from_shlib(const char *shlib) {
08:11 AM jepler: the "other one" is canterp, which reads "canon calls" of the sort that the usual interpreter outputs, in a textual format
08:11 AM jepler: src/emc/canterp/canterp.cc:InterpBase *makeInterp() { return new Canterp; }
08:11 AM jepler: tests/interp/plug/README:Test that canterp can be used as a pluggable interpreter
08:11 AM jepler: and this is even "tested"
08:24 AM jthornton: how would you use a pluggable interperter?
12:54 PM cradek: oh interesting
12:54 PM cradek: jthornton: you'd modify the interp to do what you want. like a lathe could treat uvw differently, or a vinyl cutter could treat c differently
02:47 PM Tom_itx is now known as Tom_L
05:53 PM skunkworks: It is good to see you two here... :)
05:55 PM skunkworks: So - I created about a 1.5 ft long ribon cable with db25 on the ends.. The machine didn't home. one of the home switches has a lot of noise on it. switched to a normal female to female cable and it worked fine.
06:47 PM burklefoo: You could try a config with the new input filter module...
07:12 PM skunkworks: burklefoo: mesa?
07:12 PM skunkworks: this is using the mesa as a normal printer port
07:55 PM burklefoo: Yeah there's a new firmware module that include input debounce
07:55 PM burklefoo: includes