mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-15 18:25:59 +08:00
ENH: only enable pre fan for pla and petg in H2D
jira: STUDIO-11154 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Ic67ed36d507957dc0328b532e7ab3d82981f97e8
This commit is contained in:
parent
89f06c65ec
commit
880919dc24
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Bambulab",
|
"name": "Bambulab",
|
||||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||||
"version": "02.00.00.79",
|
"version": "02.00.00.80",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "the initial version of BBL configurations",
|
"description": "the initial version of BBL configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
@ -22,6 +22,10 @@
|
|||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -70,10 +74,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -90,6 +90,9 @@
|
|||||||
"255",
|
"255",
|
||||||
"255"
|
"255"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.2 nozzle"
|
"Bambu Lab H2D 0.2 nozzle"
|
||||||
],
|
],
|
||||||
|
@ -22,6 +22,10 @@
|
|||||||
"13",
|
"13",
|
||||||
"13"
|
"13"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -70,10 +74,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -90,6 +90,9 @@
|
|||||||
"255",
|
"255",
|
||||||
"255"
|
"255"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.4 nozzle"
|
"Bambu Lab H2D 0.4 nozzle"
|
||||||
],
|
],
|
||||||
|
@ -28,6 +28,10 @@
|
|||||||
"16",
|
"16",
|
||||||
"16"
|
"16"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -76,10 +80,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -96,6 +96,9 @@
|
|||||||
"255",
|
"255",
|
||||||
"255"
|
"255"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.6 nozzle",
|
"Bambu Lab H2D 0.6 nozzle",
|
||||||
"Bambu Lab H2D 0.8 nozzle"
|
"Bambu Lab H2D 0.8 nozzle"
|
||||||
|
@ -15,10 +15,6 @@
|
|||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_flow_ratio": [
|
"filament_flow_ratio": [
|
||||||
"0.95",
|
"0.95",
|
||||||
"0.95"
|
"0.95"
|
||||||
@ -31,14 +27,6 @@
|
|||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_ramming_volumetric_speed": [
|
||||||
"-1",
|
"-1",
|
||||||
"-1"
|
"-1"
|
||||||
@ -87,6 +75,18 @@
|
|||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
],
|
],
|
||||||
|
"filament_extruder_variant": [
|
||||||
|
"Direct Drive Standard",
|
||||||
|
"Direct Drive High Flow"
|
||||||
|
],
|
||||||
|
"filament_pre_cooling_temperature": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"filament_ramming_travel_time": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
"nozzle_temperature": [
|
"nozzle_temperature": [
|
||||||
"245",
|
"245",
|
||||||
"245"
|
"245"
|
||||||
@ -98,6 +98,9 @@
|
|||||||
"overhang_fan_speed": [
|
"overhang_fan_speed": [
|
||||||
"100"
|
"100"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"slow_down_layer_time": [
|
"slow_down_layer_time": [
|
||||||
"10"
|
"10"
|
||||||
],
|
],
|
||||||
|
@ -24,10 +24,6 @@
|
|||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_flow_ratio": [
|
"filament_flow_ratio": [
|
||||||
"0.95",
|
"0.95",
|
||||||
"0.95"
|
"0.95"
|
||||||
@ -40,14 +36,6 @@
|
|||||||
"24",
|
"24",
|
||||||
"32"
|
"32"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_ramming_volumetric_speed": [
|
||||||
"-1",
|
"-1",
|
||||||
"-1"
|
"-1"
|
||||||
@ -96,6 +84,18 @@
|
|||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
],
|
],
|
||||||
|
"filament_extruder_variant": [
|
||||||
|
"Direct Drive Standard",
|
||||||
|
"Direct Drive High Flow"
|
||||||
|
],
|
||||||
|
"filament_pre_cooling_temperature": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"filament_ramming_travel_time": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
"hole_coef_2": [
|
"hole_coef_2": [
|
||||||
"-0.006"
|
"-0.006"
|
||||||
],
|
],
|
||||||
@ -116,6 +116,9 @@
|
|||||||
"overhang_fan_speed": [
|
"overhang_fan_speed": [
|
||||||
"100"
|
"100"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"slow_down_layer_time": [
|
"slow_down_layer_time": [
|
||||||
"10"
|
"10"
|
||||||
],
|
],
|
||||||
|
@ -15,10 +15,6 @@
|
|||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_flow_ratio": [
|
"filament_flow_ratio": [
|
||||||
"0.95",
|
"0.95",
|
||||||
"0.95"
|
"0.95"
|
||||||
@ -31,14 +27,6 @@
|
|||||||
"24",
|
"24",
|
||||||
"24"
|
"24"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_ramming_volumetric_speed": [
|
||||||
"-1",
|
"-1",
|
||||||
"-1"
|
"-1"
|
||||||
@ -87,6 +75,18 @@
|
|||||||
"Spiral Lift",
|
"Spiral Lift",
|
||||||
"Spiral Lift"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
|
"filament_extruder_variant": [
|
||||||
|
"Direct Drive Standard",
|
||||||
|
"Direct Drive High Flow"
|
||||||
|
],
|
||||||
|
"filament_pre_cooling_temperature": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"filament_ramming_travel_time": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
"nozzle_temperature": [
|
"nozzle_temperature": [
|
||||||
"245",
|
"245",
|
||||||
"245"
|
"245"
|
||||||
@ -98,6 +98,9 @@
|
|||||||
"overhang_fan_speed": [
|
"overhang_fan_speed": [
|
||||||
"100"
|
"100"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"slow_down_layer_time": [
|
"slow_down_layer_time": [
|
||||||
"10"
|
"10"
|
||||||
],
|
],
|
||||||
|
@ -22,6 +22,10 @@
|
|||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -70,10 +74,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -90,6 +90,9 @@
|
|||||||
"250",
|
"250",
|
||||||
"250"
|
"250"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"slow_down_layer_time": [
|
"slow_down_layer_time": [
|
||||||
"8"
|
"8"
|
||||||
],
|
],
|
||||||
|
@ -22,6 +22,10 @@
|
|||||||
"6",
|
"6",
|
||||||
"6"
|
"6"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -70,10 +74,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -90,6 +90,9 @@
|
|||||||
"250",
|
"250",
|
||||||
"250"
|
"250"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"slow_down_layer_time": [
|
"slow_down_layer_time": [
|
||||||
"8"
|
"8"
|
||||||
],
|
],
|
||||||
|
@ -28,6 +28,10 @@
|
|||||||
"16",
|
"16",
|
||||||
"16"
|
"16"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -76,10 +80,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -96,6 +96,9 @@
|
|||||||
"250",
|
"250",
|
||||||
"250"
|
"250"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"slow_down_layer_time": [
|
"slow_down_layer_time": [
|
||||||
"8"
|
"8"
|
||||||
],
|
],
|
||||||
|
@ -30,6 +30,10 @@
|
|||||||
"2",
|
"2",
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -78,10 +82,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -98,6 +98,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.2 nozzle"
|
"Bambu Lab H2D 0.2 nozzle"
|
||||||
],
|
],
|
||||||
|
@ -30,6 +30,10 @@
|
|||||||
"24",
|
"24",
|
||||||
"24"
|
"24"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -78,10 +82,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -98,6 +98,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.8 nozzle"
|
"Bambu Lab H2D 0.8 nozzle"
|
||||||
],
|
],
|
||||||
|
@ -39,6 +39,10 @@
|
|||||||
"24",
|
"24",
|
||||||
"40"
|
"40"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -87,10 +91,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -110,6 +110,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.4 nozzle",
|
"Bambu Lab H2D 0.4 nozzle",
|
||||||
"Bambu Lab H2D 0.6 nozzle"
|
"Bambu Lab H2D 0.6 nozzle"
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
"2",
|
"2",
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -69,10 +73,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -89,6 +89,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.2 nozzle"
|
"Bambu Lab H2D 0.2 nozzle"
|
||||||
],
|
],
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
"21",
|
"21",
|
||||||
"21"
|
"21"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -69,10 +73,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -89,6 +89,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.8 nozzle"
|
"Bambu Lab H2D 0.8 nozzle"
|
||||||
],
|
],
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
"21",
|
"21",
|
||||||
"21"
|
"21"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -69,10 +73,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -89,6 +89,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.4 nozzle",
|
"Bambu Lab H2D 0.4 nozzle",
|
||||||
"Bambu Lab H2D 0.6 nozzle"
|
"Bambu Lab H2D 0.6 nozzle"
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
"2",
|
"2",
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -69,10 +73,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -89,6 +89,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.2 nozzle"
|
"Bambu Lab H2D 0.2 nozzle"
|
||||||
],
|
],
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
"21",
|
"21",
|
||||||
"21"
|
"21"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -69,10 +73,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -89,6 +89,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.8 nozzle"
|
"Bambu Lab H2D 0.8 nozzle"
|
||||||
],
|
],
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
"21",
|
"21",
|
||||||
"21"
|
"21"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -69,10 +73,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -89,6 +89,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.4 nozzle",
|
"Bambu Lab H2D 0.4 nozzle",
|
||||||
"Bambu Lab H2D 0.6 nozzle"
|
"Bambu Lab H2D 0.6 nozzle"
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -69,10 +73,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -89,6 +89,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.2 nozzle"
|
"Bambu Lab H2D 0.2 nozzle"
|
||||||
],
|
],
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
"18",
|
"18",
|
||||||
"18"
|
"18"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -69,10 +73,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -89,6 +89,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.4 nozzle",
|
"Bambu Lab H2D 0.4 nozzle",
|
||||||
"Bambu Lab H2D 0.6 nozzle",
|
"Bambu Lab H2D 0.6 nozzle",
|
||||||
|
@ -24,10 +24,6 @@
|
|||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_flow_ratio": [
|
"filament_flow_ratio": [
|
||||||
"0.98",
|
"0.98",
|
||||||
"0.98"
|
"0.98"
|
||||||
@ -40,14 +36,6 @@
|
|||||||
"2",
|
"2",
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_ramming_volumetric_speed": [
|
||||||
"-1",
|
"-1",
|
||||||
"-1"
|
"-1"
|
||||||
@ -80,9 +68,6 @@
|
|||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_scarf_seam_type": [
|
|
||||||
"all"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
"filament_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -99,6 +84,21 @@
|
|||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
],
|
],
|
||||||
|
"filament_extruder_variant": [
|
||||||
|
"Direct Drive Standard",
|
||||||
|
"Direct Drive High Flow"
|
||||||
|
],
|
||||||
|
"filament_scarf_seam_type": [
|
||||||
|
"all"
|
||||||
|
],
|
||||||
|
"filament_pre_cooling_temperature": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"filament_ramming_travel_time": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
"nozzle_temperature": [
|
"nozzle_temperature": [
|
||||||
"210",
|
"210",
|
||||||
"210"
|
"210"
|
||||||
@ -107,6 +107,9 @@
|
|||||||
"210",
|
"210",
|
||||||
"210"
|
"210"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.2 nozzle"
|
"Bambu Lab H2D 0.2 nozzle"
|
||||||
],
|
],
|
||||||
|
@ -24,10 +24,6 @@
|
|||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_flow_ratio": [
|
"filament_flow_ratio": [
|
||||||
"0.98",
|
"0.98",
|
||||||
"0.98"
|
"0.98"
|
||||||
@ -40,14 +36,6 @@
|
|||||||
"20",
|
"20",
|
||||||
"30"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_ramming_volumetric_speed": [
|
||||||
"-1",
|
"-1",
|
||||||
"-1"
|
"-1"
|
||||||
@ -80,9 +68,6 @@
|
|||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_scarf_seam_type": [
|
|
||||||
"all"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
"filament_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -99,6 +84,21 @@
|
|||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
],
|
],
|
||||||
|
"filament_extruder_variant": [
|
||||||
|
"Direct Drive Standard",
|
||||||
|
"Direct Drive High Flow"
|
||||||
|
],
|
||||||
|
"filament_scarf_seam_type": [
|
||||||
|
"all"
|
||||||
|
],
|
||||||
|
"filament_pre_cooling_temperature": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"filament_ramming_travel_time": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
"nozzle_temperature": [
|
"nozzle_temperature": [
|
||||||
"210",
|
"210",
|
||||||
"210"
|
"210"
|
||||||
@ -107,6 +107,9 @@
|
|||||||
"210",
|
"210",
|
||||||
"210"
|
"210"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.8 nozzle"
|
"Bambu Lab H2D 0.8 nozzle"
|
||||||
],
|
],
|
||||||
|
@ -14,12 +14,12 @@
|
|||||||
"counter_coef_3": [
|
"counter_coef_3": [
|
||||||
"-0.32"
|
"-0.32"
|
||||||
],
|
],
|
||||||
"counter_limit_max": [
|
|
||||||
"0.05"
|
|
||||||
],
|
|
||||||
"counter_limit_min": [
|
"counter_limit_min": [
|
||||||
"-0.4"
|
"-0.4"
|
||||||
],
|
],
|
||||||
|
"counter_limit_max": [
|
||||||
|
"0.05"
|
||||||
|
],
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"80"
|
"80"
|
||||||
],
|
],
|
||||||
@ -36,10 +36,6 @@
|
|||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_flow_ratio": [
|
"filament_flow_ratio": [
|
||||||
"0.98",
|
"0.98",
|
||||||
"0.98"
|
"0.98"
|
||||||
@ -52,14 +48,6 @@
|
|||||||
"20",
|
"20",
|
||||||
"30"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_ramming_volumetric_speed": [
|
||||||
"-1",
|
"-1",
|
||||||
"-1"
|
"-1"
|
||||||
@ -92,9 +80,6 @@
|
|||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_scarf_seam_type": [
|
|
||||||
"all"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
"filament_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -111,6 +96,21 @@
|
|||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
],
|
],
|
||||||
|
"filament_extruder_variant": [
|
||||||
|
"Direct Drive Standard",
|
||||||
|
"Direct Drive High Flow"
|
||||||
|
],
|
||||||
|
"filament_scarf_seam_type": [
|
||||||
|
"all"
|
||||||
|
],
|
||||||
|
"filament_pre_cooling_temperature": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"filament_ramming_travel_time": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
"hole_coef_2": [
|
"hole_coef_2": [
|
||||||
"-0.0081"
|
"-0.0081"
|
||||||
],
|
],
|
||||||
@ -122,6 +122,9 @@
|
|||||||
"210",
|
"210",
|
||||||
"210"
|
"210"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.4 nozzle",
|
"Bambu Lab H2D 0.4 nozzle",
|
||||||
"Bambu Lab H2D 0.6 nozzle"
|
"Bambu Lab H2D 0.6 nozzle"
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
"12",
|
"12",
|
||||||
"12"
|
"12"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -69,10 +73,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -89,6 +89,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.4 nozzle",
|
"Bambu Lab H2D 0.4 nozzle",
|
||||||
"Bambu Lab H2D 0.6 nozzle",
|
"Bambu Lab H2D 0.6 nozzle",
|
||||||
|
@ -30,6 +30,10 @@
|
|||||||
"2",
|
"2",
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -78,10 +82,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -98,6 +98,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.2 nozzle"
|
"Bambu Lab H2D 0.2 nozzle"
|
||||||
],
|
],
|
||||||
|
@ -30,6 +30,10 @@
|
|||||||
"28",
|
"28",
|
||||||
"28"
|
"28"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -78,10 +82,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -98,6 +98,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.8 nozzle"
|
"Bambu Lab H2D 0.8 nozzle"
|
||||||
],
|
],
|
||||||
|
@ -14,12 +14,12 @@
|
|||||||
"counter_coef_3": [
|
"counter_coef_3": [
|
||||||
"-0.32"
|
"-0.32"
|
||||||
],
|
],
|
||||||
"counter_limit_max": [
|
|
||||||
"0.05"
|
|
||||||
],
|
|
||||||
"counter_limit_min": [
|
"counter_limit_min": [
|
||||||
"-0.4"
|
"-0.4"
|
||||||
],
|
],
|
||||||
|
"counter_limit_max": [
|
||||||
|
"0.05"
|
||||||
|
],
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"80"
|
"80"
|
||||||
],
|
],
|
||||||
@ -42,6 +42,10 @@
|
|||||||
"28",
|
"28",
|
||||||
"48"
|
"48"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -90,10 +94,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -116,6 +116,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.4 nozzle",
|
"Bambu Lab H2D 0.4 nozzle",
|
||||||
"Bambu Lab H2D 0.6 nozzle"
|
"Bambu Lab H2D 0.6 nozzle"
|
||||||
|
@ -22,6 +22,10 @@
|
|||||||
"2",
|
"2",
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -70,10 +74,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -90,6 +90,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.2 nozzle"
|
"Bambu Lab H2D 0.2 nozzle"
|
||||||
],
|
],
|
||||||
|
@ -22,6 +22,10 @@
|
|||||||
"21",
|
"21",
|
||||||
"21"
|
"21"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -70,10 +74,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -90,6 +90,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.4 nozzle",
|
"Bambu Lab H2D 0.4 nozzle",
|
||||||
"Bambu Lab H2D 0.6 nozzle",
|
"Bambu Lab H2D 0.6 nozzle",
|
||||||
|
@ -25,6 +25,10 @@
|
|||||||
"2",
|
"2",
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -73,10 +77,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -93,6 +93,9 @@
|
|||||||
"230",
|
"230",
|
||||||
"230"
|
"230"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"slow_down_layer_time": [
|
"slow_down_layer_time": [
|
||||||
"6"
|
"6"
|
||||||
],
|
],
|
||||||
|
@ -15,12 +15,12 @@
|
|||||||
"counter_coef_3": [
|
"counter_coef_3": [
|
||||||
"-0.01"
|
"-0.01"
|
||||||
],
|
],
|
||||||
"counter_limit_max": [
|
|
||||||
"0.05"
|
|
||||||
],
|
|
||||||
"counter_limit_min": [
|
"counter_limit_min": [
|
||||||
"-0.05"
|
"-0.05"
|
||||||
],
|
],
|
||||||
|
"counter_limit_max": [
|
||||||
|
"0.05"
|
||||||
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_deretraction_speed": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -37,6 +37,10 @@
|
|||||||
"12",
|
"12",
|
||||||
"12"
|
"12"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -85,10 +89,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -111,6 +111,9 @@
|
|||||||
"230",
|
"230",
|
||||||
"230"
|
"230"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"slow_down_layer_time": [
|
"slow_down_layer_time": [
|
||||||
"6"
|
"6"
|
||||||
],
|
],
|
||||||
|
@ -25,6 +25,10 @@
|
|||||||
"2",
|
"2",
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -73,10 +77,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -93,6 +93,9 @@
|
|||||||
"230",
|
"230",
|
||||||
"230"
|
"230"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"supertack_plate_temp": [
|
"supertack_plate_temp": [
|
||||||
"35"
|
"35"
|
||||||
],
|
],
|
||||||
|
@ -25,6 +25,10 @@
|
|||||||
"12",
|
"12",
|
||||||
"12"
|
"12"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -73,10 +77,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -93,6 +93,9 @@
|
|||||||
"230",
|
"230",
|
||||||
"230"
|
"230"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"supertack_plate_temp": [
|
"supertack_plate_temp": [
|
||||||
"35"
|
"35"
|
||||||
],
|
],
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
"12",
|
"12",
|
||||||
"12"
|
"12"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -69,10 +73,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -89,6 +89,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.4 nozzle",
|
"Bambu Lab H2D 0.4 nozzle",
|
||||||
"Bambu Lab H2D 0.6 nozzle",
|
"Bambu Lab H2D 0.6 nozzle",
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
"2",
|
"2",
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -69,10 +73,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -89,6 +89,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.2 nozzle"
|
"Bambu Lab H2D 0.2 nozzle"
|
||||||
],
|
],
|
||||||
|
@ -30,6 +30,10 @@
|
|||||||
"21",
|
"21",
|
||||||
"21"
|
"21"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -78,10 +82,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -107,6 +107,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.4 nozzle",
|
"Bambu Lab H2D 0.4 nozzle",
|
||||||
"Bambu Lab H2D 0.6 nozzle",
|
"Bambu Lab H2D 0.6 nozzle",
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
"18",
|
"18",
|
||||||
"18"
|
"18"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -69,10 +73,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -89,6 +89,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.8 nozzle"
|
"Bambu Lab H2D 0.8 nozzle"
|
||||||
],
|
],
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
"18",
|
"18",
|
||||||
"18"
|
"18"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -69,10 +73,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -89,6 +89,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.4 nozzle",
|
"Bambu Lab H2D 0.4 nozzle",
|
||||||
"Bambu Lab H2D 0.6 nozzle"
|
"Bambu Lab H2D 0.6 nozzle"
|
||||||
|
@ -22,6 +22,10 @@
|
|||||||
"0.5",
|
"0.5",
|
||||||
"0.5"
|
"0.5"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -70,10 +74,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -90,6 +90,9 @@
|
|||||||
"240",
|
"240",
|
||||||
"240"
|
"240"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.2 nozzle"
|
"Bambu Lab H2D 0.2 nozzle"
|
||||||
],
|
],
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSS02_07",
|
"setting_id": "GFSS02_07",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
"description": "This is a non-water-soluble support filament, and usually it is only for the support structure and not for the model body. To get better printing quality, please refer to this wiki: Printing Tips for Support Filament and Support Function.",
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"30"
|
"30"
|
||||||
],
|
],
|
||||||
@ -15,10 +16,6 @@
|
|||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_flow_ratio": [
|
"filament_flow_ratio": [
|
||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
@ -31,14 +28,6 @@
|
|||||||
"6",
|
"6",
|
||||||
"6"
|
"6"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_ramming_volumetric_speed": [
|
||||||
"-1",
|
"-1",
|
||||||
"-1"
|
"-1"
|
||||||
@ -87,6 +76,18 @@
|
|||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
],
|
],
|
||||||
|
"filament_extruder_variant": [
|
||||||
|
"Direct Drive Standard",
|
||||||
|
"Direct Drive High Flow"
|
||||||
|
],
|
||||||
|
"filament_pre_cooling_temperature": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"filament_ramming_travel_time": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
"nozzle_temperature": [
|
"nozzle_temperature": [
|
||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
@ -95,6 +96,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.4 nozzle",
|
"Bambu Lab H2D 0.4 nozzle",
|
||||||
"Bambu Lab H2D 0.6 nozzle",
|
"Bambu Lab H2D 0.6 nozzle",
|
||||||
|
@ -28,6 +28,10 @@
|
|||||||
"0.5",
|
"0.5",
|
||||||
"0.5"
|
"0.5"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -76,10 +80,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -96,6 +96,9 @@
|
|||||||
"210",
|
"210",
|
||||||
"210"
|
"210"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.2 nozzle"
|
"Bambu Lab H2D 0.2 nozzle"
|
||||||
],
|
],
|
||||||
|
@ -28,6 +28,10 @@
|
|||||||
"6",
|
"6",
|
||||||
"6"
|
"6"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -76,10 +80,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -96,6 +96,9 @@
|
|||||||
"210",
|
"210",
|
||||||
"210"
|
"210"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.4 nozzle",
|
"Bambu Lab H2D 0.4 nozzle",
|
||||||
"Bambu Lab H2D 0.6 nozzle",
|
"Bambu Lab H2D 0.6 nozzle",
|
||||||
|
@ -22,6 +22,10 @@
|
|||||||
"0.5",
|
"0.5",
|
||||||
"0.5"
|
"0.5"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -70,10 +74,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -90,6 +90,9 @@
|
|||||||
"240",
|
"240",
|
||||||
"240"
|
"240"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.2 nozzle"
|
"Bambu Lab H2D 0.2 nozzle"
|
||||||
],
|
],
|
||||||
|
@ -22,6 +22,10 @@
|
|||||||
"12",
|
"12",
|
||||||
"12"
|
"12"
|
||||||
],
|
],
|
||||||
|
"filament_ramming_volumetric_speed": [
|
||||||
|
"-1",
|
||||||
|
"-1"
|
||||||
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retract_before_wipe": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"nil"
|
||||||
@ -70,10 +74,6 @@
|
|||||||
"Direct Drive Standard",
|
"Direct Drive Standard",
|
||||||
"Direct Drive High Flow"
|
"Direct Drive High Flow"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_pre_cooling_temperature": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
@ -90,6 +90,9 @@
|
|||||||
"220",
|
"220",
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab H2D 0.4 nozzle",
|
"Bambu Lab H2D 0.4 nozzle",
|
||||||
"Bambu Lab H2D 0.6 nozzle",
|
"Bambu Lab H2D 0.6 nozzle",
|
||||||
|
@ -69,6 +69,9 @@
|
|||||||
"overhang_totally_speed": [
|
"overhang_totally_speed": [
|
||||||
"10"
|
"10"
|
||||||
],
|
],
|
||||||
|
"pre_start_fan_time": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
"prime_tower_width": "35",
|
"prime_tower_width": "35",
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"print_settings_id": "",
|
"print_settings_id": "",
|
||||||
|
@ -931,7 +931,7 @@ void PrintConfigDef::init_fff_params()
|
|||||||
def->min = 0.;
|
def->min = 0.;
|
||||||
def->max = 5.;
|
def->max = 5.;
|
||||||
def->mode = comAdvanced;
|
def->mode = comAdvanced;
|
||||||
def->set_default_value(new ConfigOptionFloats{2.0});
|
def->set_default_value(new ConfigOptionFloats{0.0});
|
||||||
|
|
||||||
def = this->add("overhang_fan_threshold", coEnums);
|
def = this->add("overhang_fan_threshold", coEnums);
|
||||||
def->label = L("Cooling overhang threshold");
|
def->label = L("Cooling overhang threshold");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user