ENH: remove nozzle_hrc in params page and profiles

use std::map to map nozzle_type to nozzle_hrc

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ie9d1db486808bd5164c7952caecaf4ac279f43d8
This commit is contained in:
xun.zhang 2023-07-26 15:52:03 +08:00 committed by Lane.Wei
parent 0c45cac1a8
commit 793c657b46
18 changed files with 19 additions and 33 deletions

View file

@ -866,7 +866,6 @@ PRINT_CONFIG_CLASS_DEFINE(
((ConfigOptionString, template_custom_gcode))
//BBS
((ConfigOptionEnum<NozzleType>, nozzle_type))
((ConfigOptionInt, nozzle_hrc))
((ConfigOptionBool, auxiliary_fan))
((ConfigOptionBool, accel_to_decel_enable))
((ConfigOptionPercent, accel_to_decel_factor))