Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Veti
    3. Posts
    • Profile
    • Following 0
    • Followers 9
    • Topics 16
    • Posts 5,862
    • Best 722
    • Controversial 1
    • Groups 0

    Posts made by Veti

    • RE: Error: Probe was not triggered during probing move

      if the tilt of your bed is to big. the probing will fail.

      level your bed on the 4 corner manually so that its fairly flat. then try again.

      posted in Tuning and tweaking
      Vetiundefined
      Veti
    • RE: What is the best way to destroy the Duet2 motor driver?

      @kotuo
      are you sure that red and green are one phase?
      because normally red and blue are one phase

      posted in Using Duet Controllers
      Vetiundefined
      Veti
    • RE: [?] Duet 3 3HC stepper direction sometimes wrong

      have you updated the bootloader on the 3hc?

      it might be a race condition with the initialization

      https://duet3d.dozuki.com/Wiki/Updating_the_bootloader_on_Duet_3_expansion_and_tool_boards

      posted in General Discussion
      Vetiundefined
      Veti
    • RE: possible reasons for a "short to ground" error mid print?

      @r123 said in possible reasons for a "short to ground" error mid print?:

      they were running hot

      how hot. those steppers are Insulation Class B, 130℃.
      see https://www.engineeringtoolbox.com/nema-insulation-classes-d_734.html

      posted in General Discussion
      Vetiundefined
      Veti
    • RE: Duet 2 Wi-Fi/ethernet conversion

      here is a log of someone doing it. it might help anyway
      https://forum.duet3d.com/topic/2890/converting-a-duet-wifi-to-a-duet-ethernet

      posted in Duet Hardware and wiring
      Vetiundefined
      Veti
    • RE: Stream True Current Position

      @aconz2

      60 hz is to much. you would probably cause quite a bit of load that way.

      you can implement pull quite easily with existing functionality.

      DWC calls http://<ip of duet>/rr_model?flags=d99fn in an interval to get those information in json.

      so just write a script that gets that information in the frequency you need.

      posted in Firmware wishlist
      Vetiundefined
      Veti
    • RE: What is the best way to destroy the Duet2 motor driver?

      @kotuo

      check the wiring on the plug with the duet connector
      https://d17kynu4zpq5hy.cloudfront.net/igi/duet3d/vqBUAZPsxMC5tRgt.huge

      the colour order is R B G B

      posted in Using Duet Controllers
      Vetiundefined
      Veti
    • RE: Delta printer start of print extruder coming down too fast.

      you can decrease the maximum global z speed in the M208 command

      like
      M203 X18000.00 Y18000.00 Z18000.00 E1200.00 ; set maximum speeds (mm/min)

      posted in Tuning and tweaking
      Vetiundefined
      Veti
    • RE: Your Duet rejected the HTTP request

      what filesystem did you format the sd card with?

      posted in Using Duet Controllers
      Vetiundefined
      Veti
    • RE: Duet 2 wifi failures

      check in a computer which filesystem you put on the sd card

      posted in Duet Hardware and wiring
      Vetiundefined
      Veti
    • RE: Duet 2 wifi failures

      what card sizes do you have?

      posted in Duet Hardware and wiring
      Vetiundefined
      Veti
    • RE: Duet 2 wifi failures

      @tia79 said in Duet 2 wifi failures:

      M21: Cannot initialise SD card 0: Card is unusable

      can you try a different sd card.
      make sure its fat formated

      posted in Duet Hardware and wiring
      Vetiundefined
      Veti
    • RE: BLTouch not responding to code

      @peterartechno said in BLTouch not responding to code:

      M950 S0 C"exp.heater7"

      the expansion board you are using inverts the signal

      so change to
      M950 S0 C"!exp.heater7"

      posted in Duet Hardware and wiring
      Vetiundefined
      Veti
    • RE: BLTouch not Triggering

      if you have revision 1.04 of the duet you can try chaning the trigger logic

      using
      M280 P0 S140
      and
      M280 P0 S150

      posted in Third-party add-ons
      Vetiundefined
      Veti
    • RE: 12v fan on stepdown buck! config help?

      @bks31 said in 12v fan on stepdown buck! config help?:

      ok i see so even on 12 or 24 v for half speed would be s127 or s.05 right both would work?

      it depends on the fan. some fans dont like pwm signals and either dont change speed or refuse to run.

      posted in Duet Hardware and wiring
      Vetiundefined
      Veti
    • RE: BLTouch not Triggering

      if deploy and retract are working then the servo part of the bltouch is working.
      the trigger signal is the problem.

      posted in Third-party add-ons
      Vetiundefined
      Veti
    • RE: New hotend fan

      this is how you should wire the buck converter

      https://www.blvprojects.com/blv-mgn-cube-3d-printer?pgid=k8hkwn62-378a696b-a7f1-46b5-9e6c-1290261fa468

      posted in Duet Web Control
      Vetiundefined
      Veti
    • RE: New hotend fan

      @PRIOR123 said in New hotend fan:

      I have just installed a new Noctua fan for my ender 3 using the duet wifi 2. It's all gone pretty smoothly up til now. I have put the plug into FAN1 which goes into a buck converter reducing it down to 12V then to the fan. however, FAN1 is set to come on at 45degree which doesn't seem to be happening.

      the important thing is how you wired the negative terminal. if you connected that to the buck converter you can actually damage the duet. the buck converter is not mean to run on pwm.

      posted in Duet Web Control
      Vetiundefined
      Veti
    • RE: PT100 on Duet 3 6hc

      there is a e3d reseller in argentina.
      https://www.printalot.com.ar/

      you can see if they sell
      https://e3d-online.com/products/pt1000-temperature-sensor?_pos=1&_sid=1e8da88ec&_ss=r
      its a bit more expensive, but if speed is the issue.

      posted in Duet Hardware and wiring
      Vetiundefined
      Veti
    • RE: Duet 3 MB cooling via PWM fans

      @UcantCNCme said in Duet 3 MB cooling via PWM fans:

      May be Overkill but I'd like to use two PWM 80mm fans to cool the board under normal operation. Is it possible to control the speed of the fans directly from the duet using gcode? One fan blowing in at the bottom of the enclosure, one out at the top.

      yes just configure the fans like a normal fan.
      for pwm you have to invert the signal and normally use a frequency of 25000.

      something like this
      M950 F2 C"!fan2" Q25000 ; create fan 2 on pin !fan2 and set its frequency
      M106 P2 S1 H-1 ; set fan 2 value. Thermostatic control is turned off

      then use
      https://duet3d.dozuki.com/Wiki/Gcode#Section_M106_Fan_On
      to controll the fan via g code

      If this can't be done via gcode, could I use a pc fan governor with a thermostat for control fan speed based on temperature inside the enclosure or at the probe if mounted on/near the steppe drivers on the board.

      you can just use a thermistor for that. no need for a pc fan governor.

      posted in Duet Hardware and wiring
      Vetiundefined
      Veti