I can see the Heated Bed in DWX
-
Hi I'm setting up a new machine.
We got a duet 3 6XD and a 1XD expansion board, connected by can.
We check connection trough M115 B122 and its says that is connected.
But the green LED is not power on.
We got the heated bed connected in that board. So in the tool section I only can see the Extruder, but the bed is not shown.
But in my Panel DUE I can see the bed, and control it.Any ideas
-
@Makergal3D
This is my config file
; Configuration file for Duet 3 MB 6XD (firmware version 3.3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.4.1 on Tue Jun 04 2024 19:55:09 GMT+0200 (hora de verano de Europa central); General preferences
M575 P1 S1 B57600 ; enable support for PanelDue
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"My Printer" ; set printer name; Wait a moment for the CAN expansion boards to start
G4 S2; Network
M551 P"Soon2020" ; set password
M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0.0 S1 ; physical drive 0.0 goes forwards
M569 P0.0 T1:1:2:0
M569 P0.1 S1 ; physical drive 0.1 goes forwards
M569 P0.1 T1:1:2:0
M569 P0.2 S1 ; physical drive 0.2 goes forwards
M569 P0.2 T1:1:2:0
M569 P0.3 S1 ; physical drive 0.3 goes forwards
M569 P0.3 T1:1:2:0
M569 P0.4 S1 ; physical drive 0.4 goes forwards
M569 P0.4 T1:1:2:0
M569 P0.5 S1 ; physical drive 0.5 goes forwards
M569 P0.5 T1:1:2:0
M569 P122.0 S1 R0 ; physical drive 121.0 goes forwardsM569
M569 P122.0 T5:5:10:10
M584 X0.0 Y0.1 Z0.5:0.4:0.3:0.2 E122.0 ; set drive mapping
M671 X50:50:1100:1100 Y100:1900:1900:100 S5 ; leadscrews at rear left, front middle and rear right
M92 X16.00 Y16.00 Z320.00 E225.00 ; set steps per mm
M566 X700.00 Y700.00 Z30.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X2000.00 Y2000.00 Z200.00 E1200.00 ; set maximum speeds (mm/min)
M201 X1000.00 Y1000.00 Z5.00 E250.00 ; set accelerations (mm/s^2)
M84 S30 ; Set idle timeout; Axis Limits
M208 X-8:1200 Y-43:1200 Z0:1027 S1 ; set axis minima
M208 X1200 Y2000 Z1019 S20 ; set axis maxima; Endstops
M574 X1 S1 P"io2.in" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin io0.in
M574 Y1 S1 P"io3.in" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin io1.in
M574 Z1 S1 P"io4.in" ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin io2.in; Z-Probe
M558 P5 C"io4.in" H10 F120 T3000 ; set Z probe type to switch and the dive height + speeds
G31 P500 X-40 Y0 Z10 ; set Z probe trigger value, offset and trigger height
M557 X100:1100 Y100:1900 S200 ; define mesh grid; Heaters
M308 S0 P"122.temp0" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin 121.temp0
M950 H0 C"122.out0" T0 ; create bed heater output on out3 and map it to sensor 0
M307 H0 R0.383 K1.328:0.000 D14.73 E1.35 S1.00 B0 ; disable bang-bang mode for the bed heater and set PWM limit
M570 H0 P10 T15
M140 H0 ; map heated bed to heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M308 S1 P"spi.cs1" Y"rtd-max31865" ; configure sensor 1 as PT1000 on pin temp0
M950 H1 C"out0" T1 ; create nozzle heater output on out0 and map it to sensor 1
M307 H1 R0.876 K0.099:0.000 D36.88 E1.35 S1.00 B0 V24.3 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S280 ; set temperature limit for heater 1 to 280C
M308 S2 P"spi.cs2" Y"rtd-max31865" ; configure sensor 2 as PT1000 on pin temp1
M950 H2 C"out1" T2 ; create nozzle heater output on out1 and map it to sensor 2
M307 H2 R0.747 K0.166:0.000 D26.47 E1.35 S1.00 B0 V24.3 ; disable bang-bang mode for heater and set PWM limit
M143 H2 S280 ; set temperature limit for heater 2 to 280C
M308 S3 P"spi.cs3" Y"rtd-max31865" ; configure sensor 3 as PT1000 on pin temp2
M950 H3 C"out2" T3 ; create nozzle heater output on out2 and map it to sensor 3
M307 H3 R0.972 K0.189:0.000 D19.35 E1.35 S1.00 B0 V24.3 ; disable bang-bang mode for heater and set PWM limit
M143 H3 S280 ; set temperature limit for heater 3 to 280C; Fans
M950 F0 C"out4" Q500 ; create fan 0 on pin out4 and set its frequency
M106 P0 S0 H1:2:3:0 T122 ; set fan 0 value. Thermostatic control is turned on; Tools
M563 P0 S"PULSAR" D0 H1:2:3 F0 T0 ; 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
M302 P1; Custom settings are not defined
-
@Makergal3D Please send
M122
andM122 B122
in the console and post the output.Ian
-
@droftarts It's done I bought RJ11 connectors and they send RJ9 connectors, we change the connector and now is working properly.
-
-