Hey! I don't think this is an issue per se, but not sure where else to ask a question so...
First, thanks for this incredible macro and writeup! I just installed a chamber thermistor in my V0.2, and I'm excited to use this macro to help make my heat soaking more intelligent.
I've changed a couple G32 calls to G28 since I don't have a probe (I think this is the right call).
I'm a bit confused about where the hotend is actually set to the first layer temperature when all is said and done. I see a 75% hotend setting applied in PRINT_WARMUP, but I don't see an unreduced M104 in PRINT_START. The bed is of course already at temp by virtue of the 100% M190 call in PRINT_WARMUP.
...oh. I just examined some sliced G Code and realized that the final M104 call is in the sliced G Code. Well. Carry on, then. Gonna post this anyways in case somebody else has the same question, but consider this closed :)
Hey! I don't think this is an issue per se, but not sure where else to ask a question so...
First, thanks for this incredible macro and writeup! I just installed a chamber thermistor in my V0.2, and I'm excited to use this macro to help make my heat soaking more intelligent.
I've changed a couple G32 calls to G28 since I don't have a probe (I think this is the right call).
I'm a bit confused about where the hotend is actually set to the first layer temperature when all is said and done. I see a 75% hotend setting applied in
PRINT_WARMUP
, but I don't see an unreduced M104 inPRINT_START
. The bed is of course already at temp by virtue of the 100% M190 call inPRINT_WARMUP
....oh. I just examined some sliced G Code and realized that the final M104 call is in the sliced G Code. Well. Carry on, then. Gonna post this anyways in case somebody else has the same question, but consider this closed :)