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

    eddygara

    @eddygara

    4
    Reputation
    3
    Profile views
    97
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    eddygara Unfollow 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 duet wifi duet duet smart titan aero
      eddygaraundefined
      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
      eddygaraundefined
      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
      eddygaraundefined
      eddygara
    • RE: JohnSL's FSR on a dute Wifi 3.4.4 not working

      @Phaedrux Got it working now! it was my fault for not reading your directions currently!

      Thanks to the both of yous!

      posted in Tuning and tweaking
      eddygaraundefined
      eddygara

    Latest posts made by eddygara

    • RE: Running any duet product board completely without internet.

      @alankilian

      Generally when I’m trying out long over night prints. What will happen, is the printer will just stop, mid print and cool down. When I look back at the log, I tall display, net work disconnection, and it will have no knowledge of a print even being ran. So there no way to continue. It’s a common issue when running over night prints for what ever reason.

      This is particularly in my duet 3 printers.

      posted in General Discussion
      eddygaraundefined
      eddygara
    • Running any duet product board completely without internet.

      Is there any way possible to have these board work completely without the need of an internet access? Im continually having connectivity issues between all my printers where I have etiehr printers not being able to connect to the network, ir printers getting disconnected and ruining prints. I have 5 machines total running duet Wi-Fi’s or 3 boards. And they are very temperamental next to each other.

      Is it possible by using a duet touch screen I can operate the machines without the need to connect to a network? Would make my life a lot easier running this print farm.

      Thanks!

      posted in General Discussion
      eddygaraundefined
      eddygara
    • RE: JohnSL's FSR on a dute Wifi 3.4.4 not working

      @Phaedrux Got it working now! it was my fault for not reading your directions currently!

      Thanks to the both of yous!

      posted in Tuning and tweaking
      eddygaraundefined
      eddygara
    • RE: JohnSL's FSR on a dute Wifi 3.4.4 not working

      @eddygara

      As of right now the printer does work as intended minus the headache of the homing.

      If i home anywhere on the bed after performing an action.

      for example if i run a red calibration, then home. the printer will think im at my home height starting from where the printer head is at. doubling the effective home height.

      i hope you understand.

      posted in Tuning and tweaking
      eddygaraundefined
      eddygara
    • RE: JohnSL's FSR on a dute Wifi 3.4.4 not working

      @Phaedrux

      config

      ; Configuration file for Duet WiFi (firmware version 3.3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.14 on Fri Nov 11 2022 17:32:14 GMT-0500 (Eastern Standard Time)

      ; General preferences
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"My Printer" ; set printer name
      M665 R145.094 L290 B140 H290.716 ; Set delta radius, diagonal rod length, printable radius and homed height
      M666 X1.57 Y-1.97 Z0.40, tilt X0.72% Y-1.10% ; put your endstop adjustments here, or let auto calibration find them

      ; Network
      M552 S1 ; enable network
      M586 P0 S1 ; enable HTTP
      M586 P1 S0 ; disable FTP
      M586 P2 S0 ; disable Telnet

      ; Drives
      M569 P0 S1 ; physical drive 0 goes backwards
      M569 P1 S1 ; physical drive 1 goes backwards
      M569 P2 S1 ; physical drive 2 goes backwards
      M569 P3 S1 ; physical drive 3 goes forwards
      M584 X0 Y1 Z2 E3 ; 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 X1200.00 Y1200.00 Z1200.00 E1200.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X18000.00 Y18000.00 Z18000.00 E1200.00 ; set maximum speeds (mm/min)
      M201 X1000.00 Y1000.00 Z1000.00 E1000.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-1 S1 ; set minimum Z

      ; Endstops
      M574 X1 S1 P"xstop" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
      M574 Y1 S1 P"ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin ystop
      M574 Z1 S1 P"zstop" ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin zstop

      ; Z-Probe
      M558 P8 C"!^zprobe.in" H30 F1000 T6000 ; set Z probe type to switch and the dive height + speeds
      G31 P500 X0 Y0 Z-0.18 ; set Z probe trigger value, offset and trigger height
      M557 R100 S20 ; define mesh grid

      ; Heaters
      M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
      M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
      M307 H0 R0.137 K0.229:0.000 D24.81 E1.35 S1.00 B0 ; 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"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
      M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat 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"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
      M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 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
      T0 ; select first tool


      homeing

      ; homedelta.g
      ; called to home all towers on a delta printer
      ;
      ; generated by RepRapFirmware Configuration Tool v3.2.0 on Sun Jan 03 2021 21:41:01 GMT-0500 (Eastern Standard Time)
      G91 ; relative positioning
      ;*** Slow homing has been configured. Change F180 to F1800 below when your configuration is working
      G1 H1 X300 Y300 Z300 F4000 ; move all towers to the high end stopping at the endstops (first pass)
      G1 H2 X-15 Y-15 Z-15 F2000 ; go down a few mm
      ;*** Slow homing has been configured. Change F180 to F360 below when your configuration is working
      G1 H1 X20 Y20 Z20 F3600 ; move all towers up once more (second pass)
      G1 Z-25 F6000 ; move down a few mm so that the nozzle can be centred
      G90 ; absolute positioning
      G1 X0 Y0 F6000 ; move X+Y to the centre

      posted in Tuning and tweaking
      eddygaraundefined
      eddygara
    • RE: JohnSL's FSR on a dute Wifi 3.4.4 not working

      @Phaedrux It funny you say that, my previous firmware had me connecting to the endtop,

      Ive changed the position looking though some old post and found the correct connection that's working fine now.

      My final issue is homing.

      When i home now, instead of doing one pass up to the end stops, and moving back down for a 2nd pass. it just stops after the 1st pass directly on the end stops. then it doubles my z height, from 300, 600.

      and i get this error.

      G28
      Error: G0/G1: target position not reachable from current position

      When i did as you said and changed my end stop config, the printer would not home or moves the
      axis at all,

      posted in Tuning and tweaking
      eddygaraundefined
      eddygara
    • RE: JohnSL's FSR on a dute Wifi 3.4.4 not working

      @dc42 said in JohnSL's FSR on a dute Wifi 3.4.4 not working:

      @eddygara for the JohnSL board connected to Duet 2 I think you may need:

      M558 P8 C"!^zprobe.in" H5 F120 T6000 ; set Z probe type to switch and the dive height + speeds

      The correct setting will show a Z probe reading of 0 normally. For the Duet 2 you need the ^ character in the pin name. When the bed is tapped so that the LED on the JohnSL board flashes, DWC may or may not briefly show a Z prove reading of 1000.

      Putting in that new change did no help. The board no longer reads 1000 on the z probe, but it will not activate when pressed on the bed.

      posted in Tuning and tweaking
      eddygaraundefined
      eddygara
    • RE: JohnSL's FSR on a dute Wifi 3.4.4 not working

      @Phaedrux said in JohnSL's FSR on a dute Wifi 3.4.4 not working:

      @eddygara said in JohnSL's FSR on a dute Wifi 3.4.4 not working:

      ; Endstops
      M574 X1 S1 P"xstop" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
      M574 Y1 S1 P"ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin ystop
      M574 Z1 S1 P"zstop" ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin zstop

      The endstops are set to the wrong end for a delta. They should be high end endstops. Change the X1 Y1 Z1 to X2 Y2 Z2

      @eddygara said in JohnSL's FSR on a dute Wifi 3.4.4 not working:

      G1 H1 XH300.74 YH300.74 ZH300.74 F4000

      This line is nonsense 🙂 Try G1 H1 X300 Y300 Z300 F4000

      Will this fix the probing issue of the FSR? Or is this to fix my homing command?

      Thanks for the help!

      posted in Tuning and tweaking
      eddygaraundefined
      eddygara
    • RE: JohnSL's FSR on a dute Wifi 3.4.4 not working

      @Phaedrux this the connection pins to the fsr sensor board.

      posted in Tuning and tweaking
      eddygaraundefined
      eddygara
    • RE: JohnSL's FSR on a dute Wifi 3.4.4 not working

      here is where the pins are attached alt text

      posted in Tuning and tweaking
      eddygaraundefined
      eddygara