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

      • 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
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...