Maël Kerbiriou

Results 73 comments of Maël Kerbiriou

Also, bridge settings are not applied to skin extra walls either. No extra wall: ![image](https://user-images.githubusercontent.com/3748582/184500544-d8e428d6-5a68-46da-9f48-1665554cedc2.png) With 1 extra wall: ![image](https://user-images.githubusercontent.com/3748582/184500521-48c7171c-9df1-4608-8c62-949ac1334106.png) The extra wall should either be disabled for bridge or...

This is the error I get when I forget to activate the virtualenv. When it is correctly activated, `python -c "import sys; print(sys.path)"` should contain en entry with `Cura/venv/lib/python3.10/site-packages` along...

> Are you familiar with the mpusz unit library and can you tell me if I made a correct assumption that you try to solve something similar here. If not...

Uh? The CI built origin/main (75c3d060) , not the PR branch (4d81c52). @jellespijker

I think that the issue is the [`pull_request_target` event source](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target): > This event runs in the context of the base of the pull request, rather than in the context of...

> Sorry for being our guinea pig No worries, I pushed because I saw some activity in the workflows and wanted to give it a try. Fails as expected, that...

> We actually love this PR and something like this was on our wishlist for a while now. Let us know when it is ready to merged. @jellespijker Thanks! Well,...

I ended up adding to this PR the reimplementation of the serialization of `coord_t` into decimal string, I couldn't deal with the old code there (This superseeds #1584). Beside, it...

No support for `` in gcc 9. :disappointed: I guess I could use ``?

> I guess I could use ``? Even if ranges-v3 is included in the cmake dependencies, I could not include it: `fatal error: 'range/v3/view/span.hpp' file not found` This is the...