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

    Ayuda core xy con duet2wifi

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    51
    3.0k
    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.
    • Fabiánundefined
      Fabián
      last edited by

      Buenos días, necesito de su ayuda no termino de configurar la impresora , me encuentro con problemas para configurar la cama y el extrusor directo titan con ev6 , llevo muchas horas ya no se por donde llegar a buen puerto , solo pude hacer funcionar los ejes xy y z y el bltouch, luego no paso de aqui
      de antemano gracias y pongo mi config

      Configuration file for Duet WiFi (firmware version 3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.1.4 on Sat Aug 15 2020 11:23:04 GMT+0200 (hora de verano de Europa central)

      ; General preferences
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"CORE XY FR" ; set printer name
      M669 K1 ; select CoreXY mode

      ; Network
      M552 S1 ; enable network
      M586 P0 S1 ; enable HTTP
      M586 P1 S0 ; disable FTP
      M586 P2 S0 ; disable Telnet

      ; Drives
      M569 P0 S1 ; physical drive 0 goes forwards
      M569 P1 S1 ; physical drive 1 goes forwards
      M569 P2 S0 ; physical drive 2 goes backwards
      M569 P3 S1 ; physical drive 3 goes forwards
      M584 X0 Y1 Z2 E3 ; set drive mapping
      M350 Z16 E16 I0 ; configure microstepping without interpolation
      M350 X16 Y16 I1 ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z2756.00 E406.00 ; set steps per mm
      M566 X900.00 Y900.00 Z150.00 E600.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X30000.00 Y30000.00 Z300.00 E6000.00 ; set maximum speeds (mm/min)
      M201 X5000.00 Y5000.00 Z100.00 E1000.00 ; set accelerations (mm/s^2)
      M906 X800 Y800 Z500 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; set axis minima
      M208 X330 Y330 Z400 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 S2 ; configure Z-probe endstop for low end on Z

      ; Z-Probe
      M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch
      M558 P9 C"^zprobe.in" H5 F120 T12000 ; set Z probe type to bltouch and the dive height + speeds
      M558 H30 ;*** Remove this line after delta calibration has been done and new delta parameters have been saved
      G31 P25 X37 Y0 Z1.5 ; set Z probe trigger value, offset and trigger height
      M557 X15:280 Y15:280 S20 ; define mesh grid

      ; Heaters
      M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; 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 B0 S1.00 ; disable 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"pt1000" R4700 ; configure sensor 1 as PT1000 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
      M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency
      M106 P2 S1 H1 T180 ; set fan 2 value. Thermostatic control is turned on

      ; Tools
      M563 P1 S"CAMA" D0 F-1 ; define tool 1
      G10 P1 X0 Y0 Z0 ; set tool 1 axis offsets
      G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C

      ; Custom settings are not defined

      ; Miscellaneous
      M575 P1 S1 B57600 ; enable support for PanelDue
      M501 ; load saved parameters from non-volatile memory
      M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
      T1 ; select first tool

      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        Can you be more specific about what problems you have with the bed and extruder?

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • Fabiánundefined
          Fabián
          last edited by

          Hola me explico mejor , no acabo de poder configurar la impresora para que funcione correctamente IMG_20200817_190832.jpg IMG_20200817_190820.jpg
          ; Configuration file for Duet WiFi (firmware version 3)
          ; executed by the firmware on start-up
          ;
          ; generated by RepRapFirmware Configuration Tool v3.1.4 on Mon Aug 17 2020 00:51:19 GMT+0200 (hora de verano de Europa central)

          ; General preferences
          G90 ; send absolute coordinates...
          M83 ; ...but relative extruder moves
          M550 P"CORE XY FR" ; set printer name
          M669 K1 ; select CoreXY mode
          M575 P1 S1 B115200 ; enable support for PanelDue

          ; Network
          M552 S1 ; enable network
          M586 P0 S1 ; enable HTTP
          M586 P1 S0 ; disable FTP
          M586 P2 S0 ; disable Telnet

          ; Drives
          M569 P0 S0 ; physical drive 0 goes forwards
          M569 P1 S0 ; physical drive 1 goes forwards
          M569 P2 S0 ; physical drive 2 goes backwards
          M569 P3 S1 ; physical drive 3 goes forwards
          M584 X0 Y1 Z2 E3 ; set drive mapping
          M350 Z16 E16 I0 ; configure microstepping without interpolation
          M350 X16 Y16 I1 ; configure microstepping with interpolation
          M92 X80.00 Y80.00 Z2756.00 E406.00 ; set steps per mm
          M566 X900.00 Y900.00 Z150.00 E600.00 ; set maximum instantaneous speed changes (mm/min)
          M203 X30000.00 Y30000.00 Z300.00 E6000.00 ; set maximum speeds (mm/min)
          M201 X5000.00 Y5000.00 Z100.00 E1000.00 ; set accelerations (mm/s^2)
          M906 X800 Y800 Z500 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
          M84 S30 ; Set idle timeout

          ; Axis Limits
          M208 X0 Y0 Z0 S1 ; set axis minima
          M208 X330 Y330 Z400 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 S2 ; configure Z-probe endstop for low end on Z

          ; Z-Probe
          M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch
          M558 P9 C"^zprobe.in" H5 F120 T12000 ; set Z probe type to bltouch and the dive height + speeds
          M558 H30 ;*** Remove this line after delta calibration has been done and new delta parameters have been save
          G31 P25 X37 Y0 Z1.5 ; set Z probe trigger value, offset and trigger height
          M557 X15:280 Y15:280 S20 ; define mesh grid

          ; Calentadores
          M308 S0 P "temperatura de la cama" Y "termistor" T100000 B4092; configurar el sensor 0 como termistor en la clavija temperatura de la cama
          M950 H0 C "calefacción de la cama" T0 ; cree la salida del calentador de la cama en el calor de la cama y asignela al sensor 0
          M143 H0 S120 ; ajuste el límite de temperatura para el calentador 0 a 120C
          M307 H0 B0 S1.00 ; deshabilite el modo bang-bang para el calentador de cama y establezca el límite PWM
          M140 H0 ; mapear la cama calentada al calentador 0
          M308 S1 P "e0temp" Y "termistor" T100000 B4092 ; configurar el sensor 1 como termistor en el pin e0temp
          M950 H1 C "e0heat" T1 ; crear la salida del calentador de la boquilla en e0heat y asignarla al sensor 1
          M143 H1 S280 ; ajuste el límite de temperatura para el calentador 1 a 280C
          M307 H1 B0 S1.00 ; deshabilite el modo bang-bang para el calentador y establezca el límite PWM

          ; Ventiladores
          M950 F0 C "fan0" Q500 ; cree el ventilador 0 en el pin fan0 y configure su frecuencia
          M106 P0 S0 H-1 ; establecer el valor 0 del ventilador. El control termostático está apagado
          M950 F1 C "fan1" Q500 ; cree el ventilador 1 en el pin fan1 y configure su frecuencia
          M106 P1 S1 H1 T45 ; establecer el valor del ventilador 1. El control termostático está encendido

          ; 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 H0 T45 ; set fan 1 value. Thermostatic control is turned on
          M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency
          M106 P2 S1 H-1 ; set fan 2 value. Thermostatic control is turned off

          ; Tools
          M563 P0 D0 H1 F0 ; definir herramienta 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
          M575 P1 S1 B57600 ; enable support for PanelDue
          M501 ; load saved parameters from non-volatile memory
          M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
          T0 ; select first tool

          1 Reply Last reply Reply Quote 0
          • Fabiánundefined
            Fabián
            last edited by

            Por favor puede ayudarme en la configuracion correcta ?

            droftartsundefined 1 Reply Last reply Reply Quote 0
            • Phaedruxundefined
              Phaedrux Moderator
              last edited by

              Yes I see the configuration, but I don't understand the problem. From your photo of the PanelDue it looks like your thermistors are disconnected or not connected correctly. That's what -273 means. Can you post a photo of your thermistor connections on the duet?

              What firmware version is the PanelDue using? Check in the settings tab on the panel. It should be 1.24.

              Are you sure this is the correct steps per mm for Z?
              M92 X80.00 Y80.00 Z2756.00 E406.00 ; set steps per mm

              ; Calentadores
              M308 S0 P "temperatura de la cama" Y "termistor" T100000 B4092; configurar el sensor 0 como termistor en la clavija temperatura de la cama
              M950 H0 C "calefacción de la cama" T0 ; cree la salida del calentador de la cama en el calor de la cama y asignela al sensor 0
              M143 H0 S120 ; ajuste el límite de temperatura para el calentador 0 a 120C
              M307 H0 B0 S1.00 ; deshabilite el modo bang-bang para el calentador de cama y establezca el límite PWM
              M140 H0 ; mapear la cama calentada al calentador 0
              M308 S1 P "e0temp" Y "termistor" T100000 B4092 ; configurar el sensor 1 como termistor en el pin e0temp
              M950 H1 C "e0heat" T1 ; crear la salida del calentador de la boquilla en e0heat y asignarla al sensor 1
              M143 H1 S280 ; ajuste el límite de temperatura para el calentador 1 a 280C
              M307 H1 B0 S1.00 ; deshabilite el modo bang-bang para el calentador y establezca el límite PWM
              

              Is that section straight out of the configurator? The spacing seems weird, but maybe it's a translation thing.

              ; Heaters
              M308 S0 P"bedtemp" Y"thermistor" T100000 B4092 ; 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 B0 S1.00                               ; disable 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 B4092  ; 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
              

              You have double the fan blocks. YOur second block changes the fan1 to use the bed temp to turn on the hot end fan. You probably don't want that?

              Z-Bot CoreXY Build | Thingiverse Profile

              1 Reply Last reply Reply Quote 0
              • droftartsundefined
                droftarts administrators @Fabián
                last edited by

                @Fabián Send M122 and post reply, to show the firmware version. I suspect you are using RepRapFirmware v2.xx, but your config.g is for v3. You probably need to update your Duet 2 WiFi firmware.

                Ian

                Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                1 Reply Last reply Reply Quote 0
                • Fabiánundefined
                  Fabián
                  last edited by

                  Gracias a los por responder, esta tarde lo pruebo y les comento si mejora

                  1 Reply Last reply Reply Quote 0
                  • Fabiánundefined
                    Fabián
                    last edited by

                    M122
                    === Diagnostics ===<LF>RepRapFirmware for Duet 2 WiFi/Ethernet version 3.1.1 running on Duet WiFi 1.02 or later<LF>Board ID: 0JD0M-9K662-MG5TD-6JTDG-3SJ6K-1BLYW<LF>Used output buffers: 1 of 24 (20 max)<LF>=== RTOS ===<LF>Static ram: 27980<LF>Dynamic ram: 93828 of which 60 recycled<LF>Exception stack ram used: 312<LF>Never used ram: 8892<LF>Tasks: NETWORK(ready,348) HEAT(blocked,1224) MAIN(running,1824) IDLE(ready,80)<LF>Owned mutexes: WiFi(NETWORK)<LF>=== Platform ===<LF>Last reset 00:00:56 ago, cause: power up<LF>Last software reset at 2020-08-19 09:23, reason: User, spinning module GCodes, available RAM 8940 bytes (slot 2)<LF>Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0441f000 BFAR 0xe000ed38 SP 0xffffffff Task MAIN<LF>Error status: 0<LF>MCU temperature: min 35.9, current 37.1, max 37.4<LF>Supply voltage: min 24.1, current 24.2, max 24.3, under voltage events: 0, over voltage events: 0, power good: yes<LF>Driver 0: standstill, SG min/max not available<LF>Driver 1: standstill, SG min/max not available<LF>Driver 2: standst[Warning: Maximal number of bytes per line exceeded! Check the EOL (end-of-line) settings or increase the limit in the advanced terminal settings.]

                    droftartsundefined 1 Reply Last reply Reply Quote 0
                    • droftartsundefined
                      droftarts administrators @Fabián
                      last edited by

                      @Fabián Okay, you're running firmware 3.1.1, and your config.g is correct for this version. If the temperature sensor is still showing -273, you need to post a picture of your wiring. Also note that you are using the default thermistor, which may not be the same as your actual thermistor. Please post what thermistor you are using.

                      Try sending M308 S0 to show the thermistor settings. I think you may need to change the Y parameter from Y"termistor" to Y"thermistor".

                      Ian

                      Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                      1 Reply Last reply Reply Quote 0
                      • Fabiánundefined
                        Fabián
                        last edited by

                        Hola Droftarts, pone lo siguiente:
                        9/8/2020 13:35:35: M308 S0: Sensor 0 type Thermistor using pin bedtemp, reading 26.8, last error: sensor not ready, T:100000.0 B:4138.0 C:0.00e+0 R:4700.0 L:0 H:0

                        1 Reply Last reply Reply Quote 0
                        • Fabiánundefined
                          Fabián
                          last edited by

                          luego de ver la version del panel due que es la 1,24 , ahora se ve la temp. de la cama , pero el hotend no, te paso fotoIMG_20200819_134028.jpg IMG_20200819_134016.jpg

                          Fabiánundefined 1 Reply Last reply Reply Quote 0
                          • Fabiánundefined
                            Fabián @Fabián
                            last edited by

                            @Fabián Perdon por mi ignorancia , todo esto es nuevo para mi y estoy muy perdido en programacion, solo quiero que imprima

                            droftartsundefined 1 Reply Last reply Reply Quote 0
                            • droftartsundefined
                              droftarts administrators @Fabián
                              last edited by

                              @Fabián It looks like the thermistors are not being linked to the bed or tool. Can you post your config.g again, as it appears now?

                              Also send M308 S1 to check the second thermistor.

                              Ian

                              Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                              1 Reply Last reply Reply Quote 0
                              • Fabiánundefined
                                Fabián
                                last edited by

                                ; Configuration file for Duet WiFi (firmware version 3)
                                ; executed by the firmware on start-up
                                ;
                                ; generated by RepRapFirmware Configuration Tool v3.1.4 on Tue Aug 18 2020 23:41:07 GMT+0200 (hora de verano de Europa central)

                                ; General preferences
                                G90 ; send absolute coordinates...
                                M83 ; ...but relative extruder moves
                                M550 P"CoreXY" ; set printer name
                                M669 K1 ; select CoreXY mode

                                ; Network
                                M552 S1 ; enable network
                                M586 P0 S1 ; enable HTTP
                                M586 P1 S0 ; disable FTP
                                M586 P2 S0 ; disable Telnet

                                ; Drives
                                M569 P0 S0 ; physical drive 0 goes forwards
                                M569 P1 S0 ; physical drive 1 goes forwards
                                M569 P2 S0 ; physical drive 2 goes backwards
                                M569 P3 S1 ; physical drive 3 goes forwards
                                M584 X0 Y1 Z2 E3 ; set drive mapping
                                M350 Z16 E16 I0 ; configure microstepping without interpolation
                                M350 X16 Y16 I1 ; configure microstepping with interpolation
                                M92 X80.00 Y80.00 Z2756.00 E406.00 ; set steps per mm
                                M566 X900.00 Y900.00 Z150.00 E600.00 ; set maximum instantaneous speed changes (mm/min)
                                M203 X30000.00 Y30000.00 Z300.00 E6000.00 ; set maximum speeds (mm/min)
                                M201 X5000.00 Y5000.00 Z100.00 E1000.00 ; set accelerations (mm/s^2)
                                M906 X800 Y800 Z500 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
                                M84 S30 ; Set idle timeout

                                ; Axis Limits
                                M208 X0 Y0 Z0 S1 ; set axis minima
                                M208 X330 Y330 Z400 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 S2 ; configure Z-probe endstop for low end on Z

                                ; Z-Probe
                                M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch
                                M558 P9 C"^zprobe.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
                                G31 P500 X37 Y0 Z1.5 ; set Z probe trigger value, offset and trigger height
                                M557 X15:280 Y15:280 S20 ; define mesh grid

                                ; Heaters
                                M308 S0 P"bedtemp" Y "thermistor" T100000 B4138 R4700 ; 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
                                M143 H0 S120 ; set temperature limit for heater 0 to 120C
                                M307 H0 B0 S1.00 ; dissable bang-bang mode for heater and set PWM limit
                                M140 H0 ; map heated bed to heater 0
                                M308 S1 P"e0temp" Y"thermistor" T100000 B4138 R4700 ; configure sensor 1 as thermistor on pin e0temp
                                M950 H1 C"e0heat" ; create nozzle heater output on e0heat and map it to sensor 1
                                M143 H1 S280 ; set temperature limit for heater 1 to 280C
                                M307 H1 B0 S1.00 ; dissable 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
                                M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency
                                M106 P2 S1 H1 T180 ; set fan 2 value. Thermostatic control is turned on

                                ; Tools
                                M563 P0 S"Hotend" D0 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
                                M575 P1 S1 B115200 ; enable support for PanelDue
                                M501 ; load saved parameters from non-volatile memory
                                M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss

                                1 Reply Last reply Reply Quote 0
                                • Fabiánundefined
                                  Fabián
                                  last edited by

                                  19/8/2020 14:53:15 M308 S1
                                  Tipo de sensor 1 Termistor usando pin e0temp, lectura 26.2, último error: sensor no listo, T: 100000.0 B: 4138.0 😄 0.00e + 0 R: 4700.0 L: 0 H: 0

                                  1 Reply Last reply Reply Quote 0
                                  • Fabiánundefined
                                    Fabián
                                    last edited by

                                    19/8/2020 14:53:48: M308 S1: Sensor 1 type Thermistor using pin e0temp, reading 26.2, last error: sensor not ready, T:100000.0 B:4138.0 C:0.00e+0 R:4700.0 L:0 H:0

                                    1 Reply Last reply Reply Quote 0
                                    • Fabiánundefined
                                      Fabián
                                      last edited by

                                      el termistor es el original de Titan aero E3D , conectado al E0 de la placa duet2 y la cama caliente es de silicona 220v/750w aliexpress china que viene con su termistor colocado sin datos , esta conectada a un mosfet externo

                                      droftartsundefined 1 Reply Last reply Reply Quote 0
                                      • droftartsundefined
                                        droftarts administrators @Fabián
                                        last edited by droftarts

                                        @Fabián For the heated bed, change the order of commands (M140 must come after M950, but before M143):

                                        M308 S0 P"bedtemp" Y "thermistor" T100000 B4138 R4700 ; 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 B0 S1.00 ; dissable bang-bang mode for heater and set PWM limit
                                        M140 H0 ; map heated bed to heater 0
                                        M143 H0 S120 ; set temperature limit for heater 0 to 120C
                                        

                                        If you can find the specification of the thermistor that is in your heated bed (maybe the AliExpress link?), post the details and we can update the M308 with the correct values.

                                        For the hot end, your tool does not have a heater/thermistor defined! Change to:

                                        M563 P0 S"Hotend" D0 H1 F0 ; define tool 0
                                        

                                        For an E3D Semitec 104-GT2 thermistor (used in the Titan Aero), change M308 to this:

                                        M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin e0temp
                                        

                                        You will also need to tune the hot end heater and bed with M303 to get accurate values for M307; see https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_M303_Run_heater_tuning

                                        Ian

                                        Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                                        1 Reply Last reply Reply Quote 0
                                        • Fabiánundefined
                                          Fabián
                                          last edited by

                                          Hola de nuevo Ian, la cama de silicona el fabricante dice que es NTC 100K 3950 180ºC

                                          1 Reply Last reply Reply Quote 0
                                          • Fabiánundefined
                                            Fabián
                                            last edited by

                                            Comprueba si lo modifique bien por favor el config sys

                                            Configuration file for Duet WiFi (firmware version 3)
                                            ; executed by the firmware on start-up
                                            ;
                                            ; generated by RepRapFirmware Configuration Tool v3.1.4 on Tue Aug 18 2020 23:41:07 GMT+0200 (hora de verano de Europa central)

                                            ; General preferences
                                            G90 ; send absolute coordinates...
                                            M83 ; ...but relative extruder moves
                                            M550 P"CoreXY" ; set printer name
                                            M669 K1 ; select CoreXY mode

                                            ; Network
                                            M552 S1 ; enable network
                                            M586 P0 S1 ; enable HTTP
                                            M586 P1 S0 ; disable FTP
                                            M586 P2 S0 ; disable Telnet

                                            ; Drives
                                            M569 P0 S0 ; physical drive 0 goes forwards
                                            M569 P1 S0 ; physical drive 1 goes forwards
                                            M569 P2 S0 ; physical drive 2 goes backwards
                                            M569 P3 S1 ; physical drive 3 goes forwards
                                            M584 X0 Y1 Z2 E3 ; set drive mapping
                                            M350 Z16 E16 I0 ; configure microstepping without interpolation
                                            M350 X16 Y16 I1 ; configure microstepping with interpolation
                                            M92 X80.00 Y80.00 Z2756.00 E406.00 ; set steps per mm
                                            M566 X900.00 Y900.00 Z150.00 E600.00 ; set maximum instantaneous speed changes (mm/min)
                                            M203 X30000.00 Y30000.00 Z300.00 E6000.00 ; set maximum speeds (mm/min)
                                            M201 X5000.00 Y5000.00 Z100.00 E1000.00 ; set accelerations (mm/s^2)
                                            M906 X800 Y800 Z500 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
                                            M84 S30 ; Set idle timeout

                                            ; Axis Limits
                                            M208 X0 Y0 Z0 S1 ; set axis minima
                                            M208 X330 Y330 Z400 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 S2 ; configure Z-probe endstop for low end on Z

                                            ; Z-Probe
                                            M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch
                                            M558 P9 C"^zprobe.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
                                            G31 P500 X37 Y0 Z1.5 ; set Z probe trigger value, offset and trigger height
                                            M557 X15:280 Y15:280 S20 ; define mesh grid

                                            ; Heaters

                                            M308 S0 P"bedtemp" Y "thermistor" T100000 B3950 ; 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
                                            M140 H0 ; map heated bed to heater 0
                                            M143 H0 S180 ; set temperature limit for heater 0 to 180C
                                            M307 H0 B0 S1.00 ; dissable bang-bang mode for heater and set PWM limit
                                            M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.06e-8; configure sensor 1 as thermistor on pin e0temp
                                            M950 H1 C"e0heat" ; create nozzle heater output on e0heat and map it to sensor 1
                                            M140 H0 ; map heater 1
                                            M143 H1 S280 ; set temperature limit for heater 1 to 280C
                                            M307 H1 B0 S1.00 ; dissable 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
                                            M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency
                                            M106 P2 S1 H1 T180 ; set fan 2 value. Thermostatic control is turned on

                                            ; Tools
                                            M563 P0 S"Hotend" 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
                                            M575 P1 S1 B115200 ; enable support for PanelDue
                                            M501 ; load saved parameters from non-volatile memory
                                            M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss

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