Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. inztigator
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 13
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by inztigator

    • RE: Can i use pinda v2 connect to E1 endstop?

      You can, if you mean as a z-endstop. I use it on my CoreXY. Works quite well. Its just an inductive sensor. You don't connect the temperature wire as you would on a Prusa. I believe that may be supported in RRF3 if I remember correctly.

      Can send you a photo of the wiring when I get home, and config 😉

      posted in Filament Monitor
      inztigatorundefined
      inztigator
    • RE: 1 of 3 Z stepper hot

      Issue identified. The other two z motors are mounted with an aluminium plate. The third one that gets really hot is mounted using a printed part. Clearly the heat of the other two is been transferred onto the alu plate.

      I proped a alu piece against the third motor, and it remained as cool as the other two.

      Learn something new every day 🙂

      posted in Duet Hardware and wiring
      inztigatorundefined
      inztigator
    • RE: DuetWifi clones and support

      @bearer

      😄

      Fair point.

      The chinese branding things as Duet, without disclaiming that it is a clone / fake. And they will use the cheapest crap components possible. But as you said, that doesn't eliminate the user error.

      posted in General Discussion
      inztigatorundefined
      inztigator
    • RE: DuetWifi clones and support

      @ViralTinker said in DuetWifi clones and support:

      What an offence seriously?!?!? Rich people can afford Without thinking, middle level buys what affordable and homeless has nothing to loose....

      OK 😄 😄

      posted in General Discussion
      inztigatorundefined
      inztigator
    • RE: DuetWifi clones and support

      I suppose its more targeted at the hardware side of things. Seeing some of these clone boards melt down and then people assuming it was an original Duet board is where things get sketchy, but clearly not something that is easily resolved due to the chinese way of doing things as cheap as possible.

      posted in General Discussion
      inztigatorundefined
      inztigator
    • RE: RRF Support for PINDA Probe

      Hi

      I read somewhere that it will be supported in RRF3 but for RRF2, best leave the temp sensor disconnected.

      posted in Duet Hardware and wiring
      inztigatorundefined
      inztigator
    • RE: DuetWifi clones and support

      @Danal Must be another "inztigator" as I did not register today 🐶

      My post was not meant to get anyone to wind up their undergarments 😄 I was curious what others thought about it. I just find it annoying at the number of posts on Facebook where a clone Duet has been used and the Duet name is thrown around like it was the cause of the cheap components usually found on these boards.

      Bye, now!

      posted in General Discussion
      inztigatorundefined
      inztigator
    • DuetWifi clones and support

      Hey All,

      I browse these forums often as they not only help in troubleshooting any issues, there is also a wealth of general information here.

      Now my question is regarding the Duet Wifi clones out there..

      Should owners of these clones be allowed to interact on the official Duet3d forums? From my personal opinion, I say, HELL NO!! We pay a premium for a premium product, and with that comes premium support.

      Your thoughts?

      Maybe we need to add validation to the forums, so that you need to link your account to a board serial number 😄

      posted in General Discussion
      inztigatorundefined
      inztigator
    • RE: 1 of 3 Z stepper hot

      @dc42 No short on motor.

      posted in Duet Hardware and wiring
      inztigatorundefined
      inztigator
    • RE: 1 of 3 Z stepper hot

      So, checked resistance of all three Z motors. All within 2.0 and 2.2 Ohms, well within the 2.1Ohm spec (+-10%) per E3D's motor spec sheet.

      I moved the Z motors from drivers 5,6,7 on the Deux5 to 7,8,9. Same motor still super hot. Its the centre Z motor which has two linear rods on either side, and I am suspecting maybe there is a misalignment or too much friction that is causing the motor to heat up.

      Will continue investigating - I suspect it maybe mechanical.

      Thanks for the tips though 🙂

      posted in Duet Hardware and wiring
      inztigatorundefined
      inztigator
    • 1 of 3 Z stepper hot

      Hi all,

      Experiencing a strange issue. One of the three Z stepper motors is running very hot to the touch when compared to the other two. Its a Core XY with Duex5. Z motors are connected to Deux5. Config below.

      ; Configuration file for Duet WiFi (firmware version 1.21)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v2 on Wed May 01 2019 22:41:50 GMT+1000 (Australian Eastern Standard Time)

      ; General preferences
      M80 ; Turns on the ATX power supply
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves

      M667 S1 ; Select CoreXY mode

      ; Network
      M550 P"RatRig" ; Set machine name
      M552 S1 ; Enable network
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet

      ; Drives
      M569 P0 S0 ; Drive 0 goes forwards - X
      M569 P1 S0 ; Drive 1 goes forwards - Y
      M569 P3 S1 ; Drive 3 goes forwards - E0
      M569 P5 S1 ; Drive 5 goes forwards - Z1
      M569 P6 S1 ; Drive 6 goes forwards - Z2
      M569 P7 S1 ; Drive 7 goes forwards - Z3
      M584 X0 Y1 Z5:6:7 E3 ; Set drive mapping
      M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
      M92 X160 Y160 Z1600 E2725 ; Set steps per mm
      M203 X15000 Y15000 Z600 E3000 ; Set maximum speeds (mm/min)
      M201 X3000 Y3000 Z120 E720 ; Set maximum accelerations (mm/s^2)
      M566 X600 Y600 Z60 E40 ; Set maximum instantaneous (jerk) speed changes (mm/min)
      M906 X1500 Y1500 Z1000 E500 I5 ; Set motor currents (mA) and motor idle factor in per cent XY-17HM19-2004S E-MT-1702HS133A Z-1702E533G6-365E
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; Set axis minima
      M208 X290 Y290 Z280 S0 ; Set axis maxima

      ; Endstops
      M574 X1 Y1 S0 ; Set active low endstops

      ; Z-Probe
      M574 Z1 S2 ; Set endstops controlled by probe
      M307 H7 A-1 C-1 D-1 ; Disable heater on PWM channel for BLTouch
      M558 P9 H3 F300 T6000 A3 R0.2 ; Set Z probe type to bltouch, dive height, probe speed, travel speed, probe up to 5 times, recovery time between probes
      G31 P25 X0 Y36 Z0.619 ; Set Z probe trigger value, offset and trigger height
      M557 X25:265 Y41:281 S80 ; Define mesh grid
      M671 X-40.0:145.0:330.0 Y40.0:370.0:40.0 ; z-lead screw positions at (-40,40), (145,370) and (330,40)

      ; Heaters
      M143 H0 S140 ; Disable bang-bang mode for the bed heater and set PWM limit to 140C
      M307 H0 A244.9 C316.6 D3.7 S1.00 V24.0 B0 ; PID tuned at 120C degrees
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C
      M307 H1 A302.0 C140.4 D2.9 S1.00 V24.0 B0 ; PID tuned at 240C degrees

      ; Thermistors
      M305 P0 T100000 B3950 R4700 ; Set thermistor + ADC parameters for heater 0
      M305 P1 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1
      M305 P103 X6 T100000 B3950 R4700 S"PSU SSR"
      M305 P104 X7 T100000 B3950 R4700 S"BED SSR"

      ; Fans
      M106 P3 S0 I0 H-1 C"Part Fan" ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off - PART fan
      M106 P4 S1 I0 H1 T40 C"Hotend Fan" ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on - EXTR fan
      M106 P5 S0 T50 H100:101:102 "MCU Fan" ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on - DUET fan

      ; Tools
      M563 P0 D0 H1 F3 S"Extruder 1" ; 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

      posted in Duet Hardware and wiring
      inztigatorundefined
      inztigator
    • RE: 4 conductor cable for the Panel Due

      Just add some heatshrink to keep them together 🙂

      posted in Hardware wishlist
      inztigatorundefined
      inztigator
    • RE: My multi input, multi material, mixing hot end

      Love your blog entries. Looking forward to the follow-up 🙂

      posted in My Duet controlled machine
      inztigatorundefined
      inztigator