Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. micheldb14
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 21
    • Best 1
    • Controversial 0
    • Groups 0

    micheldb14

    @micheldb14

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

    micheldb14 Unfollow Follow

    Best posts made by micheldb14

    • RE: always on fan not working ( 0.2V )

      @droftarts

      Tested and its working!

      Thanks a lot!

      posted in General Discussion
      micheldb14undefined
      micheldb14

    Latest posts made by micheldb14

    • RE: always on fan not working ( 0.2V )

      @droftarts

      Tested and its working!

      Thanks a lot!

      posted in General Discussion
      micheldb14undefined
      micheldb14
    • RE: always on fan not working ( 0.2V )

      @droftarts
      M115
      FIRMWARE_NAME: RepRapFirmware for Duet 2 Maestro FIRMWARE_VERSION: 3.1.1 ELECTRONICS: Duet Maestro 1.0 FIRMWARE_DATE: 2020-05-19b2

      config.g:

      ; Configuration file for Duet Maestro (firmware version 3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.1.4 on Tue Jul 14 2020 22:20:39 GMT+0200 (Midden-Europese zomertijd)

      ; General preferences
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"AM8-BLV" ; set printer name
      M918 P1 E4 F2000000 ; configure direct-connect display

      ; Network
      M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP
      M586 P0 S1 ; enable HTTP
      M586 P1 S0 ; disable FTP
      M586 P2 S0 ; disable Telnet

      ; Drives
      M569 P0 S1 D2 ; physical drive 0 goes forwards in spreadcycle
      M569 P1 S1 D2 ; physical drive 1 goes forwards in Stealthchop2 till about 150 mm/sec
      M569 P2 S0 D2 ; physical drive 2 goes forwards in Stealthchop2
      M569 P3 S1 D2 ; physical drive 3 goes forwards in spreadcycle
      M584 X0 Y1 Z2 E3 ; set drive mapping
      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
      M92 X200.00 Y200.00 Z1600.00 E411.00 ; set steps per mm
      M566 X600.00 Y600.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X18000.00 Y18000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
      M201 X1000.00 Y800.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
      M906 X1100 Y1100 Z1100 E1000 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X-25 Y-25 Z0 S1 ; set axis minima
      M208 X215 Y215 Z250 S0 ; set axis maxima

      ; Endstops
      M574 X1 S1 P"!^xstop" ; configure active-high endstop for low end on X via pin xstop
      M574 Y1 S1 P"!^ystop" ; configure active-high endstop for low end on Y via pin ystop
      M574 Z1 S1 P"!^zstop" ; configure active-high endstop for low end on Z via pin zstop

      ; Z-Probe
      M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
      M557 X10:200 Y10:195 S20 ; define mesh grid

      ; Heaters
      M308 S0 P"bedtemp" Y"thermistor" T100000 B4725 C7.06e-8 ; 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 B1 S1.00 ; enable 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 B4725 C7.06e-8 ; 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

      ; 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
      M572 D0 S0.035 ; Set pressure advance
      M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
      M575 P1 S1 B57600 ; enable support for PanelDue
      M501

      posted in General Discussion
      micheldb14undefined
      micheldb14
    • RE: always on fan not working ( 0.2V )

      @droftarts

      So just to clear things up.

      There is one jumper just to switch between 5V and VIN on FAN2
      And the other Jumper is to switch 5V and VIN for FAN1, FAN0 and ALWAYS-ON FAN?

      If this is the case, is there a way to set FAN2 as extruder fan so it will turn on when the hotend gets hot? (what now is the case with FAN1)

      posted in General Discussion
      micheldb14undefined
      micheldb14
    • RE: always on fan not working ( 0.2V )

      @droftarts

      oh man..... thanks! I thought FAN2 was the always on fan because it a had a seperate 5V/VIN switch...now it all makes sense...

      posted in General Discussion
      micheldb14undefined
      micheldb14
    • RE: always on fan not working ( 0.2V )

      @phaedrux

      I think this is how to measure from the 3 pin connector right?

      1.jpeg

      2.jpeg

      posted in General Discussion
      micheldb14undefined
      micheldb14
    • RE: always on fan not working ( 0.2V )

      @phaedrux

      Yes, the 2 wires are connected to the FAN2 pins as shown in the 3rd picture

      posted in General Discussion
      micheldb14undefined
      micheldb14
    • RE: always on fan not working ( 0.2V )

      @phaedrux

      83b2d578-9561-4dba-adbe-328eee5c8243.jpeg

      239848f2-e8c5-4669-a3c2-b922b540589a.jpeg

      9de7bf6e-1c61-49a9-b230-d334a273837c.jpeg

      37201cc9-72c3-4fc4-be8e-91233a0cea14.jpeg

      Here you can see I only have 0.3V right now on the 5V connector

      posted in General Discussion
      micheldb14undefined
      micheldb14
    • RE: always on fan not working ( 0.2V )

      @alankilian

      yeah all the leds (VIN, 5V and 3,3V) are on

      posted in General Discussion
      micheldb14undefined
      micheldb14
    • RE: always on fan not working ( 0.2V )

      @alankilian

      Is there another way to test if my +5V is working?

      posted in General Discussion
      micheldb14undefined
      micheldb14
    • RE: always on fan not working ( 0.2V )

      @alankilian

      What kind of board do you have?

      Oh yeah forgot to mention... It's a Duet 2 maestro.

      Is your 2-pin fan-voltage-selction jumper working?

      I guess Its working, he looks fine and if tested another jumped with the same results.

      Do you read 5 Volts on the 5V pin in the three-pin fan voltage selection jumper?

      When testing between the ground (2-pin) and the 5V (3-pin) I got 0.15 volt.
      When testing between the ground (2-pin) and the VIN (3-pin) I got 0.22 volt.

      Can you check the continuity between the center pin of the fan-voltage-selection and the V-FAN pin on the always-on 2-pin fan connector?

      Yes I do have continuity between the center pin and the V-FAN pin on the 2-pin

      posted in General Discussion
      micheldb14undefined
      micheldb14