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

File diff suppressed because one or more lines are too long

View file

@ -21,7 +21,6 @@
"min_layer_height": [
"0.12"
],
"nozzle_hrc": "55",
"nozzle_type": "hardened_steel",
"retraction_length": [
"1.4"

View file

@ -21,7 +21,6 @@
"min_layer_height": [
"0.16"
],
"nozzle_hrc": "55",
"nozzle_type": "hardened_steel",
"retract_length_toolchange": [
"3"

View file

@ -28,7 +28,6 @@
"machine_load_filament_time": "29",
"machine_unload_filament_time": "28",
"nozzle_type": "stainless_steel",
"nozzle_hrc": "20",
"auxiliary_fan": "1",
"upward_compatible_machine":[
"Bambu Lab P1P 0.4 nozzle",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -18,7 +18,6 @@
"min_layer_height": [
"0.12"
],
"nozzle_hrc": "55",
"nozzle_type": "hardened_steel",
"retraction_length": [
"1.4"

View file

@ -18,7 +18,6 @@
"min_layer_height": [
"0.16"
],
"nozzle_hrc": "55",
"nozzle_type": "hardened_steel",
"retract_length_toolchange": [
"3"

View file

@ -21,7 +21,6 @@
"min_layer_height": [
"0.04"
],
"nozzle_hrc": "20",
"nozzle_type": "stainless_steel",
"retraction_length": [
"0.4"

File diff suppressed because one or more lines are too long