Vasilis Vlachoudis
Vasilis Vlachoudis
@orestisfl you made me wondering, and I started testing it. I realize that some times it happens and sometimes it doesn't. So maybe is more subtle the problem. I think...
Thank you @chaiNeehujui very nice! I am adopting your solution until i3 will fix it.
@Effer wants to bring bCNC to another dimension :) @flaplante I want to stabilize it, and only introduce some minor things before naming it v1.0 @atrueresistance once you copy an...
@ErikShorb the idea behind splitting it into multiple tabs was to group all operations and to minimize the space needed per page/tab. However you can re-configure bCNC to your needs....
@tmie yes it is a big request, but it already exists in bCNC :) Check the wiki https://github.com/vlachoudis/bCNC/wiki/Probe-Camera-Alignment at the bottom of the page.
Don't worry @tmie bCNC is lacking on documentation. As https://xkcd.com/1343/ explains we need to find a clever balance
@tklus the fonts of the DRO you can modify on the "Tools -> Config -> Fonts" if you have a digital font on your machine you can select it there,...
From #348 request a keyword to execute python commands only during run maybe something like "onrun"
@Effer I don't like using many special symbols. Or maybe something that starts with % like %run: Unless if we populate a variable "state" or "run" holding a boolean value...
@Effer symbol makes life a bit easier when you know it, but once you forget it it is complicated. Explicit text is easier to read and understand. The %wait is...