when print temp go to 0
-
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 timeoutM207 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.0M301 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
-
This is coming from this command in your config:
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C.
Delete it or add a semicolon in front to disable it -
I don't think this is related to config.g, it sounds more like you have some code in your start G-code that sets the nozzle temperature back to 0 (because apparently it happens after using upload&print). Can you provide the G-code file so we can have a look?
-
@ayudtee this works indeed. !!
i have only one problem with my fan. my tool fan is always on.
is my fan code good? -
I followed the instructions here:
https://duet3d.dozuki.com/Wiki/Connecting_and_configuring_fans
I am connected to fan1 and my config has "M106 P1 T45 H1" -
Temperature control settings are in your GCode program that you upload to the printer. Set the proper temp in your slicer for whatever material you are running.
Also Is your fan plugged into the always on fan on your board? Check where you have the fan plugged into the Duet Board.
-
@timcurtis67 hi
my fan is connected to a pwm port. if i have it correct port 2.
i can control it in dwc but he is always on, on a low output in the beginning, and when i move the slicer up in dwc he going to high flow.
so i can control but i cannot get it off. this is not slicer related because in dwc is the problem also
-
@mickey30m said in when print temp go to 0:
@timcurtis67 hi
my fan is connected to a pwm port. if i have it correct port 2.
i can control it in dwc but he is always on, on a low output in the beginning, and when i move the slicer up in dwc he going to high flow.
so i can control but i cannot get it off. this is not slicer related because in dwc is the problem also
Try a different fan port to see if one of the mosfet's is bad. Don't forget to reconfigure for the new fan port.