Hola buenos días, al actualizar a la versión 3.4.5 me deja de funcionar el módulo wifi, no se activa
Latest posts made by Fabián
-
No se activa el módulo wifi
-
RE: Config sensor capacitivo
Hola buenas tardes, sigo sin sacar buenas noticias no va el Homez ,
Ejecutado por el firmware en el inicio
;
; Generado por RepRapFirmware Configuration Tool v3.1.4 el sábado 18 de julio de 2020 08:51:23 GMT + 0200 (horario de verano de Europa Central)
; Preferencias Generales
G21 ; trabajar en mm
G90 ; enviar coordenadas absolutas...
M83 ; ...pero la extrusora relativa se mueve
M550 P"CoreXY" ; establecer el nombre de la impresora
M669 K1 ; seleccione el modo CoreXY
; Red
M552 S1 ; habilitar la red
M586 P0 S1 ; habilitar HTTP
M586 P1 S1 ; inhabilitar FTP
M586 P2 S0 ; inhabilitar Telnet
; Motores
M569 P0 S1 ; la unidad física 0 avanza
M569 P1 S1 ; la unidad física 1 avanza
M569 P2 S0 ; la unidad física 2 avanza
M569 P3 S0 ; la unidad física 3 va hacia adelante
M569 P4 S0 ; La unidad 4 avanza ¿Es el tornillo z derecho?
M584 X0 Y1 Z2:4 E3 ; dos motores Z conectados a las salidas del controlador Z y E1
M671 X-30:360 Y0:0 S0.5 ; tornillos a la izquierda (conectados a Z) y a la derecha (conectados a E1) del eje X
M208 X-30:360 Y-30:360 ;
M350 X16 Y16 Z16 E16 I1 ; configurar micropasos con interpolación
M92 X80 Y80 Z400 E415 ; establecer pasos por mm
M566 X500 Y500 Z60.00 E600 ; establecer cambios de velocidad instantáneos máximos (mm / min)
M203 X18000 Y18000 Z800 E4800 ; establecer velocidades máximas (mm / min)
M201 X2000 Y2000 Z400 E1200 ; establecer aceleraciones (mm / s ^ 2)
M906 X1200 Y1200 Z1000 E760 I30 ; establecer las corrientes del motor (mA) y el factor de inactividad del motor en porcentaje
M84 S30 ; Establecer tiempo de espera inactivo
; Límites del eje
M208 X0 Y0 Z0 S1 ; establecer mínimos de eje
M208 X330 Y330 Z400 S0 ; establecer ejes máximos
; Endstops
M574 X1 S1 P"xstop" ; configurar el tope final activo-bajo para el extremo bajo en X a través del pin xstop
M574 Y1 S1 P"ystop" ; configurar el tope final activo-bajo para el extremo bajo en Y a través del pin ystop
M574 Z1 S2 P"zstop" ; configurar topes finales activos-altos para el extremo bajo en Z a través de los pines zstop y e1stop
; Z-Probe
M574 Z1 S2 P "^zstop" ;
M558 P5 I1 H5 F300 T6000 ; establezca el tipo de sonda Z y la altura de inmersión + velocidade
G31 P500 X0 Y0 Z5.00 ;
M557 X30:315 Y30:305 S59 ; definir cuadrícula de malla
; Calentadores
M308 S0 P"bedtemp" Y"thermistor" R4700 T100000 B4138; Configurar el sensor 0 como termistor en el pin bedtemp
M950 H0 C"bedheat" T0 ; Crear la salida del calentador de la cama en el calentador de la cama y asignarlo al sensor 0
M143 H0 S150 ; Establecer el límite de temperatura para el calentador de 0 a 150C
M307 H0 B0 S1.00 ; Habilitar el modo bang-bang para el calentador de cama y establecer el límite PWM
M570 H0 P30 T15 S0 ; Configurar la detección de fallas del calentador
M140 H0 ; Mapa cama calefactora a calefactor 0
M308 S1 P"e0temp" Y"thermistor" R4700 T100000 B3950 ; 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 S300 ; Establecer el límite de temperatura para el calentador de 1 a 350C
M307 H1 B0 S1.00 ; Deshabilitar el modo bang-bang para el calentador y establecer el límite PWM
; Ventiladores
M950 F0 C"fan0" Q500 ; crea fan 0 en el pin fan0 y establece su frecuencia
M106 P0 S0 H-1 ; establecer el valor 0 del ventilador. El control termostático se apaga
M950 F1 C"fan1" Q500 ; cree el ventilador 1 en el pin fan1 y establezca su frecuencia
M106 P1 S1 H1 T45 ; establecer el valor del ventilador 1. El control termostático está encendido
; Tools
M563 P0 D0 H1 F0 ; definir herramienta 0
G10 P0 X0 Y0 Z0 ; establecer correcciones del eje de la herramienta 0
G10 P0 R0 S0 ; establecer la temperatura inicial de la herramienta 0 activa y en espera a 0C
; Custom settings are not defined
; Miscellaneous
M912 P0 S-14,6 ; ajuste temperatura mpu
M575 P1 S1 B57600 ; habilitar el soporte para PanelDue
M501 ; restaurar datos de sobrescribirque mas puedo hacer ?
-
Config sensor capacitivo
Hola buenos Días, mi duda es como configurar mi nuevo sensor capacitivo NPN N0 en Core XY , no puedo hacer homing Z, mi configuracion es esta
; Motores
M569 P0 S1 ; la unidad física 0 avanza
M569 P1 S1 ; la unidad física 1 avanza
M569 P2 S0 ; la unidad física 2 avanza
M569 P3 S0 ; la unidad física 3 va hacia adelante
M569 P4 S0 ; La unidad 4 avanza ¿Es el tornillo z derecho?
M584 X0 Y1 Z2:4 E3 ; dos motores Z conectados a las salidas del controlador Z y E1
M671 X-30:360 Y0:0 S0.5 ; tornillos a la izquierda (conectados a Z) y a la derecha (conectados a E1) del eje X
M208 X-30:360 Y-30:360 ;
M350 X16 Y16 Z16 E16 I1 ; configurar micropasos con interpolación
M92 X80 Y80 Z400 E415 ; establecer pasos por mm
M566 X500 Y500 Z60.00 E600 ; establecer cambios de velocidad instantáneos máximos (mm / min)
M203 X18000 Y18000 Z800 E4800 ; establecer velocidades máximas (mm / min)
M201 X2000 Y2000 Z400 E1200 ; establecer aceleraciones (mm / s ^ 2)
M906 X1200 Y1200 Z1000 E760 I30 ; establecer las corrientes del motor (mA) y el factor de inactividad del motor en porcentaje
M84 S30 ; Establecer tiempo de espera inactivo
; Límites del eje
M208 X0 Y0 Z0 S1 ; establecer mínimos de eje
M208 X330 Y330 Z400 S0 ; establecer ejes máximos
; Endstops
M574 X1 S1 P"xstop" ; configurar el tope final activo-bajo para el extremo bajo en X a través del pin xstop
M574 Y1 S1 P"ystop" ; configurar el tope final activo-bajo para el extremo bajo en Y a través del pin ystop
M574 Z1 S2 P "^ zstop" ; configurar el tope final de la sonda Z para el extremo bajo en Z
; Z-Probe
M574 Z1 S2 P "^ zstop" ;
M558 P5 I1 H5 F300 T6000 ; establezca el tipo de sonda Z y la altura de inmersión + velocidade
G31 P500 X0 Y0 Z5.00 ;
M557 X30:315 Y30:305 S59 -
RE: Ayuda core xy con duet2wifi
@droftarts
Ahora si conecta correctamente me faltaban colocar las "
Muchas Gracias Crack!!!!!!!!! -
RE: Ayuda core xy con duet2wifi
Hola Ian, sigo sin poder conectar a la red wifi
-
RE: Ayuda core xy con duet2wifi
Connecting...
ok T0:25.9 /0.0 B:26.3 /0.0
Printer is now online.
ok T0:25.9 /0.0 B:26.3 /0.0M122
SENDING:M122
=== Diagnostics ===
RepRapFirmware for Duet 2 WiFi/Ethernet version 3.1.1 running on Duet WiFi 1.02 or later
Board ID: 08DJM-9178L-L2MSD-6JKF6-3SD6N-1TDQN
Used output buffers: 1 of 24 (10 max)
=== RTOS ===
Static ram: 27980
Dynamic ram: 93828 of which 60 recycled
Exception stack ram used: 264
Never used ram: 8940
Tasks: NETWORK(ready,872) HEAT(blocked,1224) MAIN(running,1912) IDLE(ready,80)
Owned mutexes:
=== Platform ===
Last reset 00:13:57 ago, cause: power up
Last software reset time unknown, reason: User, spinning module GCodes, available RAM 8468 bytes (slot 0)
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0xffffffff Task MAIN
Error status: 0
[ERROR] Error status: 0MCU temperature: min 27.6, current 28.8, max 29.0
Supply voltage: min 0.4, current 0.5, max 0.6, under voltage events: 0, over voltage events: 0, power good: no
Driver 0: ok, SG min/max not available
Driver 1: ok, SG min/max not available
Driver 2: ok, SG min/max not available
Driver 3: ok, SG min/max not available
Driver 4: ok, SG min/max not available
Date/time: 1970-01-01 00:00:00
Cache data hit count 1465273048
Slowest loop: 4.15ms; fastest: 0.10ms
I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
=== Storage ===
Free file entries: 10
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest read time 3.1ms, write time 0.0ms, max retries 0
=== Move ===
Hiccups: 0(0), FreeDm: 169, MinFreeDm: 169, MaxWait: 0ms
Bed compensation in use: none, comp offset 0.000
=== MainDDARing ===
Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0 CDDA state: -1
=== AuxDDARing ===
Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, -
RE: Ayuda core xy con duet2wifi
=== Diagnostics ===<LF>RepRapFirmware for Duet 2 WiFi/Ethernet version 3.1.1 running on Duet WiFi 1.02 or later<LF>Board ID: 08DJM-9178L-L2MSD-6JKF6-3SD6N-1TDQN<LF>Used output buffers: 1 of 24 (3 max)<LF>=== RTOS ===<LF>Static ram: 27980<LF>Dynamic ram: 93828 of which 60 recycled<LF>Exception stack ram used: 264<LF>Never used ram: 8940<LF>Tasks: NETWORK(ready,904) HEAT(blocked,1224) MAIN(running,1912) IDLE(ready,80)<LF>Owned mutexes:<LF>=== Platform ===<LF>Last reset 00:05:45 ago, cause: power up<LF>Last software reset time unknown, reason: User, spinning module GCodes, available RAM 8468 bytes (slot 0)<LF>Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0xffffffff Task MAIN<LF>Error status: 0<LF>MCU temperature: min 20.3, current 27.8, max 28.1<LF>Supply voltage: min 0.0, current 0.5, max 0.8, under voltage events: 0, over voltage events: 0, power good: no<LF>Driver 0: ok, SG min/max not available<LF>Driver 1: ok, SG min/max not available<LF>Driver 2: ok, SG min/max not available<LF>Driver 3: ok, SG min[Warning: Maximal number of bytes per line exceeded! Check the EOL (end-of-line) settings or increase the limit in the advanced terminal settings.]
-
RE: Ayuda core xy con duet2wifi
=== Diagnostics ===<LF>RepRapFirmware for Duet 2 WiFi/Ethernet version 3.1.1 running on Duet WiFi 1.02 or later<LF>Board ID: 08DJM-9178L-L2MSD-6JKF6-3SD6N-1TDQN<LF>Used output buffers: 1 of 24 (10 max)<LF>=== RTOS ===<LF>Static ram: 27980<LF>Dynamic ram: 93828 of which 60 recycled<LF>Exception stack ram used: 296<LF>Never used ram: 8908<LF>Tasks: NETWORK(ready,872) HEAT(blocked,1248) MAIN(running,1720) IDLE(ready,80)<LF>Owned mutexes:<LF>=== Platform ===<LF>Last reset 00:01:53 ago, cause: power up<LF>Last software reset time unknown, reason: User, spinning module GCodes, available RAM 8468 bytes (slot 0)<LF>Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0xffffffff Task MAIN<LF>Error status: 0<LF>MCU temperature: min 27.2, current 27.5, max 27.9<LF>Supply voltage: min 0.4, current 0.5, max 0.5, under voltage events: 0, over voltage events: 0, power good: no<LF>Driver 0: ok, SG min/max not available<LF>Driver 1: ok, SG min/max not available<LF>Driver 2: ok, SG min/max not available<LF>Driver 3: ok, SG mi[Warning: Maximal number of bytes per line exceeded! Check the EOL (end-of-line) settings or increase the limit in the advanced terminal settings.]