For those of you running your printers from a Linux PC, what slicer software works for you? I switched from Windows to Kubuntu about 6 weeks ago. Had been using Orca for about 2 years, but the Linux version doesn’t fully function for me. The build plate preview and functions are just a blank page. Trying to link a 3d printer causes Orca to crash. From comments online, there are plenty of people with the same issue and no resolution yet, using various Linux distros. So is anyone having luck with a slicer program using Linux, Wayland, and a nvidia graphics card?

Update 07Aug25: so far seen that Orca does not work with the latest versions of Kubuntu (25.04) nor Ubuntu (25.04). That’s trying both flatpack and app image. Installed Mint Cinnamon 22.1 (based off Ubuntu 24.04), and Orca partly runs from a flatpack install. The build plate image and features do show up rather than a blank page, which is a start. Unfortunately trying to link my printer by IP address causes the software to crash after I click on the Device tab. Now Orca won’t reopen without immediately freezing up, then crashing after about 20 seconds. I think I read about a workaround on Discord for this, need to find that discussion. Downloaded Prusa, just need to try that as well when I can get back to this. Cura refuses to connect to my printer at all so far. It’s been revamped to align with Ultimaker printers, changed a lot from when I used it a couple years ago. I don’t think it likes my Klipper setup. May work if I went back to stock Creality firmware, but I have no desire to do that.

Update 09AUG25: Right now running the LTS version of Ubuntu (24.04.3) and Orca is usable. Installed using the flatpak. Like under Mint, I can get a visible buildplate and work with a model under the Prepare and Preview tabs. I entered the IP address for the printer under Hostname (using Octo/Klipper for Type since I’m on Klipper) and can upload files to the printer. So long as I don’t touch the Device tab in Orca, it doesn’t crash or lock up. Access the printer through the web interface, just put the printer IP address into Firefox and can run from there. So, I have something that works at the moment. Thanks everyone for suggestions, it helped point me toward something workable!

  • OnfireNFS@lemmy.world
    link
    fedilink
    English
    arrow-up
    16
    ·
    3 days ago

    I use PrusaSlicer from Flathub. I was using PrusaSlicer on Windows before switching to Linux. I’ve been using it since the original Slic3r stopped getting updates. Because it’s available as a flatpak it should work on pretty much any distro and immutable distros

    • onnekas@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 days ago

      +1 for PrusaSlicer. It’s great and I like it’s tools for minimal editing of parts: cutting, placing and scaling…

    • squaresinger@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 days ago

      It bugs out on me on Fedora 42. Dropdowns all have graphical glitches making it impossible to read the contents.

      Also, PrusaSlicer on Linux doesn’t have the ability to fix broken meshes because apparently they rely on a Windows function for that.

  • JakoJakoJako13@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 days ago

    Lychee and Cura.

    Lychee because I always liked the feature set for supports better than Chitubox.

    Cura because I spent a couple days comparing prints side by side with Prusa and my printer liked Cura better. It gave me better prints all around. Prusa needed an endless amount of tweaking. I don’t mind tweaking but at some point enough is enough.

  • Bluewing@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 days ago

    I’m using Fedora KDE 42 and I found that to run Orca well I had to switch to the flatpak of the nightly builds. It still crashes sometimes, but not very often.

    Bambu Studio was stable, but I have ditched it for Orca. I also use Prusa Slicer to run my Klipperized Mk3s. Prusa Slicer has always been rock solid for me no matter the distro or OS.

  • ExcessShiv@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    18
    ·
    3 days ago

    Huh, I have not had any issues with orca slicer on Linux Mint at all, I’ve been using it exclusively for over a year now. Haven’t had issues linking my printer via WiFi either, I just put the IP and port and it worked right away.

    • EchoCranium@lemmy.zipOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 days ago

      Good to know Mint might be an option. I’ve used it before, could check it out again. I ran it on a Frankenstein’s monster of really old computer parts I cobbled together as a PC for my work room. Mainly just to stream music and reference videos online while doing projects.

  • John@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    7
    ·
    3 days ago

    OrcaSlicer has now a Flatpak Version on there Github. I always used Cura but since one year i use Orca

  • AppearanceBoring9229@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 days ago

    I use orca, ideamaker (for the cr30)

    And for resin printing i use chitubox

    I think all of them I downloaded the appimage from the repo or their main site.

    • EchoCranium@lemmy.zipOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 days ago

      I tried both the flatpack and app image options for running Orca, but neither worked for me under Kubuntu.

      • Bluewing@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        2 days ago

        Have you tried starting Orca from the command line? It should show the error of a lib you are probably missing.

  • sylver_dragon@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    3 days ago

    The problem you’re seeing is likely related to this bug. There seems to be a lot of overlap in issues with Wayland and slicers. I’m using the AppImage version of the Creality Print slicer, and it suffers the same issue. I have to use the following command line to launch it:
    __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json WEBKIT_FORCE_COMPOSITING_MODE=1 WEBKIT_DISABLE_COMPOSITING_MODE=1 WEBKIT_DISABLE_DMABUF_RENDERER=1 ~/.local/bin/CrealityPrint_Ubuntu2404-V6.2.1.3044-x86_64-Release.AppImage %F

    That’s all on a single line. Ultimately, I created a .desktop file: ~/.local/share/applications/CrealityPrint.desktop
    To run the slicer with that command in the EXEC line and everything works fine. Assuming the modified command to launch the slicer works for you, you should be able to create/modify the .desktop file to launch Orca Slicer similarly. Desktop File:

    [Desktop Entry]
    Categories=Utility;
    Comment=
    Exec= __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json WEBKIT_FORCE_COMPOSITING_MODE=1 WEBKIT_DISABLE_COMPOSITING_MODE=1 WEBKIT_DISABLE_DMABUF_RENDERER=1 ~/.local/bin/CrealityPrint_Ubuntu2404-V6.2.1.3044-x86_64-Release.AppImage %F
    Icon=CrealityPrint
    MimeType=model/stl;application/vnd.ms-3mfdocument;application/prs.wavefront-obj;application/x-amf;
    Name=CrealityPrint
    NoDisplay=false
    Path=
    StartupNotify=true
    Terminal=false
    TerminalOptions=
    Type=Application
    X-KDE-SubstituteUID=false
    X-KDE-Username=
    
    • Bluewing@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 days ago

      It’s a subscription based software. And it appears that it doesn’t much care for my old Nitro 5 laptop and Fedora 42. With 16Gigs of memory and the old 1650 nVidia chipset in it. It really slammed the brakes on.

  • fluxx@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 days ago

    I use cura on Ubuntu without issues, the appimage version. I did also try prusa/super slicer not too long ago and it worked without issues as well.

  • Faildini@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 days ago

    I use Orca on EndeavorOS and it works perfectly. There’s an AUR package for it so it’s simple and well supported (would work as well on anything Arch based).

    • EchoCranium@lemmy.zipOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 days ago

      That sounds like another possible option. I did see there was an Orca package for Arch; I would like to keep running Orca since I’m used to it, so going with an Arch distro might be the way to go.

  • papalonian@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 days ago

    Linux (Mint) and Nvidia GPU here. I use Cura. There is a weird bug where, if you open a file right after the program loads, it will act as if nothing happened (you can open menus, rotate the view etc) for maybe a minute until the model pops up and you can go about your business. Other than that, no issues.