Problems with 2 Extruders

Hello,
i have installed 2 Extruders but my Cura do Strange things.
Cura Create a second object.
can you help me ?





i got the same slice if i set my offset´s to 0

Comments

  • The second object is called Pillar and is used in 2 color prints to refill the unused extruder so print comes out fine. That is good to have and added by CuraEngine.
  • can i deactivate it ?
  • ok now i have found it thank you :)
  • edited February 2018
    now i got an other problem,
    if i slice with 2 extruders like this picture on top and want to print repetier dont heat the secound extruder

    ; Default start code
    G28 ; Home extruder
    G1 Z15 F{Z_TRAVEL_SPEED}
    M107 ; Turn off fan
    G90 ; Absolute positioning
    M82 ; Extruder in absolute mode
    {IF_BED}M190 S{BED}
    ; Activate all used extruder
    {IF_EXT0}M104 T0 S{TEMP0}
    {IF_EXT1}M104 T1 S{TEMP1}
    G92 E0 ; Reset extruder position
    ; Wait for all used extruders to reach temperature
    {IF_EXT0}M109 T0 S{TEMP0}
    {IF_EXT1}M109 T1 S{TEMP1}
  • What does the generated start code look like? Are the T1 parts missing or set to 0?
  • T1 parts are missing

    ;Generated with Cura_SteamEngine 15.01
    ; Default start code
    G28 ; Home extruder
    G29 ; Autobed Leveling
    G1 Z25 F100
    M107 ; Turn off fan
    G90 ; Absolute positioning
    M82 ; Extruder in absolute mode
    M190 S50
    ; Activate all used extruder
    M104 T0 S200
    G92 E0 ; Reset extruder position
    ; Wait for all used extruders to reach temperature
    M109 T0 S200
    ;Layer count: 9
    ;LAYER:0
    M107
    G0 F9000 X68.900 Y68.900 Z0.400
    ;TYPE:SKIRT
  • Ok, looks like host thinks you did not select a second object with extruder 2 in object placement. If that is not the case it will not send a second stl for that extruder and only activate heater 1.
  • ok how i can change or fix that
  • Select extruder 2 for second stl file in object placement and slice again.
  • i have do that wait i show you some screenshots ;)
  • the Startcode is still :

    ;Generated with Cura_SteamEngine 15.01
    ; Default start code
    G28 ; Home extruder
    G29 ; Autobed Leveling
    G1 Z25 F100
    M107 ; Turn off fan
    G90 ; Absolute positioning
    M82 ; Extruder in absolute mode
    M190 S50
    ; Activate all used extruder
    M104 T0 S200
    G92 E0 ; Reset extruder position
    ; Wait for all used extruders to reach temperature
    M109 T0 S200
    ;Layer count: 9
    ;LAYER:0





  • ok i found the problem the solution is i pick the wrong Printer config <span>:sweat:</span>
Sign In or Register to comment.