Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. Veti
    • Profile
    • Following 0
    • Followers 7
    • Topics 16
    • Posts 5862
    • Best 723
    • Controversial 1
    • Groups 0

    Veti

    @Veti

    798
    Reputation
    306
    Profile views
    5862
    Posts
    7
    Followers
    0
    Following
    Joined Last Online

    Veti Unfollow Follow

    Best posts made by Veti

    • Pressure advance Tuning like Klipper

      I liked to way that klipper does the pressure advance tuning, so i worked out how to do the same for the duet.

      the steps are the same as the klipper guide with the follow differences.
      https://github.com/KevinOConnor/klipper/blob/master/docs/Pressure_Advance.md

      Setting the acceleration is done via

      M201 X500 Y500
      

      instead of the TUNING_TOWER COMMAND we use a prusaslicer feature.
      In the Printer settings for custom g-code we set the After layer change g-code to

      M572 D0 S{layer_z*0.005}
      

      or for boden

      M572 D0 S{layer_z*0.02}
      
      posted in Tuning and tweaking
      Veti
      Veti
    • RE: Duet Web Control update issues (2.0.4)

      you can open your browser directly to
      http://<ip.of.printer>/reprap.htm
      to go to the old version. just set a bookmark

      posted in Duet Web Control
      Veti
      Veti
    • RE: Duet 3 SBC Prints small

      @mrenz999

      M92 X80.00 Y80.00 Z400.00 E408 ; set steps per mm

      a blv uses 16 tooth pulleys. so that should be

      M92 X100.00 Y100.00 Z400.00 E408 ; set steps per mm

      there is your 25%

      posted in Tuning and tweaking
      Veti
      Veti
    • RE: motor phase A may be disconnected reported by driver(s) 1

      check your stepper motor wiring with a multimeter first. sometimes the crimp work is bad.

      if the wire is good try swapping the e1 and y drivers using
      M584 X0 Y4 Z2 E3:1 (do double check this. this was of the top of my head)

      posted in Duet Hardware and wiring
      Veti
      Veti
    • Marlin Thermistor Tables

      Hi

      Can we include the most common Marlin Thermistors Tables in the Reprap Configurator?
      https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.0.x/Marlin/src/module/thermistor

      i.e.
      Thermistor 1 - EPCOS 100k - // R25 = 100 kOhm, beta25 = 4092 K, 4.7 kOhm pull-up, bed thermistor
      Thermistor 5 - ATC Semitec 104GT-2 Already there
      Thermistor 11 - 100k beta 3950 1% thermistor (4.7k pullup) // R25 = 100 kOhm, beta25 = 3950 K, 4.7 kOhm pull-up, QU-BD silicone bed QWG-104F-3950 thermistor
      Thermistor 13 - 100k Hisens 3950 1% up to 300°C for hotend "Simple ONE " & "Hotend "All In ONE" // R25 = 100 kOhm, beta25 = 4100 K, 4.7 kOhm pull-up, Hisens thermistor

      posted in Firmware installation
      Veti
      Veti
    • RE: Motor Phase A/B Disconnected on Driver 5

      @charchar159

      this is the tool for the crimping
      https://www.amazon.com/Engineer-PA-21-Universal-Crimping-Pliers/dp/B002L6HJ8W/

      posted in Duet Hardware and wiring
      Veti
      Veti
    • RE: IR sensor and 2 differen Flexplate system surfaces

      you could do it via filement settings

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

      create one for like
      pla on buildtrack
      and
      pla on painters tape

      add the settings in the filament config
      and add
      M703
      to your start g code

      posted in IR Height Sensor
      Veti
      Veti
    • RE: Presentation of the CR-3D C1 with Duet Electronics

      @taconite

      you asked if its possible, not if its easy. ☺

      posted in My Duet controlled machine
      Veti
      Veti
    • RE: Test stepper motor amperage?

      measure the resistance of one phase

      then google for stepper motors with that resistance and the same length. that will give you a good starting value for the current requirement.

      posted in Duet Web Control
      Veti
      Veti
    • RE: Heater N/A after 3.0 update

      @Ironman777 said in Heater N/A after 3.0 update:

      M563 P0 D0 F0 ; define tool 0

      you have not assigned a heater to your tool.

      H0 is missing

      posted in Firmware installation
      Veti
      Veti

    Latest 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
      Veti
      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
      Veti
      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
      Veti
      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
      Veti
      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
      Veti
      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
      Veti
      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
      Veti
      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
      Veti
      Veti
    • RE: Your Duet rejected the HTTP request

      what filesystem did you format the sd card with?

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

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

      posted in Duet Hardware and wiring
      Veti
      Veti