Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixes a couple small issues in the console/terminal.
It will say
Printing...after heating - (in simulator) using these commands:So the fix is to add a stop timer during first boot / initialization, however it doesnt fully go away after the initial start. it will keep saying this even though it isnt printing after a few more heating commands.
Fix
AUTOTEMP_FACTORresetting value. previously, the default value has no real effect. now it stays unless changedFix having no
PREHEAT_LABELfor M303, Creality, ProUI, JyersUI LCDUpdate
PID_autotunelogic. safeguard zero. dynamic time delay 5000UL for bed/chamber 3000UL for hotend - because hotends heat/cool at a faster rate.Requirements
Benefits
Configurations
Related Issues
HAS_MULTI_HOTENDline inTemperature::set_heating_message- temperature.cppPOWER_LOSS_RECOVERYcheck is needed or not inMarlinUI::init- lcd/marlinui.cppAUTOTEMP_FACTORseems to be useless. looks likeM104must use a value withFotherwise withoutFor a value for it it resets to 0.00fixed in this PR