Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    After 1.21 lost fan slider even if it seems no temp controlled.

    Scheduled Pinned Locked Moved
    Firmware installation
    2
    3
    429
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • claustroundefined
      claustro
      last edited by

      I am surely missing something but Iafter 1.12 update I uanble to see my fan slider connected to leds control.
      I can find only p1 configured as temp controlled fan , but web interface only show one slider ( pla cooling)
      Any idea?
      I have FAN1 for hot end FAN0 for pla cooling FAN 2 for leds. I need fan 2 silider

      Thank you
      Andrea

      My config
      M111 S0 ; Debug off
      M550 PDBOT ; Machine name (P + anything you like)
      M551 heather9 ; Machine password (used for FTP connections)
      M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address - If you have more than one Duet on your network, they must all have different MAC addresses, so change the last digits
      M552 S1 ; Enable WiFi
      M555 P2 ; Set output to look like Marlin
      M564 H0

      ;M575 P1 B57600 S1 ; Comms parameters for PanelDue; Machine configuration
      M569 P0 S1 ; Drive 0 goes forwards (change to S0 to reverse it)
      M569 P1 S1 ; Drive 1 goes forwards. (Change if motor goes wrong way. Or just turn the motor connection 180 degrees around..)
      M569 P2 S0 ; Drive 2 goes forwards
      M569 P3 S0 ; Drive 3 goes forwards
      M569 P4 S1 ; Drive 4 goes forwards
      M574 X1 Y2 Z0 S0 ; set endstop configuration (X1 is at MIN end. Y2 is at MAX end. (active high switch = S1, active low switch= S0)
      M667 S1 ; set CoreXY mode

      ;M350 X16 Y16 Z16 E16 I1 ; Set 16x microstepping with interpolation
      M92 X100 Y100 Z400 ; Set axis steps/mm. Check that the printer really move as much as you tell it. Not more and not less.

      M92 E422:422 ; Set extruder steps/mm. Change this to match your extruder.
      ;http://www.instructables.com/id/How-to-calibrate-the-Extruder-on-your-3d-Printer/?
      M906 X1000 Y1000 Z1300 E800 ; Set motor currents (mA). Increase if motor is to weak. Lower if motor gets too hot. 800-1000 is good for most.

      M201 X1500 Y1500 Z300 E4000 ; Accelerations (mm/s^2). The acceleration, speed and jerk is a setting you can alter to try making the printer to print as nice as possible..
      M203 X15000 Y15000 Z300 E1500 ; Maximum speeds (mm/min)
      M566 X600 Y600 Z24 E300 ; Maximum jerk speeds mm/minute
      M208 X300 Y300 Z300 ; set axis maxima (adjust to suit your machine)
      M208 X0 Y0 Z0 S1 ; set axis minima (adjust to make X=0 and Y=0 the edges of the bed)
      G21 ; Work in millimetres
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves; Z probe
      ;M558 P5 X0 Y0 Z1 H4 F450 T4000 ; Analog Z probe, also used for homing the Z axis
      ;G31 Z2.47 P500 S1 ; Set the probe height and threshold (put your own values here)

      ; The following M557 commands are not needed if you are using a bed.g file to perform bed compensation
      ;*** Adjust the XY coordinates in the following M557 commands to suit your build and the position of the Z probe
      ;M557 P0 X30 Y25 ; Four...
      ;M557 P1 X30 Y155 ; ...probe points...
      ;M557 P2 X250 Y125 ; ...for bed...
      ;M557 P3 X250 Y25 ; ...levelling
      ;M557 P4 X150 Y95 ; 5th probe point for levelling; Thermistors and heaters
      M557 X10:290 Y10:290 S70

      ;*** You can use S and B parameters to define the parameters of the thermistors you are using. Standard 100k thermistor from E3d is 4388 or 4725.
      M305 P0 T100000 B4388 R4700 H0 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction
      M305 P1 T100000 B4388 R4700 H0 L0 ; Put your own H and/or L values here to set the first nozzle thermistor ADC correction
      ;M305 P2 T100000 B4388 R4700 H0 L0 ; Put your own H and/or L values here to set the second nozzle thermistor ADC correction

      ;***Choose if you want to use the M301 or the autotune results and M307 command. Don't use both.
      M301 H1 P10 I0.10 D100 T0.50 S1.0 ;PID settings for extruder 0 (no need for M301 if using M307)
      M301 H2 P10 I0.10 D100 T0.50 S1.0 ; PID settings for extruder 1
      M570 S120 ;Increase to allow extra heating time if needed

      ;***Use for autotune. Comment out M301 if you do.
      ;M307 H0 A142 C293.5 D5.4 B0 ;Autotune result for bed
      ;M307 H1 A588.5 C242.9 D6.7 B0 ;Autotuen result for first nozzle; Fans
      M106 P1 T45 H1 ; enable thermostatic mode for fan 1 at temp 45 degrees. Fan turns on when P1(extruder 1) is above 45 degrees.; Tool definition
      M563 P0 D0 H1 ; Define tool 0
      G10 P0 S0 R0 ; Set tool 0 operating and standby temperatures

      ;*** If you have a dual-nozzle build, un-comment the following 3 lines
      ;M563 P1 D1 H2 ; Define tool 1
      ;G10 P1 S0 R0 ; Set tool 1 operating and standby temperatures;*** If you are using axis compensation, put the figures in the following command
      M556 S78 X0 Y0 Z0 ; Axis compensation here
      M208 S1 Z-0.2 ; set minimum Z
      M501 ; Load Config-Override.g that is created using M500
      T0 ; select first hot end

      ;*** Fan config
      M106 P1 T45 H1

      ;*** BLTouch
      M307 H3 A-1 C-1 D-1
      M558 P5 X0 Y0 Z1 H5 F200 T5000
      M574 E0 S0
      G31 P100 X0 Y-20 Z0.50 P1

      ;*** Autupause
      M911 S12.0:19.5:22.0 // auto-pause at 19,5V, then either stop at 12V or auto-resume at 22V

      ;*** Filament sensor
      M591 D0 P3 S24.5 C3 R20 E3.0 ; Duet3d sensor for extruder drive 0 is connected to endstop input 3 (E0), 23.5mm/rev, 50% error detection tolerance, 3mm comparison length
      M591 D0 ; display filament sensor parameters for extruder drive 0
      ;D = extruder drive number
      😜 = filament sensor type. P3 = Duet3D filament monitor without additional filament presence detection switch, P4 = Duet3D filament monitor with switch.
      ;Snnn = mm of filament fed per complete rotation of the sensor wheel. May be positive or negative.
      ;C = endstop number (0 = X, 1 = Y, 2 = Z, 3 = E0 etc.). Endstop inputs 5-9 which are on the DueX2 or DueX5 expansion boards cannot be used. Endstop inputs 10-11 on the CONN_LCD connector can be used.
      ;R = relative tolerance in %, default 20%
      ;E = minimum extrusion length before a commanded/measured comparison is done, default 3mm

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by dc42

        Are you running an old version of Duet Web Control?

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        • claustroundefined
          claustro
          last edited by

          Thank you for answering me
          I found the solution in web control manual
          Added
          M106 P2 H-1 and now I can drive my leds 🙂
          thank you

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Unless otherwise noted, all forum content is licensed under CC-BY-SA