mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-10 15:25:07 -06:00
🐛 Use whole PROBE_TEMP_COMPENSATION values (#22130)
This commit is contained in:
parent
90dc41139f
commit
31d84bac4c
4 changed files with 43 additions and 15 deletions
|
@ -16,5 +16,11 @@ opt_set MOTHERBOARD BOARD_BTT_BTT002_V1_0 \
|
|||
Y_DRIVER_TYPE TMC2130
|
||||
exec_test $1 $2 "BigTreeTech BTT002 Default Configuration plus TMC steppers" "$3"
|
||||
|
||||
#
|
||||
# A test with Probe Temperature Compensation enabled
|
||||
#
|
||||
use_example_configs Prusa/MK3S-BigTreeTech-BTT002
|
||||
exec_test $1 $2 "BigTreeTech BTT002 with Prusa MK3S and related options" "$3"
|
||||
|
||||
# clean up
|
||||
restore_configs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue