FIX:correct param length err

Change-Id: I65ec4e606a280671b84c9e9d6d83bccc0f7c182f
(cherry picked from commit 26063855ce1360fb66c977df3f0c614e43bfa7e7)
This commit is contained in:
qian.wang
2025-08-21 14:02:40 +08:00
committed by Noisyfox
parent bd5c7b38b1
commit aebf303122
7 changed files with 144 additions and 299 deletions

View File

@@ -3,41 +3,11 @@
"name": "Fiberon PETG-ESD @BBL H2D",
"inherits": "Fiberon PETG-ESD @base",
"from": "system",
"filament_id": "GFL06",
"setting_id": "GFL06_10",
"instantiation": "true",
"compatible_printers": [
"Bambu Lab H2D 0.4 nozzle",
"Bambu Lab H2D 0.6 nozzle",
"Bambu Lab H2D 0.8 nozzle"
],
"cool_plate_temp": [
"0"
],
"cool_plate_temp_initial_layer": [
"0"
],
"eng_plate_temp": [
"60"
],
"eng_plate_temp_initial_layer": [
"60"
],
"fan_cooling_layer_time": [
"15"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"0"
],
"filament_cost": [
"29.99"
],
"filament_density": [
"1.24"
],
"filament_deretraction_speed": [
"nil",
"nil"
@@ -55,6 +25,7 @@
"1"
],
"filament_max_volumetric_speed": [
"20",
"20"
],
"filament_pre_cooling_temperature": [
@@ -97,9 +68,6 @@
"nil",
"nil"
],
"filament_vendor": [
"Polymaker"
],
"filament_wipe": [
"nil",
"nil"
@@ -116,11 +84,17 @@
"nil",
"nil"
],
"hot_plate_temp": [
"60"
"filament_flush_volumetric_speed": [
"0",
"0"
],
"hot_plate_temp_initial_layer": [
"60"
"filament_flush_temp": [
"0",
"0"
],
"long_retractions_when_ec": [
"0",
"0"
],
"nozzle_temperature": [
"290",
@@ -138,16 +112,17 @@
"250",
"250"
],
"slow_down_layer_time": [
"2"
"retraction_distances_when_ec": [
"0",
"0"
],
"temperature_vitrification": [
"76"
"volumetric_speed_coefficients": [
"0;0;0;0;0;0",
"0;0;0;0;0;0"
],
"textured_plate_temp": [
"60"
],
"textured_plate_temp_initial_layer": [
"60"
"compatible_printers": [
"Bambu Lab H2D 0.4 nozzle",
"Bambu Lab H2D 0.6 nozzle",
"Bambu Lab H2D 0.8 nozzle"
]
}