Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. eddygara
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    eddygara

    @eddygara

    3
    Reputation
    54
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    eddygara Follow

    Best posts made by eddygara

    • Duet smart effector directive drive on E3d titan aero

      I wanted to post a project I’ve been working on. Here’s my attempt to install a duet smart effector with the E3d titan aero hotend. So far the effector works pretty well, got some more testing to do. But in this configuration the effector does get triggered, and the exsturder does work.

      This whole system will be working with a duet WiFi, as well as the duet3alt text
      alt text
      alt text
      alt text

      posted in Smart effector for delta printers
      eddygara
      eddygara
    • RE: Duet 3 keeps blowing the breakers in my house when powered on!!!

      @Phaedrux It was perfectly fine until it was plugged in directly. This happened after I removed all cables to the PSU and connected everything.

      I figured out the problem thanks for helping me troubleshoot, turns out, one of my connectors to the power socket was bad. You guys rock!

      posted in Duet Hardware and wiring
      eddygara
      eddygara
    • RE: homing is not working correctlly after update Delta

      Thanks for the help the issue was not having M564 H0 in my config file. Your "list of changes" page only describes this issue with Cartesian printers. Not delta's, so i was bit confused. I know you have a ton on your plate so again thanks for everything you do!

      For anyone reading this, i have a delta with motors on the top of the printer. I had to change all my stepper motors too the opposite setting to get them to work again.

      example

      M569 P0 S1 ; Drive 0 (X) goes forwards
      M569 P1 S1 ; Drive 1 (Y) goes forwards
      M569 P2 S1 ; Drive 2 (Z) goes forwards
      M569 P3 S0 ; Drive 3 (E0) goes forwards

      Had to change is to

      M569 P0 S0 ; Drive 0 (X) goes forwards
      M569 P1 S0 ; Drive 1 (Y) goes forwards
      M569 P2 S0 ; Drive 2 (Z) goes forwards
      M569 P3 S1 ; Drive 3 (E0) goes forwards

      and then add

      M564 H0 at the end of my Config file in order to get my printer to home correctly. Also if you have code written for a probe that has to be deployed, but you are not using one on your printer. Remove it, it messes with the printers movement for some strange reason.

      posted in Firmware installation
      eddygara
      eddygara

    Latest posts made by eddygara

    • RE: Duet 3 no power coming to bed.

      @alankilian Ok cool sorry yall, not savy like this, The Duet Wifi was a simpler system to configure, and there was a lot more documentation on wiring, etc.

      posted in Duet Hardware and wiring
      eddygara
      eddygara
    • RE: Duet 3 no power coming to bed.

      @BoA You told me to run 2 separate cables from the PSU directly to the board, you didn't say anything about jumping connections, from "Power in" to "Out0" in order to get power from the same PSU

      posted in Duet Hardware and wiring
      eddygara
      eddygara
    • RE: Duet 3 no power coming to bed.

      @alankilian Ok this goes against what @boa just said..

      posted in Duet Hardware and wiring
      eddygara
      eddygara
    • RE: Duet 3 no power coming to bed.

      @BoA Thanks a lot man, I wish this guide wasn't so jumbled around to find this info, the people like you make this product worth it to use.

      posted in Duet Hardware and wiring
      eddygara
      eddygara
    • RE: Duet 3 no power coming to bed.

      @BoA Ok just to make sure so i dont blow up my board, I already have the board connected from the psu via the "power in" your telling me to run another connection from the PSU right next to the PSU to Board line. In order to get power to the Bed?

      posted in Duet Hardware and wiring
      eddygara
      eddygara
    • RE: Duet 3 no power coming to bed.

      @BoA So what exactly me I connecting to that terminal and from where?

      posted in Duet Hardware and wiring
      eddygara
      eddygara
    • RE: Duet 3 no power coming to bed.

      @BoA But it doesn't mention anything of this on the guide. And honestly nowhere in that link does it state to add power to that terminal to power the bed, I hope you can see why this is confusing for me.

      From the guide-------------------------------

      Low voltage bed heater driven directly from the Duet

      Duets provide a terminal block for connecting a bed heater. The voltage supplied to the bed heater is the voltage you apply to the VIN terminals from your power supply. The maximum current you can safely draw depends on the Duet version.

      Important! Do not "tin" the ends of the wires. The heat generated by high bed currents can cause the wires to creep, which in turn makes them loose in the terminal block. So you should re-check the bed heater terminal block screws for tightness regularly, especially during the first few days of use. This is especially important if you use stranded-core wire without crimping bootlace ferrules on the ends.
      Duet 3 Mainboard 6HC

      The Duet 3 Mainboard 6HC is safe up to 18A heater current on OUT0 in a normally ventilated environment.

      posted in Duet Hardware and wiring
      eddygara
      eddygara
    • RE: Duet 3 no power coming to bed.

      @dc42 I'm not going to pretend like I know what that means, but the guide only stated to run power from the PSU to the board via the "Power in" and then to run power from the board to the bed via "Out0" so I did that.

      Here is a photo of my connections.

      46MTxKy.jpg

      posted in Duet Hardware and wiring
      eddygara
      eddygara
    • Duet 3 no power coming to bed.

      Not sure what could be happening, and there doesn't seem to be much info on this subject, so I'm looking for solutions. I'm running a Duet 3 board, off a 12v 29.7a PSU. I have both a raspberry pi, and LCD monitor hooked to my board, in order to get wifi capabilities. Everything is rated for 12v, my thermistors are reading fine, My hot end even runs fine. I've tried different heat beds, the same model, and different wiring configs. My wiring to the bed is as recommended by the guide via OUT0. Am drawing too much power from the other things plugged in? Do i need to bump up my power supply?

      FYI I'm upgrading from a duet WIFI, with all the same equipment, that worked fine beforehand, and honestly, this upgrade is starting to become a freaking headache

      here is my config file.


      ; Configuration file for Duet 3 (firmware version 3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.2.0 on Sun Jan 03 2021 21:41:01 GMT-0500 (Eastern Standard Time)

      ; General preferences
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"Duet 3" ; set printer name
      M665 R144 L290 B140 H250 ; Set delta radius, diagonal rod length, printable radius and homed height
      M666 X0 Y0 Z0 ; put your endstop adjustments here, or let auto calibration find them

      ; Drives
      M569 P0.0 S1 ; physical drive 0.0 goes forwards
      M569 P0.1 S1 ; physical drive 0.1 goes forwards
      M569 P0.2 S1 ; physical drive 0.2 goes forwards
      M569 P0.3 S1 ; physical drive 0.3 goes forwards
      M584 X0.0 Y0.1 Z0.2 E0.3 ; set drive mapping
      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
      M92 X160.00 Y160.00 Z160.00 E833.16 ; set steps per mm
      M566 X120000.00 Y120000.00 Z120000.00 E120000.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X1080000.00 Y1080000.00 Z1080000.00 E1080000.00 ; set maximum speeds (mm/min)
      M201 X4200.00 Y4200.00 Z4200.00 E5000.00 ; set accelerations (mm/s^2)
      M906 X1200 Y1200 Z1200 E1200 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 Z-20 S1 ; set minimum Z

      ; Endstops
      M574 X2 S1 P"io0.in" ; configure active-high endstop for high end on X via pin io0.in
      M574 Y2 S1 P"io1.in" ; configure active-high endstop for high end on Y via pin io1.in
      M574 Z2 S1 P"io2.in" ; configure active-high endstop for high end on Z via pin io2.in

      ; Z-Probe
      M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
      M557 R85 S20 ; define mesh grid

      ; Heaters
      M308 S0 P"temp1" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin temp1
      M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0
      M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
      M140 H0 ; map heated bed to heater 0
      M143 H0 S120 ; set temperature limit for heater 0 to 120C
      M308 S1 P"temp0" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin temp0
      M950 H1 C"out1" T1 ; create nozzle heater output on out1 and map it to sensor 1
      M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
      M143 H1 S280 ; set temperature limit for heater 1 to 280C

      ; Fans
      M950 F0 C"out5" Q500 ; create fan 0 on pin out5 and set its frequency
      M106 P0 S1 H-1 ; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"out4" Q500 ; create fan 1 on pin out4 and set its frequency
      M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on

      ; Tools
      M563 P0 D0 H1 F0 ; 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

      ; Custom settings are not defined

      ; Miscellaneous
      M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss

      posted in Duet Hardware and wiring
      eddygara
      eddygara
    • RE: Duet 3 keeps blowing the breakers in my house when powered on!!!

      @Phaedrux
      Ok so it’s not fixed,

      This is getting out of hand. At one point it worked perfectly fine. Once everything back connected to to the board the entire things blows my breakers again.

      I’ve switched out power connections, cables, removed and re did all my wiring.

      The board will blow my home breakers ever time it’s powered on.
      My other printers which again are wired exactly the same, (minus the new board) do not do this at all.

      posted in Duet Hardware and wiring
      eddygara
      eddygara