Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    custom built 3d printer

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    4
    6
    229
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • yuvalundefined
      yuval
      last edited by

      hi guys, im a student and im trying to complete a project that a couple of students started and never finished
      its custom built 3d priner with 2 toolheads.
      everything moves ok, i think they used the configarator
      the whole thing is quite a mess and i would actually love some assistent.
      first question
      ive connected the layer fan to out 7
      "M950 F2 C"out7" Q500
      M106 P2 S1 H-1 "

      its a normal 12v blower.
      for some reason the fan heats up but doesnt spin

      same with the heater fan
      M950 F1 C"out4" Q500 ; create fan 1 on pin !out5 and set its frequency
      M106 P1 S1 H1 T45

      doesnt turn on at 45

      but the other fan works great:
      M950 F0 C"out6" Q500 ; create fan 0 on pin !out4 and set its frequency
      M106 P0 S1 H1 T45

      both extruder fans are same, so in dont understand why one would work and the other wouldnt

      both heaters works fine and heats up aobve 45c

      o_lampeundefined 1 Reply Last reply Reply Quote 0
      • o_lampeundefined
        o_lampe @yuval
        last edited by

        @yuval You have mapped both extruder fans to the same heater (H1) so they should both spin when heater 1 exceeds 45°.

        The layer fan that doesn't spin but gets hot, might be damaged. Did you test it on an 'always on' fan port or directly from a 12V PSU?
        If the fan is OK, check the wiring to 'out7'.

        yuvalundefined 1 Reply Last reply Reply Quote 0
        • yuvalundefined
          yuval @o_lampe
          last edited by

          @o_lampe hi, i fixed the heaters, and the fan was connected reveres polarity

          now, i have different problem after everything heats up perfectly

          usually if i want to use tool head number 1 i just add t0 to the gcode, and then everything normally, same with t1

          but in this reprap firmware, seems like in order to move 2nd print head i need to send u100
          i mean, the second tool head is a whole new axis.
          what slicer know how to deal with it?

          dc42undefined 1 Reply Last reply Reply Quote 0
          • Phaedruxundefined
            Phaedrux Moderator
            last edited by

            Is it an IDEX printer?

            Z-Bot CoreXY Build | Thingiverse Profile

            yuvalundefined 1 Reply Last reply Reply Quote 0
            • dc42undefined
              dc42 administrators @yuval
              last edited by dc42

              @yuval said in custom built 3d printer:

              but in this reprap firmware, seems like in order to move 2nd print head i need to send u100
              i mean, the second tool head is a whole new axis.

              It sounds to me that you have an IDEX printer. If that's the case, then in the M563 tool definition command for tool 1 on config.g you need to tell it to map X axis commands to the U axis. See https://docs.duet3d.com/en/User_manual/Machine_configuration/Configuration_IDEX.

              Duet WiFi hardware designer and firmware engineer
              Please do not ask me for Duet support via PM or email, use the forum
              http://www.escher3d.com, https://miscsolutions.wordpress.com

              1 Reply Last reply Reply Quote 0
              • yuvalundefined
                yuval @Phaedrux
                last edited by

                @Phaedrux yes

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Unless otherwise noted, all forum content is licensed under CC-BY-SA