hi everyone,
when i hit print or upload and start a print my temp go to 0
i must change it in the drop down menu to the temp i want. than he print good.
someone know where to look. this is my config.g
; Drives
M569 P0 S0 ; Drive 0 goes backwards Hotend left right
M569 P1 S0 ; Drive 1 goes backwards Bed
M569 P2 S1 ; Drive 2 goes backwards Z
M569 P3 S1 ; Drive 3 goes forwards E1
;M569 P4 S1 ; Drive 4 goes forwards (Z2 in the E1)
M350 X16 Y16 Z16 E16:16 I1 ; Configure microstepping with interpolation
M92 X80 Y80 Z419 E420:400 ; Set steps per mm
M566 X900 Y900 Z20 E120:12 ; Set maximum instantaneous speed changes (mm/min) z=12
M203 X4800 Y4800 Z1500 E1200:960 ; Set maximum speeds (mm/min) default z = 960
;M201 X1000 Y100 Z1000 E250:500 ; Set accelerations (mm/s^2)
M201 X500 Y50 Z500 E250:500 ; Set accelerations (mm/s^2)
M906 X800 Y800 Z800 E800:800 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
M207 S4.0 F2400 Z0.075 ; firmware retraction
; Axis Limits
M208 X0 Y0 Z0 S1 ; Set axis minima
M208 X320 Y300 Z400 S0 ; Set axis maxima
; Endstops
M574 X1 Y0 Z1 S0 ; Set active low endstops
;M572 D0 S0.1
M558 P4 X0 Y0 Z0 ; smart IR Z probe, used for homing Z axis only, dive height 3mm, probe speed 200mm/min, travel speed 5000mm/min, no recovery time
; Heaters
M301 H1 P10 I0.2 D50 T0.3 S1.0
M301 H0 P10 I0.2 D50 T0.3 S1.0
M301 H0 S1.00 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
M143 H0 S120 ; Set temperature limit for heater 0 to 120C
M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1
M143 H1 S280 ; Set temperature limit for heater 1 to 280C
; Fans
M106 P0 T45 H1
M106 P1 T45 H1
M106 P2 T45 H1
M106 P3 T45 H1
; Tools
M563 P0 D0 H1 ; 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
; Automatic saving after power loss is not enabled
M911 S10.0 R13.0 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000"
M501 ; Custom settings are not configured