Chris Watson

Results 182 comments of Chris Watson

The system thread count isn't always the most efficient, as I learned through testing. It would be better to have an input which allows you to select the thread count...

Ended up running into a similar, if not the same issue. My problem was trying to run inside of WSL, where for some reason my Windows install doesn't like me...

Bambu Studio finally has an official Flatpak available, might be worth seeing how easy it would be to port their Flatpak to Orca.

Yeah I'll do that for now, thanks :)

Good find. For me this is the output I get: ```shell icr(0.28.0) > BigDecimal.new("1e10000000000") GC Warning: Failed to expand heap by 4179820544 bytes GC Warning: Failed to expand heap by...

Do it! I'd look into implementing it myself, but as many projects as I've tried to start in the past couple weeks I'm realizing I just don't have the bandwidth....

Looks like the init command is looking for `templates/Model.ejs` when it should be looking for `templates/model.ejs`

@dudljump those seem to be Marlin issues and not necessarily issues with the TFT firmware. Have you upgrade your Marlin firmware?

That's basically the idea. It's not super practical, more a poof-of-concept.

Similarly, it tried to translate this: ```c for (i = 0, j = 56; i < j; i += 4, j -= 4) for (k = 0; k < 4;...