Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. SIam
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 31
    • Posts 575
    • Best 76
    • Controversial 1
    • Groups 0

    Posts made by SIam

    • RE: RRF 3.4 Will Not recognize my Extruder

      @jadoglio weird can you post the result of M122 and M98 P"config.g"

      posted in Firmware installation
      SIamundefined
      SIam
    • RE: RRF 3.4 Will Not recognize my Extruder

      @jadoglio Do I understand it right when you disconnect the cable from driver 3 and connect it to the unused Driver(5) everything is working ? If yes, I would say there is a technical Problem with the driver 3

      posted in Firmware installation
      SIamundefined
      SIam
    • RE: RRF 3.4 Will Not recognize my Extruder

      @jadoglio what happens if you connect the Cable from Driver 3 to Driver 5

      Your Driver mapping is wrong

      M584 X0 Y1 Z2 E1
      

      You have assigned driver 1 to Y and E

      posted in Firmware installation
      SIamundefined
      SIam
    • RE: RRF 3.4 Will Not recognize my Extruder

      @jadoglio said in RRF 3.4 Will Not recognize my Extruder:

      No that is the definition of the tool 0 you have to activate it with T0 at the end of your config.g file

      posted in Firmware installation
      SIamundefined
      SIam
    • RE: RRF 3.4 Will Not recognize my Extruder

      @jadoglio add T0 at the end of your config file this activates extruder 0

      posted in Firmware installation
      SIamundefined
      SIam
    • RE: RRF 3.4 Will Not recognize my Extruder

      @jadoglio maybe a silly question did you try to extrude when your hot end is hot?

      posted in Firmware installation
      SIamundefined
      SIam
    • RE: DUEX 5 V0.8 TO DUEX 5 V0.11

      @siam oh I have overseen you was trying to home the z axis first before you can do this home y/x ( g28 x / g28 y)

      posted in Duet Hardware and wiring
      SIamundefined
      SIam
    • RE: DUEX 5 V0.8 TO DUEX 5 V0.11

      @paolozampini1973 and what have you done ? home z or home all ? If it was home z then you have to home x/y first.

      posted in Duet Hardware and wiring
      SIamundefined
      SIam
    • RE: DUEX 5 V0.8 TO DUEX 5 V0.11

      @paolozampini1973 Did you use two different motors for the z axis ?

      M569 P1 S0 R1                                      ; Y    physical drive 1 goes forwards
      M569 P2 S1                                         ; Z    physical drive 2 goes forwards
      

      If you use the same motors with the same wiring, I would say you need to configure both motors the same way

      posted in Duet Hardware and wiring
      SIamundefined
      SIam
    • RE: DUEX 5 V0.8 TO DUEX 5 V0.11

      @paolozampini1973 I would say post a video, sometimes it is an easier way to solve problems

      posted in Duet Hardware and wiring
      SIamundefined
      SIam
    • RE: Dead Duet 2 Wifi... Sort of.

      Long text and short answer 😉 U3 is the 5V regulator, and it sounds to me that this chip is dead. I think you have checked the fuses before

      posted in Duet Hardware and wiring
      SIamundefined
      SIam
    • RE: Duet 2 disconnecting when unplugging usb

      @stefancvij you can try to set the jumper to 5V ext and then you can plug in the 5V next to the Vin connector

      posted in General Discussion
      SIamundefined
      SIam
    • RE: Duet 2 disconnecting when unplugging usb

      @stefancvij it's looklike that your 5V regulator has died can you post a good picture of the U3 IC this IC is located in the near of the heated bed connector.

      posted in General Discussion
      SIamundefined
      SIam
    • RE: Duet 2 disconnecting when unplugging usb

      @stefancvij

      when you disconect the USB Cable and you power The duet with the powersupply whitch LED's (left top Corner on the picture) does lit ?

      I don't hope it but it can be that you have this issue
      https://docs.duet3d.com/en/User_manual/Overview/USB_ground_loops

      posted in General Discussion
      SIamundefined
      SIam
    • RE: Read Output pin state

      @wayneosdias you have to write a macro, see the docs here:
      https://duet3d.dozuki.com/Wiki/Macros

      posted in Using Duet Controllers
      SIamundefined
      SIam
    • RE: Updating to 3.4 beta gui fail

      @markz Is it correct that you mean this setting ?
      2022-02-26 21_09_31-hypercube.png

      posted in CNC
      SIamundefined
      SIam
    • RE: Read Output pin state

      @wayneosdias

      You have to use the object model

      sensors.gpIn[3].value
      

      This should return the state of gpio 3

      posted in Using Duet Controllers
      SIamundefined
      SIam
    • RE: Extruder reporting 2000C

      @moth4017 Check your cable crimp connectors and thermistor

      posted in Beta Firmware
      SIamundefined
      SIam
    • RE: Z-Probe triggers, and remains triggered

      @ehutzell said in Z-Probe triggers, and remains triggered:

      M558 C"!e0stop" P5 R0.4 F300 T6000 ; precision piezo, digital mode, NO/NC, delay, speed, not used as axis endstop

      Í would say you have to activate the internal pullup resistor.

      M558 C"^!e0stop" P5 R0.4 F300 T6000
      
      posted in Accessories and Add-ons
      SIamundefined
      SIam
    • RE: Piezo Z-Probe inverted

      @capmjk @capmjk try this

      M558 P8 C"^!zprobe.in+zprobe.mod" H2.5 F300 T12000 A1
      G31 P1000 X0 Y0 Z-0.1 
      
      posted in Duet Hardware and wiring
      SIamundefined
      SIam