Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. misterj
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 15
    • Best 0
    • Controversial 0
    • Groups 0

    misterj

    @misterj

    0
    Reputation
    1
    Profile views
    15
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    misterj Unfollow Follow

    Latest posts made by misterj

    • RE: Is my Duex5 board dead?

      @oliof said in Is my Duex5 board dead?:

      IIRC this can be the case if the power wiring from duet to duex is too long or if the GND wire has too low a diameter. Posting a photo of the wiring could shed some light.

      Here is the image, the thinner wires are before and after are the thick wires. Even with the thicker wires duet 2 still don't detect duex5. I am getting voltage into the duex.
      PSX_20220104_125959.jpg

      @phaedrux said in Is my Duex5 board dead?:

      Is this a new Duex5? When and where did you purchase it?

      Yes its new. I bought it back in April of 2021 from Filastruder. It's only now that I had time to finish building this printer and using the duex5.

      posted in Duet Hardware and wiring
      misterjundefined
      misterj
    • RE: Is my Duex5 board dead?

      So I took the off the ribbon cable and tested each pin on the cable with a multimeter and every pin has continuity, so it can't be the cable. I think the boards are not communicating with each other.

      I have been doing M115 a lot and most of the time it only shows the duet 2 and randomly other times I get duet 2 wifi+duex 5 listed on the web interface. When that happens all my z axis drives are working.

      So now its figuring what is at fault that the boards are not communicating with each other.

      posted in Duet Hardware and wiring
      misterjundefined
      misterj
    • RE: Is my Duex5 board dead?

      @o_lampe said in Is my Duex5 board dead?:

      @misterj
      You could check the 24V input and the blade fuse on the Duex5.

      The fuse is fine.

      So digging around I attached a fan to the internal 12 pins and the fan is spinning. So I think I am getting power.

      I entered M115 and only my Duet 2 wifi is listed. But only one time so far did M115 showed duet 2 wifi + duex 5. Could it be my ribbon cable is bad?

      Edit: so I took the ribbon cable and flipped it. M115 is showing both boards. Not sure how long that will last.

      posted in Duet Hardware and wiring
      misterjundefined
      misterj
    • Is my Duex5 board dead?

      Is there a way to test if my duex5 is receiving power? I got my Duex5 hooked up to my Duet 2 wifi ran home all axes, x and y homed fine but when it gets to the z axis I didn't notice the 3 z motors turning on. I have 3 motors for Z and they are on drivers 7 8 9 on the duex5 just to test if the board is working. Before I had one motor attached to the Z motor on the Duet 2 wifi and that one motor activated and can feel resistance if I try to turn the lead screw, but the 2 motors on the the duex5 nothing.

      Are there any LEDs that turns on when the board is on? Or did I not set up my code correctly.

      Here is the gcode motor setup
      ; Drives
      M569 P0 S0 D3 ; physical drive 0 goes forwards
      M569 P1 S0 D3 ; physical drive 1 goes forwards
      M569 P2 S1 D3 ; physical drive 2 goes forwards
      M569 P3 S1 D3 ; physical drive 3 goes forwards
      M569 P4 S1 D3 ; physical drive 0.4 goes forwards
      M569 P7 S1 D3
      M569 P8 S1 D3 ; physical drive 0.5 goes forwards
      M569 P9 S1 D3
      ;M584 X0 Y1 Z2 E3 ; set drive mapping
      M584 X1 Y0 Z7:8:9 E3 ; set drive mapping
      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z800.00 E400.00 ; set steps per mm
      M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z1000.00 E1200.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30

      posted in Duet Hardware and wiring duex5 duet wifi 2 power
      misterjundefined
      misterj
    • RE: z-probe reading at 1000

      @dc42 said in z-probe reading at 1000:

      Does the probe have any LED indication on it to show when it is triggered?

      Yes it does.

      Found out what the problem was. The piezo disk on my hot end assembly was the issue. For some reason it works the the clone probe and not with the real one. So I hooked up a brand new disk and pressing on it triggers the probe and the bed stops.

      Stupid me.

      Thanks for the help even though it was just a hardware issue and not a code issue.

      posted in General Discussion
      misterjundefined
      misterj
    • RE: z-probe reading at 1000

      @Dr_Ju_Ju said in z-probe reading at 1000:

      Try removing\comment out the

      M574 Z1 S2 line, I found I didn't need it for my Precision Piezo z-probe , i.e.

      M574 X1 Y2 S0 ; Set active low endstops

      M558 P8 I1 R0.4 H5 T24000 F200 ; Set Peizo - P probe type, I Invert, R recovery time, H dive hight, T inter-probe-point speeds, F Probing Speed

      That didn't work for me.

      Before this issue I was already using a clone precision z-probe and I works with my original code M558 P5 l1 R0.7 F400 X0 Y0 Z0 . That clone device was giving me sensitivity issues but it was detecting my print bed when it touches so I bought the new one.

      Just now I switched back to my original code and switched to the clone and it detects my bed. Switched the clone to the real one and with the original code and its not detecting when I tap the hot end so the bed just keeps rising, lights are blinking on the pcb.

      My duet not receiving signals from the probe?

      posted in General Discussion
      misterjundefined
      misterj
    • z-probe reading at 1000

      On my duet wifi lcd screen the z probe reading is at 1000 so the z-probe is triggered and always on. It's not at 0 when the hotend is stationary. I can't probe my bed.

      I installed the Precision Piezo module here to the duet 2 wifi. I have everything plugged in correctly. The piezo disk is installed on my hotend setup and by tapping the hotend the blue led light blinks.

      here is my settings for the probe:

      M667 S1 ; Select CoreXY mode

      ; Drives
      M569 P0 S1 ; Physical drive 0 goes forwards
      M569 P1 S1 ; Physical drive 1 goes forwards
      M569 P2 S2 ; Physical drive 2 goes backwards
      M569 P3 S1 ; Physical drive 3 goes forwards
      M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
      M92 X79.59 Y79.59 Z401.36 E275.72 ; Set steps per mm
      M566 X4200.00 Y420.00 Z12.00 E120 ; Set maximum instantaneous speed changes (mm/min)
      M203 X18000.00 Y18000.00 Z500.00 E1200.00 ; Set maximum speeds (mm/min)
      M201 X3000.00 Y3000.00 Z1700.00 E10000.00 ; Set accelerations (mm/s^2)
      M906 X800.00 Y800.00 Z800.00 E800.00 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ;assign motors
      M584 X0 Y1 Z2:4 ; two Z motors connected to driver outputs Z and E1
      M671 X-10:280 Y0:0 S10 ; leadscrews at left and right of X axis
      ;M208 X-5:205 Y0:200 ; X carriage moves from -5 to 205, Y bed goes from 0 to 200

      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; Set axis minima
      M208 X280 Y280 Z350 S0 ; Set axis maxima

      ; Endstops
      M574 X2 Y2 S1 ; Set active high endstops
      M574 Z1 S2

      ; Z-Probe

      M558 P5 l0 R0.7 F400 X0 Y0 Z0 ; (digital mode, NO/NC, delay, speed, not used as axis endstop
      G31 X0 Y0 Z-0.095 ; P100 ; (X, Y, Z offsets, debounce interval)
      M557 X15:6 Y15:195 S20 ; Define mesh grid

      ; Heaters
      M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0
      M143 H0 S70 ; Set temperature limit for heater 0 to 70C
      M305 P1 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C

      ; Fans
      M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      ; M106 P1 S1 I1 F25000 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M106 P1 S1 I0 F500 H1 T45
      m106 P2 S1 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on

      ; Tools
      M563 P0 D0 H1 ; Define tool 0
      G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
      G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C

      If I change M558 P5 to P1, z-probe number goes down to 500 but still triggered.

      firmware 2.05

      Please help.

      posted in General Discussion
      misterjundefined
      misterj
    • RE: Such thing as filament being too smooth?

      @veti said in Such thing as filament being too smooth?:

      the extruder gear presses the tooth into the filament to get grip.
      the spring of the extruder provides the tension for this to happen.

      if the extruder was not pushing through filament you would see grinding on the pla.

      try adjusting the spring and increasing the tension.

      I have dual drive gears so it's got a lot of tension on the filament. I do see some grinding sometimes too, I think its jamming somewhere by the hot end side.

      posted in General Discussion
      misterjundefined
      misterj
    • RE: Such thing as filament being too smooth?

      @deckingman said in Such thing as filament being too smooth?:

      @misterj Not in my opinion. There was a time a couple of years ago when all metal hot ends started to appear and people didn't understand the reasons why the filament was swelling and sticking in the heat break area due to heat creep, that applying oil to the filament would help. It's an urban myth that still persists but for a time, it was thought to improve things. So on that basis, I'd say that there is no evidence to suggest that PLA can be too slippery.

      That's true, I used to do the oiling thing too.

      posted in General Discussion
      misterjundefined
      misterj
    • RE: Such thing as filament being too smooth?

      @phaedrux said in Such thing as filament being too smooth?:

      What is your extruder?

      I used the B2D extruder from thingiverse.

      https://www.thingiverse.com/thing:2289203

      posted in General Discussion
      misterjundefined
      misterj