Toolboard heater issue
-
Hey!
I’m building a delta printer with the Toolboard 1LC as hot end. The BL touch en thermostat work perfectly via the toolboard. Only issue I got is the heater. Got it defined in the config.g but it stays off when I click the heater it should turn on and start heating but I can’t get it to show active.
When I put the normal out0 from the duet 3 6H it wil work.
Has anyone an idea? Thanks in advance
-
Please share your config.g and the results of M122 and M98 P"config.g"
-
-
03/05/2024, 10:09:03 M122
=== Diagnostics ===
RepRapFirmware for Duet 3 MB6HC version 3.3 (2021-06-15 21:45:47) running on Duet 3 MB6HC v1.01 or later (standalone mode)
Board ID: 08DJM-9P63L-DJMSS-6J1FL-3S86L-18DM9
Used output buffers: 1 of 40 (12 max)
=== RTOS ===
Static ram: 150904
Dynamic ram: 89720 of which 572 recycled
Never used RAM 112996, free system stack 200 words
Tasks: NETWORK(ready,28.2%,230) ETHERNET(notifyWait,0.1%,117) HEAT(delaying,0.0%,405) Move(notifyWait,0.0%,352) CanReceiv(notifyWait,0.0%,799) CanSender(notifyWait,0.0%,374) CanClock(delaying,0.0%,339) TMC(notifyWait,7.5%,93) MAIN(running,59.5%,1114) IDLE(ready,4.7%,29), total 100.0%
Owned mutexes:
=== Platform ===
Last reset 00:01:02 ago, cause: software
Last software reset at 2024-05-03 10:07, reason: User, GCodes spinning, available RAM 112996, slot 0
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0044a000 BFAR 0x00000000 SP 0x00000000 Task MAIN Freestk 0 n/a
Error status: 0x00
Step timer max interval 127
MCU temperature: min 30.5, current 32.2, max 32.3
Supply voltage: min 23.7, current 23.7, max 23.8, under voltage events: 0, over voltage events: 0, power good: yes
12V rail voltage: min 12.0, current 12.1, max 12.1, under voltage events: 0
Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
Driver 0: position 192685, standstill, reads 20881, writes 14 timeouts 0, SG min/max 0/0
Driver 1: position 192685, standstill, reads 20881, writes 14 timeouts 0, SG min/max 0/0
Driver 2: position 192685, standstill, reads 20881, writes 14 timeouts 0, SG min/max 0/0
Driver 3: position 0, standstill, reads 20884, writes 11 timeouts 0, SG min/max 0/0
Driver 4: position 0, standstill, reads 20884, writes 11 timeouts 0, SG min/max 0/0
Driver 5: position 0, standstill, reads 20885, writes 11 timeouts 0, SG min/max 0/0
Date/time: 2024-05-03 10:09:03
Slowest loop: 3.94ms; fastest: 0.05ms
=== Storage ===
Free file entries: 10
SD card 0 detected, interface speed: 25.0MBytes/sec
SD card longest read time 0.9ms, write time 0.0ms, max retries 0
=== Move ===
DMs created 125, maxWait 0ms, bed compensation in use: none, comp offset 0.000
=== MainDDARing ===
Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== AuxDDARing ===
Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== Heat ===
Bed heaters = -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
=== GCodes ===
Segments left: 0
Movement lock held by null
HTTP is idle in state(s) 0
Telnet is idle in state(s) 0
File is idle in state(s) 0
USB is idle in state(s) 0
Aux is idle in state(s) 0
Trigger is idle in state(s) 0
Queue is idle in state(s) 0
LCD is idle in state(s) 0
SBC is idle in state(s) 0
Daemon is idle in state(s) 0
Aux2 is idle in state(s) 0
Autopause is idle in state(s) 0
Code queue is empty.
=== CAN ===
Messages queued 328, received 994, lost 0, longest wait 3ms for reply type 6013, peak Tx sync delay 6, free buffers 49 (min 48), ts 313/312/0
Tx timeouts 0,0,0,0,0,0
=== Network ===
Slowest loop: 7.02ms; fastest: 0.02ms
Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions Telnet(0), 0 sessions
HTTP sessions: 1 of 8- Ethernet -
State: active
Error counts: 0 0 1 0 0
Socket states: 5 2 2 2 2 0 0 0
03/05/2024, 10:16:18 Error: Response timeout: CAN addr 20, req type 6049, RID=29
Error: Response timeout: CAN addr 121, req type 6027, RID=31
Error: Fan number 0 not found
03/05/2024, 10:16:15 M98 P"config.g"
HTTP is enabled on port 80
FTP is disabled
TELNET is disabled
Error: Z axis maximum must be greater than minimum
; Configuration file for Duet 3 MB 6HC (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.4.1 on Thu May 02 2024 17:50:51 GMT+0200 (Central European Summer Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"Svetlana" ; set printer name
M665 R483 L1060 B483 H1465 ; Set delta radius, diagonal rod length, printable radius and homed height
M666 X0 Y0 Z0 ; put your endstop adjustments here, or let auto calibration find them; Wait a moment for the CAN expansion boards to start
G4 S2; Network
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 S0 ; physical drive 0.0 goes backwards
M569 P0.1 S0 ; physical drive 0.1 goes backwards
M569 P0.2 S0 ; physical drive 0.2 goes backwards
M569 P20.0 S1 ; physical drive 121.0 goes forwards
M584 X0.0 Y0.1 Z0.2 E20.0 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z80.00 E397.00 ; set steps per mm
M566 X1200.00 Y1200.00 Z1200.00 E1200.00 ; set maximum instantaneous speed changes (mm/min)
M203 X18000.00 Y18000.00 Z18000.00 E1200.00 ; set maximum speeds (mm/min)
M201 X1000.00 Y1000.00 Z1000.00 E1000.00 ; set accelerations (mm/s^2)
M906 X1000 Y1000 Z1000 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 Z1465 S1 ; set minimum Z; Endstops
M574 X1 S1 P"io0.in" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin io0.in
M574 Y1 S1 P"io1.in" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin io1.in
M574 Z1 S1 P"io2.in" ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin io2.in; Z-Probe
M950 S0 C"20.io0.out" ; create servo pin 0 for BLTouch
M558 P9 C"20.io0.in" H10 F2500 T6000 ; set Z probe type to bltouch and the dive height + speeds
G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height
M143 H1 S250
M557 R483 S200 ; define mesh grid; HotEnd Heaters and Thermistor HotEnd
M308 S1 P"20.temp0" Y"20.thermistor" T100000 ;B4138 ; Set thermistor + ADC parameters for heater 1 HotEnd
M950 H1 C"20.out0" T1 ; Create HotEnd Heater
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S280 ; set temperature limit for heater 1 to 280C; Fans
M950 F0 C"121.out1" Q500 ; create fan 0 on pin 121.out1 and set its frequency
M106 P0 C"Hot end fan" S0 H0 T45 ; set fan 0 name and value. Thermostatic control is turned on
M950 F1 C"out5" Q500 ; create fan 1 on pin out5 and set its frequency
M106 P1 S1 H-1; Tools
M563 P0 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
- Ethernet -
-
@2000thy your mainboard is on firmware 3.3, which is nearly 3 years old now. I expect your toolboard is on a later firmware, when they need to be on the same to fully function. Check by sending
M122 B20
. Ideally update both boards to the latest release, 3.5.1.Ian
-
To update your firmware, upload this zip file to the DWC sys tab.
https://github.com/Duet3D/RepRapFirmware/releases/download/3.5.1/Duet2and3Firmware-3.5.1.zipand definitely take a look at the changelogs
https://github.com/Duet3D/RepRapFirmware/wiki/Changelog-RRF-3.x@2000thy said in Toolboard heater issue:
Error: Z axis maximum must be greater than minimum
Should probably look into your usage of M208 as well.
https://docs.duet3d.com/en/User_manual/Reference/Gcodes#m208-set-axis-max-travel -
Thank You! I updated both the toolboard and the mainboard and all problems disappeared.
-