home.social

#superslicer — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #superslicer, aggregated by home.social.

fetched live
  1. First successful #3DPrinting project.

    This is the soap holder I drew in #FreeCAD yesterday.
    It isn't perfect, as I still need to play a bit with temperatures and extrusion speed, but it's decent enough to keep.

    #SuperSlicer is pretty impressive too. Slicing the STL file was a breeze. Just a couple of clicks and done.

    Printing, on the other hand, took a while. Nearly 12 hours.

  2. First successful #3DPrinting project.

    This is the soap holder I drew in #FreeCAD yesterday.
    It isn't perfect, as I still need to play a bit with temperatures and extrusion speed, but it's decent enough to keep.

    #SuperSlicer is pretty impressive too. Slicing the STL file was a breeze. Just a couple of clicks and done.

    Printing, on the other hand, took a while. Nearly 12 hours.

  3. Just in case anyone else stumbles across the official guide to set up #PrusaSlicer and derivatives (#SuperSlicer,...) for the #Elegoo Neptune 4 series (wiki.elegoo.com/machines/neptu), and wonders where the download for the ini files went:

    reddit.com/r/ElegooNeptune3/co

    It took me way too long to find them.

  4. Just in case anyone else stumbles across the official guide to set up #PrusaSlicer and derivatives (#SuperSlicer,...) for the #Elegoo Neptune 4 series (wiki.elegoo.com/machines/neptu), and wonders where the download for the ini files went:

    reddit.com/r/ElegooNeptune3/co

    It took me way too long to find them.

  5. Upgrading the KP3S Pro (V1) to Klipper

    It’s been nearly a year since I ordered the KP3S Pro, and a slight twinge of shame finally got me to pull the trigger, upgrade it to Klipper and install the probe that I ordered with it over Summer break.(...)

    #klipper #kp3s #bltouch #3dprinting #superslicer #kingroon #3dtouch #kp3spro

    taoofmac.com/space/blog/2023/0

  6. Did a bit'a readin and thought #OrcaSlicer looked like it had a few nice improvements to #SuperSlicer. Their GitHub releases page had a file called OrcaSlicer_V1.6.4-beta2_Linux.zip so I figured I give it a try. I was a bit concerned when I opened that zip and found it contained a file called OrcaSlicer_ubu64.AppImage, but hey, it's an AppImage right, should be fine...nope. First run from cli just to see what it spits out and what'a'ye know, error while loading shared libraries: libwebkit2gtk-4.0.so.37. A quick sifting through the AppImage contents and guess how many .so files it had in it; yup, not'a one.

    What's the point of making an #AppImage / #Flatpak / #Snap if you're not gonna include the required libraries to run it?

    @[email protected]:

    Orca Slicer Is The New Game In Town




    #3dprinterhacks #3dprinting #orcaslicer #slicer #hackaday
    posted by pod_feeder_v2
  7. JUST saw that the new #PrusaSlicer update has profiles for #Sovol3d printers. Gonna try to get it to work in #SuperSlicer . Might help with some of the other problems I was having with Floops McGee. #3dprinting

  8. JUST saw that the new #PrusaSlicer update has profiles for #Sovol3d printers. Gonna try to get it to work in #SuperSlicer . Might help with some of the other problems I was having with Floops McGee. #3dprinting

  9. Fiddling with a hinge box in #superslicer tonight. Hopefully this does it Im tired af of lookin at this thing #3dprinting

  10. I just tried #OrcaSlicer for the first time, I've just not had time to test it until now.

    Because it was based on #PrusaSlicer, #SuperSlicer, and #Slic3r, I hoped that I could just import my PrusaSlicer config, but could not because it expected a .json file and PrusaSlicer outputs a .ini, but I might have done this incorrectly.

    So I configure a "Generic Klipper setup" and copied the values by hand by comparing settings with my PrusaSlicer setup and a bit of experience and intuition.

    My first resulting print, a custim part by me compared to the PrusaSlicer, was worlds apart. The finish was greatly improved with bridges requiring no supports, however it did print a bit slower, 28 minutes instead of 18 minutes, but this might still just be speed settings.

    I like the UI, although I am more used to PrusaSlicer, and I especially love that I can access #Mainsail and #Klipper from within the app.

    @3dprinting #3dprinting

  11. I just tried for the first time, I've just not had time to test it until now.

    Because it was based on , , and , I hoped that I could just import my PrusaSlicer config, but could not because it expected a .json file and PrusaSlicer outputs a .ini, but I might have done this incorrectly.

    So I configure a "Generic Klipper setup" and copied the values by hand by comparing settings with my PrusaSlicer setup and a bit of experience and intuition.

    My first resulting print, a custim part by me compared to the PrusaSlicer, was worlds apart. The finish was greatly improved with bridges requiring no supports, however it did print a bit slower, 28 minutes instead of 18 minutes, but this might still just be speed settings.

    I like the UI, although I am more used to PrusaSlicer, and I especially love that I can access and from within the app.

    @3dprinting

  12. Ich werde wohl mal wieder meinen Slicer wechseln müssen. Bin beim Umstieg auf meinen jetzigen Drucker von #Cura auf #Superslicer gewechselt, allerdings ist die Druckqualität im direkten Vergleich eindeutig zugunsten von Cura. Werde jetzt noch mal #Prusaslicer probieren, bin aber bisher immer an der Einrichtung gescheitert. Welchen Slicer verwendet ihr? Gerne auch mit Grund als Antwort!

  13. Ich werde wohl mal wieder meinen Slicer wechseln müssen. Bin beim Umstieg auf meinen jetzigen Drucker von #Cura auf #Superslicer gewechselt, allerdings ist die Druckqualität im direkten Vergleich eindeutig zugunsten von Cura. Werde jetzt noch mal #Prusaslicer probieren, bin aber bisher immer an der Einrichtung gescheitert. Welchen Slicer verwendet ihr? Gerne auch mit Grund als Antwort!

  14. Color me impressed!!!

    So how did I do this?

    Well, as you saw in the videos, not all circular mocements were converted, and without this technique, none of them are. Why is that?

    Well, the #Slicers we use like #Cura #PrusaSlicer and #Superslicer need to "slice" or models. This converts the 3D model from its original format to the tool paths of the printer.

    These software are insanely complex, and they dont recognize circles easily. They basically just find the shortest straight path with the least amount of deviation from the original curve.

    Some slicers do use arc movements, but it is better to do it in post-processing.

    Post-processing is when a sliced #Gcode file is processed further after it was created.

    The tool I use for this is #ArcWelder. You can either download and use a #Python script or use an #Octoprint plugin to do it automatically for you.

    @3dprinting #3dprinting

  15. Color me impressed!!!

    So how did I do this?

    Well, as you saw in the videos, not all circular mocements were converted, and without this technique, none of them are. Why is that?

    Well, the we use like and need to "slice" or models. This converts the 3D model from its original format to the tool paths of the printer.

    These software are insanely complex, and they dont recognize circles easily. They basically just find the shortest straight path with the least amount of deviation from the original curve.

    Some slicers do use arc movements, but it is better to do it in post-processing.

    Post-processing is when a sliced file is processed further after it was created.

    The tool I use for this is . You can either download and use a script or use an plugin to do it automatically for you.

    @3dprinting

  16. @koz @mia

    #PrusaSlicer is by far the best #Slicer that I've used in my 3 years of #3dprinting. My profiles are dell tuned and I have my entire workflow set up in it.

    #Cura is very user friendly in the sense that it hides many settings. It's like the #TinkerCAD of slicers.

    #SuperSlicer is the original fork of #PrusaSlicer, but I like the support I am getting now.

    @3dprinting #3dprinting

  17. @koz @mia

    is by far the best that I've used in my 3 years of . My profiles are dell tuned and I have my entire workflow set up in it.

    is very user friendly in the sense that it hides many settings. It's like the of slicers.

    is the original fork of , but I like the support I am getting now.

    @3dprinting

  18. shameful. time to flex the #superslicer custom profile skills, mañana. #3dprinting

  19. #superslicer once again making unhinged perimeter calculations. Its just a hole this is unnecessary

  20. continuing to find bugs ? through cursed iterations. Has anyone tried using single layer height objects as custom brim for #3dprinting objects that just dont want to stay on the bed? When I position them and then merge the objects, the slicer wants to make these bizarre jogs and change the whole shape on the first layer. Using #superslicer 2.4 #help

  21. continuing to find bugs ? through cursed iterations. Has anyone tried using single layer height objects as custom brim for #3dprinting objects that just dont want to stay on the bed? When I position them and then merge the objects, the slicer wants to make these bizarre jogs and change the whole shape on the first layer. Using #superslicer 2.4 #help

  22. It would be so great if I could define "forbidden areas" in #SuperSlicer. My Bed is damaged in the center (my fault) and it would be cool if the Autoplacer of SuperSlicer would not place EVERY SINGLE PRINT exactly there 🤣

  23. It would be so great if I could define "forbidden areas" in #SuperSlicer. My Bed is damaged in the center (my fault) and it would be cool if the Autoplacer of SuperSlicer would not place EVERY SINGLE PRINT exactly there 🤣

  24. Si vous êtes vieux/vieilles en #impression3d vous connaissez #simplify3D
    Ce #slicer avait disparu de la surface du globe puis bientôt 3 ans avec ses promesses de mise à jour jamais tenu de la V 4.1.1 à la V 5
    Pour rappel, la licence coutait 149€ (à vie !! si mes neurones ne me jouent pas des tours).
    Depuis les #Slicers comme #Cura, #PrusaSlicer, #SuperSlicer ou #IdeaMaker se sont fait une place et ont fait évoluer l'#impression3D

    Et bien voila la V5 de #Simplify3D et elle est re-payante 🤮

  25. So I’ve been trying to figure out what is the matter with #SuperSlicer (no real updates for a while, apparently the developer is busy with other things) and realized that #PrusaSlicer is taking PRs but not merging them - they’re all closed with notes like “thanks, added to private repository”.

    Anyone know what is going on with #PrusaSlicer?
    #OpenSource #agpl #3DPrinting

  26. So I’ve been trying to figure out what is the matter with #SuperSlicer (no real updates for a while, apparently the developer is busy with other things) and realized that #PrusaSlicer is taking PRs but not merging them - they’re all closed with notes like “thanks, added to private repository”.

    Anyone know what is going on with #PrusaSlicer?
    #OpenSource #agpl #3DPrinting