Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Nappen
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 42
    • Best 1
    • Controversial 0
    • Groups 0

    Nappen

    @Nappen

    1
    Reputation
    1
    Profile views
    42
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Nappen Unfollow Follow

    Best posts made by Nappen

    • RE: G32 delta Probe not trigger.

      @jay_s_uk Thank u that did the trick. i feel abit foolish now haha ๐Ÿ˜„

      posted in Firmware installation
      Nappenundefined
      Nappen

    Latest posts made by Nappen

    • RE: G32 delta Probe not trigger.

      @jay_s_uk Thank u that did the trick. i feel abit foolish now haha ๐Ÿ˜„

      posted in Firmware installation
      Nappenundefined
      Nappen
    • G32 delta Probe not trigger.

      So i have had this working on this machine before so i know it did work.
      When i push the probe it triggers under Status the probe goes from 0 - 1000
      When i run G32 the machine homes and just keeps going. even if i push the probe it ignores it and just rams the hotend down in the bed.
      and i cant for the life of me figure out why this is happening. and with new arms i need to do a delta calibration. only time i use the probe.

      Config.g
      M550 P"Anycubic Delta" ; set printer name
      M665 R120 L286 B110 H280 ; 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

      ; Z-Probe
      M558 P5 C"^zprobe.in" H10 F200 T2400 ; set Z probe type to switch and the dive height + speeds
      G31 P500 X0 Y0 Z15.9 ; set Z probe trigger value, offset and trigger height
      M557 R120 S20 ; define mesh grid

      My Bed.g
      ; bed.g
      ; called to perform automatic delta calibration via G32
      ;
      ; generated by RepRapFirmware Configuration Tool v3.1.4 on Thu Sep 03 2020 07:38:58 GMT+0200 (centraleuropeisk sommartid)
      M561 ; clear any bed transform
      G28 ; home all towers
      ; Probe the bed at 12 peripheral and 3 halfway points, and perform 8-factor auto compensation
      ; Before running this, you should have set up your Z-probe trigger height to suit your build, in the G31 command in config.g.
      G30 P0 X0 Y109.36 H0 Z-99999
      G30 P1 X52.16 Y90.34 H0 Z-99999
      G30 P2 X87.5 Y50.52 H0 Z-99999
      G30 P3 X99.92 Y0 H0 Z-99999
      G30 P4 X87.5 Y-50.52 H0 Z-99999
      G30 P5 X52.16 Y-90.34 H0 Z-99999
      G30 P6 X0 Y-109.36 H0 Z-99999
      G30 P7 X-55 Y-95.26 H0 Z-99999
      G30 P8 X-95.26 Y-55 H0 Z-99999
      G30 P9 X-110 Y0 H0 Z-99999
      G30 P10 X-95.26 Y55 H0 Z-99999
      G30 P11 X-55 Y95.26 H0 Z-99999
      G30 P12 X0 Y53.84 H0 Z-99999
      G30 P13 X40.39 Y-23.32 H0 Z-99999
      G30 P14 X-47.63 Y-27.5 H0 Z-99999
      G30 P15 X0 Y0 H0 Z-99999 S8
      ; Use S-1 for measurements only, without calculations. Use S4 for endstop heights and Z-height only. Use S6 for full 6 factors
      ; If your Z probe has significantly different trigger heights depending on XY position, adjust the H parameters in the G30 commands accordingly. The value of each H parameter should be (trigger height at that XY position) - (trigger height at centre of bed)

      posted in Firmware installation
      Nappenundefined
      Nappen
    • RE: Multiple fans 1 pwm 2 on full?

      @Phaedrux well i wanted to have them turn on automaticlly now i have to sitt and babysitt the first 2 layers just to wait untill layer 3 to kick the fans on.
      thatยดs why i asked if it was possible to detect when the normal partcooling fan kicks on to also kick on the side fans.

      now i have a macro that i start and stop the fans with buth i wanted it to be automaticcly ๐Ÿ˜›

      posted in Firmware installation
      Nappenundefined
      Nappen
    • RE: Multiple fans 1 pwm 2 on full?

      They are partcooling fans. that help cool bigger parts when i print fast so i have one on each side.
      so i need to be able to shut them off when printing petg because they blow to much and make petg warp.
      i tested changing pwm freq buth its prettty much the same the fans make weird noise no matter what i set.

      Firmware i use is 3.2 b4 and i run duet wifi 1.03 with duex2

      posted in Firmware installation
      Nappenundefined
      Nappen
    • Multiple fans 1 pwm 2 on full?

      So i tryยดd to figure out a good way to solve this. but im stuck.
      I Have a M106 fan that is pwm controlled and i have 2 bigger 80mm fans on the side with airducts aimed at the nozzleheight to get more cooling. they really dont like pwm and anything under 100% makes them scream digital noise.
      Is there a simple way to make fans "see" that m106 is started and automaticlly turn on 2 fans on full? ๐Ÿ™‚

      posted in Firmware installation
      Nappenundefined
      Nappen
    • RE: esp32cam 5v power from expantionboard/duex 5

      @bearer said in esp32cam 5v power from expantionboard/duex 5:

      the total 5v is what matters, but if the esp is the only additional 5v load its not a problem. there is just the one 5v source regardless of where you connect to on the duet (albeit there is a little difference in the length and width of the track, but for 300mA it doesn't matter).

      what i can find by google
      Turn off the flash lamp:180mA@5V; Turn on the flash lamp and turn on the brightness to the maximum:310mA@5V; Deep-sleep: Minimum power consumption can be achieved 6mA@5V; Moderm-sleep: Minimum up to 20mA@5V; Light-sleep: Minimum up to 6.7mA@5V

      but i will remove the ledlamp as i dont need it so 180ma should be the load ๐Ÿ˜

      posted in Duet Hardware and wiring
      Nappenundefined
      Nappen
    • esp32cam 5v power from expantionboard/duex 5

      so i ordered 2 esp32cam moduels just because they are able to output jpg stream to have a webcam on my printer to be able to look at them when im not in the room.
      is it safe to run a esp32cam that draw maximum of 310ma 5v or is there another source on the duet that are more sutible?
      1 of the printers will run a duet wifi 1.02 + duex 5
      1 and one just runs a duet wifi 1.03

      tried to find a suitable answer. but could not find any

      posted in Duet Hardware and wiring
      Nappenundefined
      Nappen
    • RE: Panel due v2.0 stopt working bit works with usb

      @dc42 said in Panel due v2.0 stopt working bit works with usb:

      @Nappen said in Panel due v2.0 stopt working bit works with usb:

      o not at all neither look damaged but might be easy to just order them and swap them and se.
      or is there any values that i can messure? i thr warrenty is already gone and i have some soilder skills. bust reslly bad at fault hunting.

      Check L1 with a multimeter on the lowest resistance setting. It should have a very low resistance.

      Check D2 using a multimeter on the diode setting.

      BTW we are expecting to have new PanelDue firmware soon, to remove many of the limitations of the existing firmware. The new firmware will only work with RRF3 and it will probably be too large to run on version 1 and 2 PanelDue boards.

      then i solve this board with scarapping it and getting a new ๐Ÿคฃ thanks for the heads up ๐Ÿ˜

      posted in PanelDue
      Nappenundefined
      Nappen
    • RE: Panel due v2.0 stopt working bit works with usb

      and i dont know if it helps but i tested it on a duet wifi 1.03 board

      posted in PanelDue
      Nappenundefined
      Nappen
    • RE: Panel due v2.0 stopt working bit works with usb

      @dc42 said in Panel due v2.0 stopt working bit works with usb:

      The V2.0 schematic is at https://github.com/dc42/PanelDue/blob/master/PCB/V2.0/schematic-2.0.png. UAB power feeds the power rail via D1, whereas power from the 4-pin connector goes via D2 and L1. So if it works on USB power, the fault must be with D2 or L1. Does either of those components look damaged?

      The jumper should always be on 3.3v for common types of display. The version 3 PanelDue doesn't have the jumper, it's 3.3V unless you cut a trace and add a link.

      no not at all neither look damaged but might be easy to just order them and swap them and se.

      or is there any values that i can messure? i thr warrenty is already gone and i have some soilder skills. bust reslly bad at fault hunting.

      posted in PanelDue
      Nappenundefined
      Nappen