Now that I think of it, you also do some sneaky things with the hotend temperature. You don't heat it up right away but wait for the heated bed to reach a % of the target temperature I guess. Is this possible to be expressed in gcode?
Now that I think of it, you also do some sneaky things with the hotend temperature. You don't heat it up right away but wait for the heated bed to reach a % of the target temperature I guess. Is this possible to be expressed in gcode?
Now that I think of it, you also do some sneaky things with the hotend temperature. You don't heat it up right away but wait for the heated bed to reach a % of the target temperature I guess. Is this possible to be expressed in gcode?
Not really, that's why in the example I gave I heat up the bed first and then the hotend.
Assuming TBed=60, Tnozzle=210;
What about:
M190 S45
M104 S210
M190 S60
M109 S210
could work, but could also stall for a while at the first M190 as it might wait for the bed to stabalize.
Just as reference for others - here is another thread with related info:
Daid
im struggling with s3d in your code does lines
G92 E-???
G1 F??? E0
G92 E-???
G1 F??? E0
prime the extruder
I read a thread and increased the std setting setting to 20mm but when the machine is just started 1st print this doesn't work unless I move material in the console on the machine (UM2)
im struggling with the setup the bed goes down as the the extruder drops it prime and then theres a mess and the print starts a mess
any help appreciated
bob
The ??? have to be replaced by actual values, which I do not know out of my head.
Recommended Posts
Nicolinux 288
Thanks Daid. I will take it and hopefully substitute sensible values for the missing bits.
Link to post
Share on other sites