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

    Remap the nozzle Heater from Duet to duex5

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    2
    3
    516
    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.
    • KevinOundefined
      KevinO
      last edited by KevinO

      Hello,

      i would like to remap the nozzle heater 1 and 2 to the duex5 heater system.
      wich parameter should i change ?

      this is my config file for the heater and tool section.. my extruders are connected at the duex5 at E3 Mot and E4 Mot and the thermistors are also connected to the Duex5. but i heat them up at the standart E0/E1 Heater and i Would like to change this to E3 Heat and E4 Heat on the duex5 here is the config part from heater and tools:

      • Heaters
        M307 H0 A42.4, C192.7, D4.9, S1, B0 ; Use PID on bed heater (may require further tuning)
        M305 P0 T100000 B3950 R4700 ; Set thermistor + ADC parameters for heater 0
        M143 H0 S120 ; Set temperature limit for heater 0 to 120C
        M307 H1 A290.4, C142.9, D3.7, S1 ; Use PID on Heater 1
        M305 P1 T100000 B4725 C7.060000e-8 R4700 X4 ; Set thermistor + ADC parameters for heater 1 and remap it to channel 4
        M143 H1 S280 ; Set temperature limit for heater 1 to 280C
        M307 H2 A339.5, C146.2, D4.0, S1 ; Use PID on Heater 2
        M305 P2 T100000 B4138 C0 R4700 X5 ; Set thermistor + ADC parameters for heater 2 and remap it to channel 5
        M143 H2 S280 ; Set temperature limit for heater 2 to 280C
        P25.3, I1.215, D61.5

      ; Fans
      M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P1 S1 I0 F500 H1:2 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M106 P2 S1 I0 F500 H1:2 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on

      ; Tools
      M563 P0 D0 H1 ; Define tool 0
      G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
      G10 P0 R0 S160 ; Set initial tool 0 active and standby temperatures to 160C
      M563 P1 D1 H2 ; Define tool 1
      G10 P1 X0 Y-18 Z0 ; Set tool 1 axis offsets
      G10 P1 R0 S160 ; Set initial tool 1 active and standby temperatures to 160C*

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

        E3 Heat and E4 Heat are heater numbers 4 and 5 respectively. So:

        • change P1 to P4 and P2 to P5 in the M305 commands;
        • change H1 to H4 and H2 to H5 in the M307, M143 and M563 commands.

        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
        • KevinOundefined
          KevinO
          last edited by

          got it thanks!
          the problem was with the remapping X4/X5 after i deleted this and set them as P4 and P5 it worked 🙂

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