Arthur Brainville
                                            Arthur Brainville
                                        
                                    Isn't strncpy_s a "Microsoft only thing"? I tend to consider this very warning _bullying from their part to use their non-compatible non-standard API_, and should be disregarded by defining the...
I've gone down quite the rabbit hole, but TL;DR we should not use it, this function is not "C++ core" and is in practice not portable because major compiler vendor/stdlib...
Well, most of the API's not about copying string, that's only used a few times to fill in some struct members, during the initialization, so we pretty much don't care...
For me on Win11 it is working fine as "This PC" is a child of "Desktop", and all the other drives are children of "This PC" on that standard Windows...
Also, I am thinking of optionally having a graphics color and a text color as two separate colors. My personal machine is entirely purple+green themed. Most Voron builds are two...
> this is great I'd like to expand on this and make it configurable in the startup UI; this will pair amazingly well with my multitool selector. Yeah, that would...
I will revisit this once I get around to rebasing my code on the current firmware
Having the same issue right now! I may just set the gcode variables on my own around my leveling stuff in PRINT_START instead to see if it can trigger the...
I have done a hack in the mean time, sadly it requires KNOMI firmware modification I now set the `variable_probing` inside `PRINT_START` around my bed mesh (and quad gantry) leveling...
@Mcrcheli if you do not mind a hacky solution: This is the patch to the KNOMI firmware to make it look for that "probing" gcode variable into PRINT_START https://github.com/Ybalrid/KNOMI-UNIT-01/commit/9f0720a12bec801c4792ece9430cd3b0d4f2c912 This...