Jump to content

Dual Extruder: Only one Object print on the second Nozzle?


thomass

Recommended Posts

Posted · Dual Extruder: Only one Object print on the second Nozzle?

Hi Daid,

is it possible to print just one object on the specified nozzle?

I have different colors, and I want to print the one defined color.

What can I do to not to change the filament.

Thank you.

 

  • Link to post
    Share on other sites

    Posted · Dual Extruder: Only one Object print on the second Nozzle?

    If you have only 1 model selected in Cura, and not configure your second Nozzle, it automatically uses the 'first' Nozzle.

    Is this what you mean? Or do you want to set the '2nd' Nozzle as the first one?

    I don't think that is an option in Cura.

     

  • Link to post
    Share on other sites

    Posted · Dual Extruder: Only one Object print on the second Nozzle?

    Currently not possible yet by software in an easy way.

    However, if you add a "T1" or "T0" in your start.gcode you switch the nozzle before it's used. So this way you could make different GCode files for the primary and secondary extruder.

     

  • Link to post
    Share on other sites

    Posted · Dual Extruder: Only one Object print on the second Nozzle?

    I have added in my start.gcode:

    M140 S{print_bed_temperature}

    M190 S{print_bed_temperature}

    M104 T1 S{print_temperature2}

    M109 T1 S{print_temperature2}

    The temperature of the 2nd nozzle is ok, but the 2nd extruder don't move.

     

  • Link to post
    Share on other sites

    Posted · Dual Extruder: Only one Object print on the second Nozzle?

    If you just want to print one color in a single run, then it can be realised by a Cura Plugin.However, if you want to print multiple objects in one run with different colors, then it gets a bit tricky... but not impossible with some restrictions...

     

  • Link to post
    Share on other sites

    Posted · Dual Extruder: Only one Object print on the second Nozzle?

    Thanks, but I'm only an user not a programmer. :)

     

  • Link to post
    Share on other sites

    Posted · Dual Extruder: Only one Object print on the second Nozzle?

    Well if you can figure out how to post in this forum you are good enough with computers to add a T1 command. Read about Marlin commands here:

    http://reprap.org/wiki/G-code#T:_Select_Tool

    Read the "select tool" section. The T1 needs to be on a line BY ITSELF. Not mixed with M104 command or other command. The first part of the line is the command.

     

  • Link to post
    Share on other sites

    Posted · Dual Extruder: Only one Object print on the second Nozzle?

    By the way, doing a M104 *and* a M109 does not make sense. Read about those codes also. Basically the M109 waits and the M104 doesn't wait before moving on to the next command in your gcode file.

     

  • Link to post
    Share on other sites

    Posted · Dual Extruder: Only one Object print on the second Nozzle?

    Oh man, it´s so easy.

    M140 S{print_bed_temperature}

    M190 S{print_bed_temperature}

    M109 T1 S{print_temperature2}

    T1

    Thank you very much.

     

  • Link to post
    Share on other sites

    Posted · Dual Extruder: Only one Object print on the second Nozzle?

    There. Now you are a programmer. It's official.

     

  • 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.8 beta released
        Another Cura release has arrived and in this 5.8 beta release, the focus is on improving Z seams, as well as completing support for the full Method series of printers by introducing a profile for the UltiMaker Method.
          • Like
        • 1 reply
      • 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
    ×
    ×
    • Create New...