heater 0 appears to be over-powered
-
Hi,
after successfully update my Printer to rrf3 i get two warnings the first warning come from the config.g and the second from the config-overwrite what can i do to remove this warnings?
11:55:40 M98 P"config.g" HTTP is enabled on port 80 FTP is enabled on port 21 TELNET is enabled on port 23 Warning: M307: heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C. Warning: M307: heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 177C.
; config-override.g file generated in response to M500 at 2020-01-06 13:58 ; This is a system-generated file - do not edit ; Heater model parameters M307 H0 A152.3 C1029.5 D0.5 S1.00 V24.3 B0 M307 H1 A301.9 C172.5 D5.2 S1.00 V24.2 B0 ; Workplace coordinates G10 L2 P1 X0.00 Y0.00 Z0.00 G10 L2 P2 X0.00 Y0.00 Z0.00 G10 L2 P3 X0.00 Y0.00 Z0.00 G10 L2 P4 X0.00 Y0.00 Z0.00 G10 L2 P5 X0.00 Y0.00 Z0.00 G10 L2 P6 X0.00 Y0.00 Z0.00 G10 L2 P7 X0.00 Y0.00 Z0.00 G10 L2 P8 X0.00 Y0.00 Z0.00 G10 L2 P9 X0.00 Y0.00 Z0.00
; Configuration file for Duet WiFi (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2.1.4 on Sun Jan 05 2020 16:17:09 GMT+0100 (Mitteleuropäische Normalzeit) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"hypercube" ; set printer name M667 S1 ; select CoreXY mode ; Network M552 S1 ; enable network M586 P0 S1 ; enable HTTP M586 P1 S1 ; disable FTP M586 P2 S1 ; disable Telnet ; Drives M569 P0 S0 ; physical drive 0 = X goes backwards M569 P1 S0 ; physical drive 1 = Y goes backwards M569 P2 S1 ; physical drive 2 = Z goes forwards M569 P3 S1 ; physical drive 3 = E0 goes forwards M569 P4 S1 ; physical drive 4 = Z goes forwards M569 P5 S0 ; physical drive 5 = Z goes backwards M569 P6 S1 ; physical drive 6 = E1 goes forwards M584 X0 Y1 Z2:4:5 E3 ; set drive mapping M671 X0:380:0 Y52:190:327 S3 F1.0; Leitspindeln links und rechts von der X-Achse **** M350 X16 Y16 Z16:16:16 E16 I1 ; configure microstepping with interpolation M92 X200.60 Y200.60 Z797:797:797 E2666.67 ; set steps per mm M566 X600.00 Y600.00 Z300.00 E40.00 ; set maximum instantaneous speed changes (mm/min) M203 X30000.00 Y30000.00 Z1200.00 E4800.00 ; set maximum speeds (mm/min) M201 X2000.00 Y2000.00 Z500.00 E120.00 ; set accelerations (mm/s^2) M906 X1000 Y1000 Z1500.00 E500 ; set motor currents (mA) M84 S0 ; Disable motor idle current reduction ; Axis Limits M208 X-1 Y0 Z-1 S1 ; set axis minima M208 X400 Y370 Z450 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 ; Z-Probe M558 P8 R0.4 C"^!zprobe.in+zprobe.mod" H5 F450 T6000 ; G31 P500 X0 Y0 Z-0.25 ; set Z probe trigger value, offset and trigger height M557 X15:390 Y15:370 S25 ; define mesh grid ; Heaters M308 S0 P"bedtemp" Y"thermistor" A"Heizbett" T100000 B3950 ; 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 M143 H0 S100 ; set temperature limit for heater 0 to 100C M307 H0 B0 S1.00 ; disable bang-bang mode for the nozzle heater and set PWM limit M308 S1 P"e0temp" Y"thermistor" A"Hotend" T100000 B4276 ; 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 M143 H1 S280 ; set temperature limit for heater 1 to 280C M307 H1 B0 S1.00 ; disable bang-bang mode for the nozzle heater and set PWM limit ; Fans M950 F0 C"fan0" Q25500 ;H-1 ; create fan 0 on pin fan0 and set its frequency M106 P0 S0 H-1 F25500 C"Bauteilkühlung" ; set fan 0 value. Thermostatic control is turned on M950 F1 C"fan1" Q75 T45 ;H1 ; create fan 1 on pin fan1 and set its frequency M106 P1 S1 H1 T45 F75 C"Hotend" ; set fan 1 value. Thermostatic control is turned off M950 F2 C"fan2" Q250 ;H-1 ; create fan 2 on pin fan2 and set its frequency M106 P2 S0 H-1 F250 C"LED" ; set fan 2 value. Thermostatic control is turned off ; 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 ; Miscellaneous M501 ; load saved parameters from non-volatile memory T0 ; select first tool
-
you can not. it is a warning not an error.
-
ah ok thank you