Tomas Mudrunka

Results 432 comments of Tomas Mudrunka

I am not sure, but i think there was some kind of trick that bCNC shows 9999 lines as initial estimate of total line count even when there's actually more,...

Send me your g-code file and what OS you use. Upgrade to latest git master or pip version and try again.

Have you tried latest git master version of bCNC?

@barnold96 does your issue still persist with latest bCNC (pip release) and latest grbl 1.1?

@t-paul not really. when you think about it... These new functions can be completely transparent to standart workflow. They will do nothing (eg. like `translate([0,0,0])`). but internally they will be...

The plugins can then be implemented as PyCAM based script that will take STL for that individual object, process it and return g-code... resulting g-code will be just concatenation of...

@nophead > Each task can have its own bounds definition so I think you can limit the surface and profile operation to where you want them. You are true. In...

@nophead in fact it does not matter what PyCAM does or wheter there are bugs. Lot's of CAD programs have CAM plugins, so you have everything integrated in one interface....

I think it might be possible to modify import() function in way it will be able to import g-code as 3d path. And then there can be some function that...