Jump to content

ChrisSalzburg

Dormant
  • Posts

    12
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by ChrisSalzburg

  1. Hi,

    I'm the author of the Tweaker, an open-source Auto-Rotate module for 3D Objects in FDM Printing, which I've posted here some time ago. However, the latest version of the Tweaker has such an improved performance, along with a plugin for both Cura 15.04 and 2.3, that I want to repost it.

    The Tweaker finds an optimal orientation for 3D printing, even for complex objects.

    demo_object.thumb.PNG.49b0bf60ec7686bc2398b94ae2b4492b.PNG

    This object's optimal orientation was found in only 0.10 seconds in command line. This is an enourmous improvement compared to the previous version and it is now very smooth to use it directly in the GUI.

    How to get the plugin:

    • For Cura-Users 2.3: Download the CuraOrientationPlugin and move the folder into the Cura's plugin directory. Thanks to Nallath for building the Plugin around the Tweaker.
    • For Cura-Users 15.04: You can replace the Cura's layflat function by the Auto-rotate function. Download MeshTweaker.py and the modified printableObject.py and move it into Cura's plugin directory.

    Have fun with it!

    Chris

    • Like 4
  2. To put it in a nutshell, the STL-Tweaker uses the mesh format for the calculations.

    The function >tweak< manages the internal workflow, while the other functions are callable form external python code.

    Notice the function >arrange<: This one reads the facetts of the mesh format and puts each facett into a 4x3Matrix (Normal vector plus 3 vertices)

    If you need more infos, feel free to ask!

  3. It could use a bit more documentation in the functions. I'm willing to give it a go to make this into a plugin, but I will need to do a bunch of re-factoring to get it to work (eg; I don't want the plugin to load a file, I want it to use an already loaded file (so it can work for all Cura supported file types)

     

    I'm glad you like the STL-Tweaker. I will publish a extended version of the Tweaker in the next days, which supports also the 3mf format. In this version, the internal work process is clearer.

    If you wish, I'll send you a preliminary STL+3mf Tweaker-version (it works just in Linux right now)

  4. Hi makers & designers!

    I'm working on a project to fully integrate 3D-Printing into the manufacturing process. However, this tasks requires a reliable auto-rotate module which positions the object files on the build plate in their optimal orientation.

    So I wrote the STL-Tweaker, available as open-source from Github.

    This 3D object positioning tool, written in python, is also intended as module for Cura. So feel free to integrate the STL-Tweaker into Cura, your own Software or invoke it from the command line.

    model7.png

    A prototype with its tweaked clone, tweak your objects

    Check out the STL-Tweakers Blogpost for detailed informations and the direct comparison between the STL-Tweaker and the StrataSys' CatalystEX auto-rotate function. You will be amazed!

    I'm glad to hear about your applications!

    Chris

    • Like 1
×
×
  • Create New...