Is your feature request related to a problem? Please describe.
The absorbing heat step makes the Core ONE significantly slower than my MK3 for smaller prints, partially due to the absorb heat time for the chamber. For a print of a few cubic centimeters in volume this is not really necessary.
Describe the solution you'd like
A toggle to disable the absorb heat function, like there is for enabling or disabling brim. Removing the line of code in the printer start g-code does the job, but is not very user friendly and I am not sure if using that modified Core ONE profile will prevent updated profiles from being used
Describe how it would work
A checkbox next to the brim in the plater view, however a bit more elegant would be comparing a time or relative height of the part to determine if absorbing heat makes sense
Describe alternatives you've considered
Removing the following line in the start G-code section:
G29 G ; absorb heat
Additional context
Is your feature request related to a problem? Please describe.
The absorbing heat step makes the Core ONE significantly slower than my MK3 for smaller prints, partially due to the absorb heat time for the chamber. For a print of a few cubic centimeters in volume this is not really necessary.
Describe the solution you'd like
A toggle to disable the absorb heat function, like there is for enabling or disabling brim. Removing the line of code in the printer start g-code does the job, but is not very user friendly and I am not sure if using that modified Core ONE profile will prevent updated profiles from being used
Describe how it would work
A checkbox next to the brim in the plater view, however a bit more elegant would be comparing a time or relative height of the part to determine if absorbing heat makes sense
Describe alternatives you've considered
Removing the following line in the start G-code section:
G29 G ; absorb heat
Additional context