Aborts prints with M190 in start.g
-
I've just gone from 3.5.0b1+ too 3.5.0b2 and it's solved most of the issues i was having in regards to the issues mentioned in this post.
But it still wouldn't respect
M190 S65 ; Set minimum target temperature to 65C and wait
, it simply ignored it and kept on running the script from that point on without waiting. Then aborted the print once it came to the point where it called out to change the bed temp to 110C with aM140
followed byM116 H0
.After some trial and error trying to find out what was happening I swapped out
M190 S65
withM140 S65
&M116 H0
, then everything completed as expected.Not a huge issue since it's easy to work around, but I bet it's not the inteded behaviour.
-
@Exerqtor thanks for reporting this. I've added it to my list to investigate/fix before the next beta.