You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No response
Are you looking for hardware support?
No response
Describe the feature you want
When printing TPU, I want the bed to stay cool so I let the slicer write 0 into the GCODE. The CR6SE CF 6.1 homing procedure heats the bed up. After that it lets the bed cool forever.
My proposal is to implement a check like this:
if the target temperature is 0 -> don't heat up for homing
The text was updated successfully, but these errors were encountered:
Your solution would require a work around for my use case where I don't set temperature until after homing. It's likely it would affect a larger number of people since this method is used by Sebazzz's recommended start gcode. There's always trade-offs.
Is your feature request related to a problem? Please describe.
No response
Are you looking for hardware support?
No response
Describe the feature you want
When printing TPU, I want the bed to stay cool so I let the slicer write 0 into the GCODE. The CR6SE CF 6.1 homing procedure heats the bed up. After that it lets the bed cool forever.
My proposal is to implement a check like this:
if the target temperature is 0 -> don't heat up for homing
The text was updated successfully, but these errors were encountered: