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

    Topics created by eddygara

    • eddygaraundefined

      Running any duet product board completely without internet.

      General Discussion
      • • • eddygara
      9
      0
      Votes
      9
      Posts
      514
      Views

      jaxon878undefined

      @eddygara If you're experiencing issues with connectivity between your printers that are causing printing problems, you may be wondering if there's a way to operate your machines without needing an internet connection.

      One potential solution to consider is using a Duet touch screen to operate your machines. This would allow you to control your printers directly through the touch screen, without needing to connect to a network. By using a touch screen, you can bypass any connectivity issues that you may be experiencing and operate your machines directly, which could potentially help to improve your overall printing experience.

    • eddygaraundefined

      JohnSL's FSR on a dute Wifi 3.4.4 not working

      General Discussion
      • • • eddygara
      3
      0
      Votes
      3
      Posts
      161
      Views

      Phaedruxundefined

      A single thread is sufficient.

      https://forum.duet3d.com/topic/30407/johnsl-s-fsr-on-a-dute-wifi-3-4-4-not-working

    • eddygaraundefined

      Solved JohnSL's FSR on a dute Wifi 3.4.4 not working

      Tuning and tweaking
      • • • eddygara
      15
      0
      Votes
      15
      Posts
      628
      Views

      eddygaraundefined

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

      Thanks to the both of yous!

    • eddygaraundefined

      Smart effector triggered when bed is on, or near other printers

      Smart effector for delta printers
      • • • eddygara
      4
      0
      Votes
      4
      Posts
      240
      Views

      dc42undefined

      @eddygara some bed heaters generate strong and varying magnetic fields when they are active, and these magnetic fields affect BLTouch, Smart Effector, and some other types of Z probe. The M558 command includes an optional B1 parameter. If you use this parameter in your M558 command then all heaters will be turned off during the probing move.

    • eddygaraundefined

      Anyone put a Bondtech extruder on a smart effector bmg, LGx..

      Example setups and prints
      • • • eddygara
      4
      0
      Votes
      4
      Posts
      540
      Views

      weed2allundefined

      @eddygara
      463d3561-a8c6-4f39-a8ae-173833b72dd7-photo_2022-10-18_15-02-45.jpg 8c74ef70-7c75-4dcb-8a66-564a95bd45c4-photo_2022-10-18_15-02-39.jpg f808af34-280e-4b4a-8c31-9d9de05f1784-photo_2022-10-18_15-02-30.jpg 1e5cbb6d-d38d-4662-a19b-1b7807bf475b-photo_2022-10-18_15-02-58.jpg 2272c8fc-da98-41cc-88f0-a16127175041-photo_2022-10-18_15-02-55.jpg 9b1ab9db-540c-4199-b1c2-8e7140f96a10-photo_2022-10-18_15-02-52.jpg

    • eddygaraundefined

      Any idea why my mesh would be this off? Duet 3/smart effector

      Tuning and tweaking
      • • • eddygara
      4
      0
      Votes
      4
      Posts
      159
      Views

      dc42undefined

      @eddygara:

      What were the displayed results of delta calibration? Does running delta calibration a second time give significantly different results (from delta calibration)? Did you home the printer again before running mesh compensation? It's best not to, but it shouldn't make very much difference.
    • eddygaraundefined

      How to generate a bigger probing map (more point)

      Tuning and tweaking
      • • • eddygara
      20
      0
      Votes
      20
      Posts
      794
      Views

      Dougal1957undefined

      @eddygara Eddy change the S parameter on the last line of your Bed.g change it from S4 to at least S6 or even S8 then run the calibration a few times to converge I have seen mention before mind of those moulded arms not calibrating to there normal length but you would need to search back for that info and I can't remember where it was I saw it either.

      HTH

      Doug

    • eddygaraundefined

      Duet smart effector wont probe if bed is turned on..

      Using Duet Controllers
      • • • eddygara
      2
      0
      Votes
      2
      Posts
      95
      Views

      jay_s_ukundefined

      @eddygara probably interference on the signal wire. try moving your bed wires away from any smart effector wires or use B1 on your M558 line in config.g

    • eddygaraundefined

      Unsolved Duet 3 heatsink fan not working with smart effector

      General Discussion
      • • • eddygara
      18
      0
      Votes
      18
      Posts
      503
      Views

      rjenkinsgbundefined

      @eddygara said in Duet 3 heatsink fan not working with smart effector:

      Configuration file for Duet 3 (firmware version 3)

      The last config you posted still showed out5 used in two different places - that cannot work as intended.

      This is the heat & fan section from my config for a delta with smart effector, using a Duet3 6HC board.

      I have no problems with heaters or fans; the heatsink fan turns on at 45'C and the part fan runs as set by the slicer G code.

      ; Heaters M308 S0 P"temp0" Y"thermistor" A"Bed" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0 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"temp1" Y"PT1000" A"Tool" ; configure sensor 1 as a PT1000 on pin temp1 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 ; Part cooling M950 F0 C"out4" Q500 ; create fan 0 on pin out5 and set its frequency M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off ; ; Hotend heatsink M950 F1 C"out5" Q500 ; create fan 1 on pin out6 and set its frequency M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on

      The tool sensor type is different to yours and will need changing back to the 100K thermistor rather than the PT1000.

      If you are still not sure, post a photo of the Duet board showing what's connected where??

    • eddygaraundefined

      Duet 3 no power coming to bed.

      Duet Hardware and wiring
      • • • eddygara
      25
      0
      Votes
      25
      Posts
      862
      Views

      BoAundefined

      @eddygara In general - it is all about wire size and required power. If Your bed require high power separate wire is better option than connectin everything with just one.

      If You know, that the wire connected to power in can handle all the current, then just make the jumpers between board terminals.

      But if You have average power bed ~200W it would take about 16.6A to run it, and wires on photo look like they can be a source of problems 😉 I would not go below 2.5mm^2 for such heatbed.

    • eddygaraundefined

      Solved Duet 3 keeps blowing the breakers in my house when powered on!!!

      Duet Hardware and wiring
      • • • eddygara
      26
      0
      Votes
      26
      Posts
      1.4k
      Views

      A Former User?

      It doesn't make a whole lot of sense to have the full rated breaker current as the fault current without being able to see/hear/smell it to me.

    • eddygaraundefined

      Duet smart effector directive drive on E3d titan aero

      Smart effector for delta printers
      • duet wifi duet duet smart titan aero • • eddygara
      11
      1
      Votes
      11
      Posts
      1.1k
      Views

      garyd9undefined

      @dc42 said in Duet smart effector directive drive on E3d titan aero:

      @garyd9 said in Duet smart effector directive drive on E3d titan aero:

      The only reason I recalibrate on power loss is because RRF (for some reason) can't use the M665/M666 settings to determine how to re-apply mesh compensation. (It's been explained to me at least once, but I never understood it.)

      Can you link to a thread about that? I can't remember the reason either, and it might be good to fix it.

      I can't quickly find any of the older threads, so I just created a new one here:

      https://forum.duet3d.com/topic/23172/delta-mesh-comp-without-g30

      Thank you
      Gary

    • eddygaraundefined

      homing is not working correctlly after update Delta

      Firmware installation
      • • • eddygara
      8
      0
      Votes
      8
      Posts
      1.1k
      Views

      dc42undefined

      You said you came from firmware 1.92, but that version does not exist. Did you mean 1.19.2?

      The M569 changes you say you had to make can't be anything to do with firmware, because there have been no changes to the directions of motor movements since about version 1.09. My guess is that you disconnected the motors, and when you reconnected them you plugged them in with the connectors the opposite way round.

      The only explanation I can think of for your printer doubling its homed height is if you are loading a height map before homing, and that height map has a large offset in it.

    • eddygaraundefined

      Another auto calibration hight map question..

      Tuning and tweaking
      • • • eddygara
      4
      0
      Votes
      4
      Posts
      648
      Views

      dc42undefined

      I find that the IR sensor gives very good results when used with blue tape. However, it only works well with PEI if the underside is painted black and the surface is not scuffed. This is because ordinary PEI sheet is transparent to IR.

      I have a sheet of black PrintBite which is waiting to be tested with the IR sensor. The black version should be opaque to IR, so I am hopeful that it will work well.

      For delta printers, nothing beats a nozzle-contact sensor, such as the Smart Effector or perhaps the Precision Piezo. Most other sensors such as BLTouch have to be mounted so far from the nozzle that they are sensitive to the slightest amount of varying effector tilt, which gives rise to a different set of problems.

    • eddygaraundefined

      Zesty Nimble config?

      General Discussion
      • • • eddygara
      30
      0
      Votes
      30
      Posts
      5.9k
      Views

      Zesty_Lykleundefined

      All is resolved and the printer is printing fine now.
      Ed and Brian worked together and figured it out. Reflashed the Duet and now it is printing at normal speeds.

      Nice to see 3 continents working together to make things work.

      Lykle

    • eddygaraundefined

      Berd-Air MAX Cooling Kit V2 on Duet wifi problems

      Duet Hardware and wiring
      • • • eddygara
      18
      0
      Votes
      18
      Posts
      4.8k
      Views

      OneDayFlieundefined

      Is there any diffrence between that ESwitch and a (hotbed) mosfet?
      I see difference in connections... And not sure with the wiring?

    • eddygaraundefined

      DC42 IR probe not working correctly

      General Discussion
      • • • eddygara
      8
      0
      Votes
      8
      Posts
      2.1k
      Views

      Pumluxundefined

      Hi eddygara,

      did you solve this issue already ?

      I had been fighting for z-axis calibration for a long time and can confirm this is very important for the printing.
      The first layer must be best on the hole print.

      Some of the outcome that I find during my calibration cycles so far.

      You need to be sure that the probe mount is good enough to have a reoccuring precission.
      I had printed my first z-Probe mount myself and that was always changing the hight of the IR_sensor for some 1/100 to 1/10 mm resulting in the printnozzle being much to high. I change to a metal mount and this has solved this chaning z-Probe height issues

      You need adjust the z height parameter in the G31 command in the config and after saving the config.g you need to power cycle the duet (if not already suggested by the firmware anyway) Please be sure, when using a sheet of paper the z value of the nozzle is not 0 but t he thickness of the paper ! You may see that the printed surface is still not close, than reduce the nozzle height in som 1/100 mm steps.
      Note I : The height of the nozzle is only set for this one point you adjusted, this is sufficient if your print bed is 100% flat and horizontal. If this is not the case, you need to calibrate the bed or use autocalibration ( that is another story)

      Note II : If the nozzle is too high, you need to increase the value for the Z parameter of G31, telling the firmware at the triggered height position the nozzle is a bit higher over the bed. Than the firmware knows the bed is a bit deeper under the nozzle.

      Normally if you have set the G31 Z height correctly ,the nozzle height should be always set correctly and reproducable.
      You may want to heat up the nozzle and the bed to the temperature you use normaly, as there might be some heat elongation, depending on the materials you have used.

    • eddygaraundefined

      Does this board really need a calibration sensor?

      General Discussion
      • • • eddygara
      12
      0
      Votes
      12
      Posts
      2.1k
      Views

      T3P3Tonyundefined

      Off topic, but wow! Good looking big prints!