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
TOUCH_SCREEN_CALIBRATION
is silently undefined inCondtionals_LCD.h
, so disable the option to prevent confusion.As a test, I disabled the undefines and touch screen calibration /
M995
doesn't work on the BIQU BX screen, which is probably why it was silently undefined in the first place.Add a note in the README about homing with a probe for users who are migrating from looxonline's fork and have removed their Z endstop.
Use
FAN_SOFT_PWM
Extruder has a 1.8° motor, so use
CHOPPER_DEFAULT_24V
forCHOPPER_TIMING_E
to preventCHOPPER_09STEP_24V
from being inherited.Benefits
FAN_SOFT_PWM
commit allows the part cooling fan to work all the way to 1% speed.CHOPPER_TIMING_E
change didn't really affect anything, but it's "more correct".