New feature: show auto calibration marks on bed for X1/X1C printers

#88
This commit is contained in:
SoftFever 2023-04-02 11:09:05 +08:00
parent c68fa18caf
commit bf556a0272
10 changed files with 385 additions and 23 deletions

View file

@ -881,6 +881,7 @@ PRINT_CONFIG_CLASS_DEFINE(
((ConfigOptionBool, accel_to_decel_enable))
((ConfigOptionPercent, accel_to_decel_factor))
((ConfigOptionFloatOrPercent, initial_layer_travel_speed))
((ConfigOptionBool, bbl_calib_mark_logo))
)