Jump to content

Setting up variants for a custom printer


JohnKray

Recommended Posts

Posted · Setting up variants for a custom printer

I'm trying to set up profiles for a custom printer I am developing and am running into an issue with my variants for the printer. The printer supports 3 materials via a material loader similar to the Prusa Research MMU2.0. So I have 3 materials which are loaded and unloaded into a single tool head. This tool head also has removable tool cartridges similar to the Print Cores on the Ultimaker 3. I have 3 extruders set up and machine variants for all of my different tool cartridges. The issue I'm having is the tool cartridge (variant) needs to be selected manually for each extruder. I'm trying to make it so that when the user selects a tool cartridge (variant) from the drop-down, that tool cartridge is applied to all 3 extruders.

 

As far as I am aware there are no other printers with this type of multi-material setup included in Cura, so I'm not sure if this is even possible to do without modifying the Cura source code. 

 

Thank you in advance for any ideas or thought you might have.

  • Link to post
    Share on other sites

    Posted · Setting up variants for a custom printer

    This is indeed not something that is possible with just configuration files. A Python plugin can detect changes to one variant, and then apply the same variant to the other extruders. That Python plugin would connect to each of the extruder stack containersChanged signal, and for each extruder stack check if the variant container equals the emitted container and if not it would change it.

  • Link to post
    Share on other sites

    Posted · Setting up variants for a custom printer

    Since we never built it for anything like that, I don't think it's that feasible to change it. Ahoeben's solution will probably work, but it  will probably not be very stable (since it's a big change to the way of working)

     

  • Link to post
    Share on other sites

    Posted · Setting up variants for a custom printer

    From experience of actually doing things like this (for BlackBelt Cura and my plugins), it will be plenty stable, but it will break between versions of Cura (so the plugin will probably have to be updated for each version).

  • Link to post
    Share on other sites

    Posted · Setting up variants for a custom printer

    Did you create the plugin? I have a similar setup and the same problem at the moment.

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 26 replies
    ×
    ×
    • Create New...