Jump to content

Recommended Posts

Posted · Adding extruders to a "fixed amount of extruders" printer preset

Hi,

I added more extruders to my printer (Ender 3 v2).

I would like to use the basic "Ender 3 pro" preset, as it still works perfectly after modifications.

Cura thinks you can't have multiple extruders on that printer and does not allow adding them.

I need to add my new extruders in Cura, which is not possible.

I tried tailoring the "Custom FFF Printer" preset, but could not get it to work.

 

Is there a way to add more extruders to a "fixed num of extruders" preset?

Can I somehow copy the preset's settings to a "NOT fixed num of extruders" preset?

  • Link to post
    Share on other sites

    Posted · Adding extruders to a "fixed amount of extruders" printer preset

    There are 3 things you would need to do:

    • The number of "extruder_trains" has to be changed in the Creality_base.def.json file.
    • The extruder definition files have to be added to the "extruders" folder in Cura.
    • The nozzle files have to be added to the "variants" folder in Cura.

    I have my Ender 3 Pro set up for 4 extruders.  It was a bit tedious but not really difficult.

    Because I made a "local" change to my Cura files, when I update Cura those files have to be copied into the new version.  I keep copies available in a separate folder.

     

    What is your total number of extruders?

    Do they have separate heaters and nozzles or are they connected to a "multiple-in-one-out" type hot end?

    Are you going to want additional "virtual" extruders for color mixing?  (your firmware would need to support M163-M166 for that to work).

  • Link to post
    Share on other sites

    Posted · Adding extruders to a "fixed amount of extruders" printer preset
    Quote

    What is your total number of extruders?

    Do they have separate heaters and nozzles or are they connected to a "multiple-in-one-out" type hot end?

    Are you going to want additional "virtual" extruders for color mixing?  (your firmware would need to support M163-M166 for that to work).

    Thanks for an idea! I'm trying to implement this: https://github.com/Sakati84/3DPrintColorizer
    So the total number is 7 (actual extruder + 6 pens).

  • Link to post
    Share on other sites

    Posted (edited) · Adding extruders to a "fixed amount of extruders" printer preset

    I was going to build that and never got around to it.  I print mostly functional models and don' t really have a need.

    The extruder files are easy and I was mistaken about the nozzle files as you can use the existing ones for the new extruders.  You should not have to add any nozzles.

    Open "creality_base_extruder_0.def.json" in a text editor, do a "Save-As" with the same type of naming system, make a couple changes to the text in the file, and it should work.  It might take a couple of tries to get the syntax right.  Space characters instead of Tabs...that sort of thing.

    If you start Cura after making changes and get the "There are errors do you want to remove all your printers" just close the textbox using the "X" and close Cura and try again.

    This is from my Creality_base.def.json file and yours would be similar but longer.

    "machine_extruder_trains": {
            "0": "creality_base_extruder_0",
            "1": "creality_base_extruder_1",
            "2": "creality_base_extruder_2",
            "3": "creality_base_extruder_3"
          },

    So you can see that I had to add "creality_base_extruder_1", and _2 and _3 for a total of 4 extruders.  In reality I only have a single extruder, but for trouble-shooting it became necessary to have a virtual multi-extruder handy.

    Edited by GregValiant
  • Link to post
    Share on other sites

    Posted (edited) · Adding extruders to a "fixed amount of extruders" printer preset

    Hey, I finally managed to make it "work"! But I ran into another issue:


    The new profile interferes with 3DPrintColorizer's post-processing script.

    The preset I conjured with your help does not allow it to add any gcode - it generates gcode that uses only the main extruder, so it does not paint anything.

    The .curaprofile attached on the github repo produces valid gcode - but the prints are of extremely poor quality (even without painting).

     

    Editing the values that should be edited according to the wiki did not help.

    Edited by MBee
  • 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

      • Help Us Improve Cura – Join the Ultimaker Research Program
        🚀 Help Shape the Future of Cura and Digital Factory – Join Our Power User Research Program!
        We’re looking for active users of Cura and Digital Factory — across professional and educational use cases — to help us improve the next generation of our tools.
        Our Power User Research Program kicks off with a quick 15-minute interview to learn about your setup and workflows. If selected, you’ll be invited into a small group of users who get early access to features and help us shape the future of 3D printing software.

        🧪 What to Expect:
        A short 15-minute kickoff interview to help us get to know you If selected, bi-monthly research sessions (15–30 minutes) where we’ll test features, review workflows, or gather feedback Occasional invites to try out early prototypes or vote on upcoming improvements
        🎁 What You’ll Get:
         
        Selected participants receive a free 1-year Studio or Classroom license Early access to new features and tools A direct voice in what we build next
        👉 Interested? Please fill out this quick form
        Your feedback helps us make Cura Cloud more powerful, more intuitive, and more aligned with how you actually print and manage your workflow.
        Thanks for being part of the community,

        — The Ultimaker Software Team
        • 0 replies
      • Cura 5.10 stable released!
        The full stable release of Cura 5.10 has arrived, and it brings support for the new Ultimaker S8, as well as new materials and profiles for previously supported UltiMaker printers. Additionally, you can now control your models in Cura using a 3D SpaceMouse and more!
          • Like
        • 18 replies
    ×
    ×
    • Create New...