Thomas Maierbacher

Results 10 comments of Thomas Maierbacher

First of all, yes, breaking existing code is not a good idea. Thanks for the hint with `native_inline`. I had a deeper look on the code and just tried to...

It seems to me that the `native_type` feature is completely broken. I cannot define a Pack function without a fully defined type FlatbufferStruct. ``` FlatbufferStruct Pack(const native_type& obj); ``` It...

- Ok, got it. Table values can be null. - You are right. If i predefine prototypes `Pack` works. Additionally, I have to make a forward declaration for the generated...

I do not understand which code would be broken if we default `native_inline`. Currently, the signature of UnPack is defined as `native_type UnPack(const FlatbufferStruct& obj);`. This will not work without...

Thanks for the feedback. I will try to work on this the next weeks

I implemented the $30 command in FluidNC. Still, the Focus Toggle in LaserGRBL is not working for me. Any hints? Thanks ![image](https://user-images.githubusercontent.com/6793480/194752168-23e04744-369c-4a10-b40c-9a43368b2c8c.png)

I use the latest v4.9.4

Any hints here? Should the formula be evaluated by fluidnc or by laserGRBL?

> That's the issue with the laserGRBL scraper. With fluidNC you can query $30 but it doesn't return any value. You would have to query: $laser/speed_map And it would return...

I revisited this issue. Can anybody confirm that LaserGRBL uses '$$' and expects a output for '$30'? How should the output format for $$ look like? Thanks