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

    ayuda en configuracion tronxy x5sa

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    1
    2
    250
    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

      Tronxy x5sa 330 x 330 x 400
      Me explico mejor acabo de poner hace unos dias la duet2wifi y actualizada al 3.1.1 - cama de silicona 220v / 750w con mosfet externo - extrusora titan aero directa - Bl touch
      no consigo obtener una configuracion para que funciona la impresora correctamente -
      paso mi configuracion a ver si me podeis echar una mano , no se que hago mal en la pantalla 7" panel due aparece la temperatura en -273ºC cama y hotend, y en la web no aparece la cama y el hotend si
      ; 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

      ; 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

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

        @FabiáIMG_20200817_190820.jpg IMG_20200817_190832.jpg

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