cochcoder
cochcoder
> If fully implemented in Prusa FW, the M104.1 command is usefull because M104.1 is an early set hotend temperature, this GCode is used to tell the XL printer the...
Seeing as this seems to be a issue from the code that you pointed out. I commented the relative code out and this issue should hopefully be fixed. The build...
Have you tried running `./OrcaSlicer_Linux_V2.1.0-alpha.AppImage --appimage-extract` in the folder it's downloaded?
I've done some tests and it seems like arm64 on Flatpak won't be possible due to size constraints. While for the Appimage you can't simply add an argument as you'll...
It seems like we're going to have to wait for github to make arm runners publicly accessible to all accounts. The current ETA seems to be sometime Q1 2025. You...
I have successfully made a arm64 flatpak build of Orca Slicer in PR #8033. Any tests are greatly appreciated as the only arm computer I own is a Raspberry pi...
> > I have successfully made a arm64 flatpak build of Orca Slicer in PR [#8033](https://github.com/SoftFever/OrcaSlicer/pull/8033). Any tests are greatly appreciated as the only arm computer I own is a...
I have marked my PR #8033 as ready to merge, hopefully everything goes through without issue and we get a arm flatpak!
To give an update on this, the arm64 version of the flatpak is working perfectly apart from failing to send prints on Asahi Linux and allowing you to download the...
@SoftFever This PR is now ready to merge! The issue with Asahi Linux seems to be localized, with a work around available as stated by @cdinerman [here](https://github.com/SoftFever/OrcaSlicer/issues/8535#issuecomment-2709015379). Only thing to...