ENH: Modify filament jsons to support parameter “filament_adaptive_volumetric_speed”

Jira: None
Change-Id: Iddd9fdf1ab39ad1e72da4040b7bb7dd0d1375652
(cherry picked from commit 900d0b5f6e6738eae12e2418dbb6ea1051e131c0)
This commit is contained in:
weizhen.xie
2025-08-19 20:36:03 +08:00
committed by Noisyfox
parent f45d13dfc9
commit 757d1f4cb1
433 changed files with 2845 additions and 64 deletions

View File

@@ -9,16 +9,10 @@
"50"
],
"counter_coef_2": [
"3860"
"0.0075"
],
"counter_coef_3": [
"-32000"
],
"counter_limit_min": [
"-35000"
],
"counter_limit_max": [
"33000"
"-0.052"
],
"filament_deretraction_speed": [
"nil",
@@ -48,6 +42,9 @@
"-1",
"-1"
],
"filament_printable": [
"1"
],
"filament_retract_before_wipe": [
"nil",
"nil"
@@ -96,8 +93,26 @@
"Direct Drive Standard",
"Direct Drive High Flow"
],
"filament_printable": [
"1"
"filament_pre_cooling_temperature": [
"0",
"0"
],
"filament_ramming_travel_time": [
"0",
"0"
],
"filament_adaptive_volumetric_speed": [
"0",
"0"
],
"hole_coef_2": [
"-0.012"
],
"hole_coef_3": [
"0.35043"
],
"hole_limit_min": [
"0.07"
],
"long_retractions_when_ec": [
"1",
@@ -124,18 +139,6 @@
"Bambu Lab H2D 0.6 nozzle",
"Bambu Lab H2D 0.8 nozzle"
],
"hole_coef_2": [
"-8000"
],
"hole_coef_3": [
"135000"
],
"hole_limit_min": [
"88000"
],
"hole_limit_max": [
"220000"
],
"filament_start_gcode": [
"; filament start gcode\n"
],