Notifiche
Cancella tutti

simplify3d bed and extruder temp  

  RSS
pbnj
 pbnj
(@pbnj)
Trusted Member
simplify3d bed and extruder temp

Any one know if there is a setting or script that I can change or add to get the bed and extruder to heat at the same time when first starting a print?

Postato : 06/02/2017 5:46 pm
JoanTabb
(@joantabb)
Veteran Member Moderator
Re: simplify3d bed and extruder temp

I choose preheat. Then print from sd card. I think S3d has a wait for temperature to stabilise option in the temprrature menu but i have neber played with it.
Regards joan

I try to make safe suggestions,You should understand the context and ensure you are happy that they are safe before attempting to apply my suggestions, what you do, is YOUR responsibility. Location Halifax UK

Postato : 06/02/2017 7:40 pm
jediknight0
(@jediknight0)
Active Member
Re: simplify3d bed and extruder temp

Simplify3D will normally heat the bed first then the nozzle (or the other way around... I forget).

To override that behavior, use a custom start script that uses the temperature variables. If it sees the variables in use, then the default behavior is overridden.

My startup script:

M115 U3.0.9 ; use the latest firmware version

M104 S150 ; set extruder temp to 150C, cold enough to avoid ooze but get some temp on it
M109 S150 ; wait for extruder temp
G28 W ; home all without mesh bed level
G0 Z60 ; get head above bed to keep it cool
M140 S[bed0_temperature] ; set bed temp
M190 S[bed0_temperature] ; wait for bed temp
M104 S[extruder0_temperature] ; set extruder temp
M109 S[extruder0_temperature] ; wait for extruder temp

G28 W ; home all without mesh bed leveing
G80 ; mesh bed leveling
G1 Y-3.0 F1000.0 ; go outside print area
G92 E0 ; reset extrusion distance
G1 X60.0 E9.0 F1000.0 ; intro line
G1 X100.0 E12.5 F1000.0 ; intro line

Postato : 08/02/2017 8:14 am
danbst
(@danbst)
Eminent Member
Re: simplify3d bed and extruder temp

Nice script.
A 😀

Postato : 08/02/2017 10:36 am
Condividi: