berkut0
berkut0
For experimentation, I cloned the repository and tried to create my own primitive. And that works (don't know is it interesting or not): ```rust impl AABB where P: Point {...
And, if to be clear, I'm trying to implement something like ```Circle``` on the basis of rstar point or rectangle. Maybe it's a good idea to add this in primitives...
@skotopes sorry, my bad, I think I haven't paid enough attention to it I'm talkinkg about mostly Mifare Classic 1K, but also interested in another cards Now I see the...
I have done some research and now I understand what the problem was. To work with Mifare Ultralight, I have to **scan the reader** and then unlock with the key...
@skotopes I apologize for breaking into a closed topic. Will gen2 be supported or does gen4 automatically support gen2?
@Ugobyte confirm Same error when trying to call ScanForDevicesAsync with BLE
@domoszlai and what do you think about extending this config a bit to add "after:" for example?
Do I have to specify these parameters if they exist in the config? Can they be optional and not specified if they are not used? Mostly for consistency, but I...
Yes, I'm using these tokens to format the final file. Actually I'm not using gcode by itself in the current setup, but using result for parsing to final robot job....