zirkeltraining
zirkeltraining
A simple open path gets interpreted as closed by the CNC Vector (no Offset) Operation. Obviously this defeats the purpose (and destroys my object). Could not find a workaround for...
in line 66 of the example, you have ` if(config_pin == LOW){ // Short pin to GND for config AP` now shouldn't that be `if (DigitalRead(config_pin)==LOW){` ?
Thank you for your software, it's great to get into CNC. A minor annoyance: on a Mac, OSX 10.11.6, using Python2, (the only config that i tested), i cannot zoom...