Fix typo in PrintConfig.hpp for power loss recovery

This commit is contained in:
Michael Rook
2025-12-05 23:37:12 +11:00
committed by GitHub
parent 7d70bc25e7
commit 32bf21e07a

View File

@@ -1272,7 +1272,7 @@ PRINT_CONFIG_CLASS_DEFINE(
((ConfigOptionIntsNullable, filament_flush_temp))
// BBS
((ConfigOptionBool, scan_first_layer))
((ConfigOptionsBool, disable_power_loss_recovery))
((ConfigOptionBool, disable_power_loss_recovery))
((ConfigOptionBool, enable_wrapping_detection))
((ConfigOptionInt, wrapping_detection_layers))
((ConfigOptionPoints, wrapping_exclude_area))