How to change the maximum value in the Temperature Chart
-
Hi guys I wanted to ask how I can change the maximum value indicated in the Temperature Chart. After updating the firmware the maximum value is 2000 degrees.
-
I believe the magnitude of the graph is determined by the max temp set in M143 in your config.g
If your thermistor is reading 2000c though I think you have a problem in your configuration.
Please post the results of M122 and M98 P"config.g" as well as the contents of config.g
-
@Phaedrux said in How to change the maximum value in the Temperature Chart:
I believe the magnitude of the graph is determined by the max temp set in M143 in your config.g
If your thermistor is reading 2000c though I think you have a problem in your configuration.
Please post the results of M122 and M98 P"config.g" as well as the contents of config.gM122
=== Diagnostics ===
RepRapFirmware for Duet 2 WiFi/Ethernet version 3.2-beta4 running on Duet WiFi 1.02 or later + DueX5
Board ID: 08DGM-956GU-DJ3SJ-6J9DG-3S86K-1APBG
Used output buffers: 3 of 24 (20 max)
=== RTOS ===
Static ram: 24108
Dynamic ram: 103772 of which 40 recycled
Never used RAM 2128, free system stack 188 words
Tasks: NETWORK(ready,161) HEAT(blocked,308) DUEX(blocked,35) MAIN(running,459) IDLE(ready,20)
Owned mutexes: WiFi(NETWORK)
=== Platform ===
Last reset 00:00:37 ago, cause: software
Last software reset at 2020-12-08 20:33, reason: User, GCodes spinning, available RAM 2128, slot 2
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0xffffffff Task MAIN
Error status: 0x00
MCU temperature: min 20.3, current 20.9, max 21.3
Supply voltage: min 24.0, current 24.0, max 24.1, under voltage events: 0, over voltage events: 0, power good: yes
Driver 0: position 0, standstill, SG min/max not available
Driver 1: position 0, standstill, SG min/max not available
Driver 2: position 0, standstill, SG min/max not available
Driver 3: position 0, standstill, SG min/max not available
Driver 4: position 0, standstill, SG min/max not available
Driver 5: position 0, standstill, SG min/max not available
Driver 6: position 0, standstill, SG min/max not available
Driver 7: position 0, standstill, SG min/max not available
Driver 8: position 0, standstill, SG min/max not available
Driver 9: position 0, standstill, SG min/max not available
Driver 10: position 0
Driver 11: position 0
Date/time: 2020-12-08 20:34:20
Cache data hit count 58436223
Slowest loop: 7.87ms; fastest: 0.21ms
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.7ms, 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, 0], CDDA state -1
=== AuxDDARing ===
Scheduled moves 0, completed moves 0, StepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== Heat ===
Bed heaters = 0 -1 -1 -1, chamberHeaters = 4 -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
Daemon is idle in state(s) 0
Autopause is idle in state(s) 0
Code queue is empty.
=== Network ===
Slowest loop: 16.10ms; fastest: 0.00ms
Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
HTTP sessions: 1 of 8- WiFi -
Network state is active
WiFi module is connected to access point
Failed messages: pending 0, notready 0, noresp 0
WiFi firmware version 1.25beta0
WiFi MAC address 98:f4:ab:cf:be:2e
WiFi Vcc 3.37, reset reason Power up
WiFi flash size 4194304, free heap 26968
WiFi IP address 192.168.1.90
WiFi signal strength -51dBm, mode 802.11n, reconnections 0, sleep mode modem
Clock register 00002002
Socket states: 0 0 0 0 0 0 0 0
=== Filament sensors ===
Extruder 0: pos 0.00, errs: frame 7 parity 0 ovrun 0 pol 0 ovdue 0
Extruder 1: pos 0.00, errs: frame 0 parity 0 ovrun 0 pol 0 ovdue 0
Extruder 2: pos 0.00, errs: frame 0 parity 0 ovrun 0 pol 0 ovdue 0
=== DueX ===
Read count 1, 1.59 reads/min
- WiFi -
-
M98 P"config.g"
HTTP is enabled on port 80
FTP is disabled
TELNET is disabled
Heater 4 uses model-derived PID parameters. Use M307 H4 to view them -
@Phaedrux said in How to change the maximum value in the Temperature Chart:
as well as the contents of config.g
this too
-
@Phaedrux ;
Configuration file for Duet WiFi (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Fri Jul 17 2020 20:24:58 GMT+0200 (CEST); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P" CUBE PRO TRIO" ; set printer name; 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 S1 ; physical drive 2 goes forwards
M569 P3 S1 ; physical drive 3 goes forwards
M569 P4 S1 ; physical drive 4 goes forwards
M569 P9 S1 ; physical drive 9 goes forwards
M584 X0 Y1 Z2 E3:4:9 ; set drive mapping
M350 X16 Y16 Z16 E16:16:16 I1 ; configure microstepping with interpolation
M92 X87.35 Y87.43 Z1076.77 E82.09:82.09:82.09 ; set steps per mm
M566 X900.00 Y900.00 Z12.00 E120.00:120.00:120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X15000.00 Y15000.00 Z1200.00 E600.00:600.00:600.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z250.00 E250.00:250.00:250.00 ; set accelerations (mm/s^2)
M906 X1500 Y1500 Z800 E800:800:800 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 X290 Y295.3 Z210 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 S1 P"zstop" ; configure active-high endstop for low end on Z via pin zstop; Z-Probe
M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
M557 X7.04:290 Y71.2:295.3 S20 ; define mesh grid
M950 S0 C"duex.pwm5" ; creare il servo pin 0 per BLTouch
M558 P9 C"^zprobe.in" H5 F120 T6000 A10 R0.75 S0.02 ; set Z probe type to bltouch and the dive height + speeds
G31 P25 X82 Y-50.5 Z2.97 ; impostare il valore del trigger della sonda Z, l'offset e l'altezza del trigger; 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 B1 S1.00 ; enable 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 B5500 ; 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
M308 S2 P"e1temp" Y"thermistor" T100000 B5500 ; configure sensor 2 as thermistor on pin e1temp
M950 H2 C"e1heat" T2 ; create nozzle heater output on e1heat and map it to sensor 2
M307 H2 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M308 S3 P"duex.e2temp" Y"thermistor" T100000 B4725 ; configure sensor 3 as thermistor on pin duex.e2temp
M950 H3 C"duex.e2heat" T3 ; create nozzle heater output on duex.e2heat and map it to sensor 3
M307 H3 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
; RISCALDATORE CAMERA
M141 H4 ; il riscaldatore 4 è il riscaldatore della camera
M950 H4 C"duex.e3heat" T4 ; configura l'uscita per il riscaldamento della camera sull pin e della scheda duex
M308 S4 P"duex.e3temp" Y"thermistor" T100000 B5500 C7.06Ee-8 ; configure sensor 4 as thermistor on pin duex.e2temp
M301 H4 B1 ; utilizzare il controllo bang-bang per il riscaldatore della camera; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 C"ESTRUSORI" S0 H3:2:1 T120 ; set fan 0 name and value. Thermostatic control is turned on
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 C"NOZZLE" S0 H1:2:3 T45 ; set fan 1 name and value. Thermostatic control is turned on
M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency
M106 P2 C"LUCI LED" S0 H-1 ; set fan 2 name and value. Thermostatic control is turned off
M950 F3 C"duex.fan6" Q500 ; create fan 3 on pin duex.fan6 and set its frequency
M106 P3 C"VENTOLA 6" S0 H-1 ; set fan 3 name and value. Thermostatic control is turned off
M950 F4 C"duex.fan7" Q500 ; create fan 4 on pin duex.fan7 and set its frequency
M106 P4 C"VENTOLA 7" S0 H-1 ; set fan 4 name and value. Thermostatic control is turned off; Tools
M563 P0 S"estrusore 1" D0 H1 F0:1 ; 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
M563 P1 S"estrusore 2" D1 H2 F0: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
M563 P2 S"estrusore 3" D2 H3 F0:1 ; define tool 2
G10 P2 X0 Y0 Z0 ; set tool 2 axis offsets
G10 P2 R0 S0 ; set initial tool 2 active and standby temperatures to 0C; Sensori di folamento degli estrusori
;se imposto l'ultima S0 disabilita il confronto tra filamento aspetatto e quello realmente estruso,S1 abilita il controllo ;valori sensibilità filamneto originale R40:120
M591 D0 P5 C"e0stop" R5:190 E3.0 S1 ; ho configurato il filamento del primo estrusore sull'uscita e0stop
M591 D1 P5 C"connlcd.encb" R5:190 E3.0 S1 ; ho configurato il filamento del secondo estrusore sull'uscita stop10(ECN_B)
M591 D2 P5 C"e1stop" R5:190 E3.0 S1 ; ho configurato il filamento del terzo estrusore sull'uscita e1stop; Custom settings are not defined
M575 P1 S1 B57600 ;per abilitare lcd paneldue -
@konte1978 said in How to change the maximum value in the Temperature Chart:
; 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 B1 S1.00 ; enable 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 B5500 ; 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
M308 S2 P"e1temp" Y"thermistor" T100000 B5500 ; configure sensor 2 as thermistor on pin e1temp
M950 H2 C"e1heat" T2 ; create nozzle heater output on e1heat and map it to sensor 2
M307 H2 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M308 S3 P"duex.e2temp" Y"thermistor" T100000 B4725 ; configure sensor 3 as thermistor on pin duex.e2temp
M950 H3 C"duex.e2heat" T3 ; create nozzle heater output on duex.e2heat and map it to sensor 3
M307 H3 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
; RISCALDATORE CAMERA
M141 H4 ; il riscaldatore 4 è il riscaldatore della camera
M950 H4 C"duex.e3heat" T4 ; configura l'uscita per il riscaldamento della camera sull pin e della scheda duex
M308 S4 P"duex.e3temp" Y"thermistor" T100000 B5500 C7.06Ee-8 ; configure sensor 4 as thermistor on pin duex.e2temp
M301 H4 B1 ; utilizzare il controllo bang-bang per il riscaldatore della cameraYou don't have any M143 commands in there to set the temp limits for the extruder heaters, so they would be set to the default.
Which sensor is showing 2000c?
How did you come up with the thermistor parameters?