mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: Polynomial fitting via Gaussian regression for determining the filament_max_volumetric_speed
Jira: none Change-Id: Iab1ef65f0546884c60d2a9e39213a07d76a1f483 (cherry picked from commit 186948cc91b12d547b7168104ba629d40c333d1b)
This commit is contained in:
@@ -106,6 +106,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -80,6 +80,10 @@
|
||||
"Spiral Lift",
|
||||
"Spiral Lift"
|
||||
],
|
||||
"filament_extruder_id": [
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
@@ -114,6 +118,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.6 nozzle"
|
||||
],
|
||||
|
||||
@@ -106,6 +106,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.8 nozzle"
|
||||
],
|
||||
|
||||
@@ -106,6 +106,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle"
|
||||
],
|
||||
|
||||
@@ -120,6 +120,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.6 nozzle"
|
||||
],
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.8 nozzle"
|
||||
],
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle"
|
||||
],
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle",
|
||||
"Bambu Lab H2D 0.6 nozzle",
|
||||
|
||||
@@ -108,6 +108,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle",
|
||||
"Bambu Lab H2S 0.6 nozzle",
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle"
|
||||
],
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.6 nozzle"
|
||||
],
|
||||
|
||||
@@ -80,6 +80,10 @@
|
||||
"Spiral Lift",
|
||||
"Spiral Lift"
|
||||
],
|
||||
"filament_extruder_id": [
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
@@ -108,6 +112,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.8 nozzle"
|
||||
],
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.6 nozzle"
|
||||
],
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.8 nozzle"
|
||||
],
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle"
|
||||
],
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle",
|
||||
"Bambu Lab H2D 0.6 nozzle",
|
||||
|
||||
@@ -108,6 +108,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle",
|
||||
"Bambu Lab H2S 0.6 nozzle",
|
||||
|
||||
@@ -103,6 +103,10 @@
|
||||
"textured_plate_temp": [
|
||||
"90"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle"
|
||||
],
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.6 nozzle",
|
||||
"Bambu Lab H2D 0.8 nozzle"
|
||||
|
||||
@@ -108,6 +108,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle",
|
||||
"Bambu Lab H2S 0.6 nozzle",
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle",
|
||||
"Bambu Lab H2D 0.6 nozzle",
|
||||
|
||||
@@ -120,6 +120,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle",
|
||||
"Bambu Lab H2S 0.6 nozzle",
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle",
|
||||
"Bambu Lab H2D 0.6 nozzle",
|
||||
|
||||
@@ -108,6 +108,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle",
|
||||
"Bambu Lab H2S 0.6 nozzle",
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
"4",
|
||||
"4"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle",
|
||||
"Bambu Lab H2D 0.6 nozzle",
|
||||
|
||||
@@ -108,6 +108,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle",
|
||||
"Bambu Lab H2S 0.6 nozzle",
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle",
|
||||
"Bambu Lab H2D 0.6 nozzle",
|
||||
|
||||
@@ -108,6 +108,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle",
|
||||
"Bambu Lab H2S 0.6 nozzle",
|
||||
|
||||
@@ -15,10 +15,6 @@
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.94",
|
||||
"0.94"
|
||||
@@ -39,14 +35,6 @@
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_volumetric_speed": [
|
||||
"-1",
|
||||
"-1"
|
||||
@@ -95,6 +83,18 @@
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"long_retractions_when_ec": [
|
||||
"1",
|
||||
"1"
|
||||
@@ -114,6 +114,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -15,10 +15,6 @@
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.94",
|
||||
"0.94"
|
||||
@@ -39,14 +35,6 @@
|
||||
"20",
|
||||
"30"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_volumetric_speed": [
|
||||
"-1",
|
||||
"-1"
|
||||
@@ -95,6 +83,18 @@
|
||||
"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"
|
||||
],
|
||||
"long_retractions_when_ec": [
|
||||
"1",
|
||||
"1"
|
||||
@@ -114,6 +114,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle"
|
||||
],
|
||||
|
||||
@@ -15,10 +15,6 @@
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.94",
|
||||
"0.94"
|
||||
@@ -39,14 +35,6 @@
|
||||
"25",
|
||||
"35"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_volumetric_speed": [
|
||||
"-1",
|
||||
"-1"
|
||||
@@ -95,6 +83,18 @@
|
||||
"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"
|
||||
],
|
||||
"long_retractions_when_ec": [
|
||||
"1",
|
||||
"1"
|
||||
@@ -114,6 +114,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.6 nozzle"
|
||||
],
|
||||
|
||||
@@ -15,10 +15,6 @@
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.94",
|
||||
"0.94"
|
||||
@@ -39,14 +35,6 @@
|
||||
"25",
|
||||
"35"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_volumetric_speed": [
|
||||
"-1",
|
||||
"-1"
|
||||
@@ -95,6 +83,18 @@
|
||||
"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"
|
||||
],
|
||||
"long_retractions_when_ec": [
|
||||
"1",
|
||||
"1"
|
||||
@@ -114,6 +114,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.8 nozzle"
|
||||
],
|
||||
|
||||
@@ -111,6 +111,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.6 nozzle"
|
||||
],
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.8 nozzle"
|
||||
],
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle"
|
||||
],
|
||||
|
||||
@@ -106,6 +106,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -106,6 +106,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle"
|
||||
],
|
||||
|
||||
@@ -106,6 +106,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.6 nozzle"
|
||||
],
|
||||
|
||||
@@ -106,6 +106,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.8 nozzle"
|
||||
],
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle",
|
||||
"Bambu Lab H2S 0.6 nozzle",
|
||||
|
||||
@@ -115,6 +115,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle",
|
||||
"Bambu Lab H2D 0.6 nozzle",
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle",
|
||||
"Bambu Lab H2S 0.6 nozzle",
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle"
|
||||
],
|
||||
|
||||
@@ -106,6 +106,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.6 nozzle",
|
||||
"Bambu Lab H2D 0.8 nozzle"
|
||||
|
||||
@@ -105,6 +105,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -105,6 +105,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle",
|
||||
"Bambu Lab H2S 0.6 nozzle",
|
||||
|
||||
@@ -123,6 +123,10 @@
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -27,10 +27,6 @@
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95",
|
||||
"0.95"
|
||||
@@ -51,14 +47,6 @@
|
||||
"25",
|
||||
"35"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_volumetric_speed": [
|
||||
"-1",
|
||||
"-1"
|
||||
@@ -107,6 +95,18 @@
|
||||
"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"
|
||||
],
|
||||
"hole_coef_2": [
|
||||
"-0.008"
|
||||
],
|
||||
@@ -147,6 +147,10 @@
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle"
|
||||
],
|
||||
|
||||
@@ -15,10 +15,6 @@
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95",
|
||||
"0.95"
|
||||
@@ -39,14 +35,6 @@
|
||||
"30",
|
||||
"40"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_volumetric_speed": [
|
||||
"-1",
|
||||
"-1"
|
||||
@@ -95,6 +83,18 @@
|
||||
"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"
|
||||
],
|
||||
"long_retractions_when_ec": [
|
||||
"1",
|
||||
"1"
|
||||
@@ -123,6 +123,10 @@
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.6 nozzle"
|
||||
],
|
||||
|
||||
@@ -15,10 +15,6 @@
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95",
|
||||
"0.95"
|
||||
@@ -39,14 +35,6 @@
|
||||
"30",
|
||||
"40"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_volumetric_speed": [
|
||||
"-1",
|
||||
"-1"
|
||||
@@ -95,6 +83,22 @@
|
||||
"Spiral Lift",
|
||||
"Spiral Lift"
|
||||
],
|
||||
"filament_extruder_id": [
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"long_retractions_when_ec": [
|
||||
"1",
|
||||
"1"
|
||||
@@ -123,6 +127,10 @@
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.8 nozzle"
|
||||
],
|
||||
|
||||
@@ -126,6 +126,10 @@
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -126,6 +126,10 @@
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.6 nozzle"
|
||||
],
|
||||
|
||||
@@ -126,6 +126,10 @@
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.8 nozzle"
|
||||
],
|
||||
|
||||
@@ -126,6 +126,10 @@
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle"
|
||||
],
|
||||
|
||||
@@ -103,6 +103,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -103,6 +103,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle"
|
||||
],
|
||||
|
||||
@@ -109,6 +109,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.6 nozzle",
|
||||
"Bambu Lab H2D 0.8 nozzle"
|
||||
|
||||
@@ -111,6 +111,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -111,6 +111,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle",
|
||||
"Bambu Lab H2S 0.6 nozzle",
|
||||
|
||||
@@ -109,6 +109,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle"
|
||||
],
|
||||
|
||||
@@ -109,6 +109,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.6 nozzle",
|
||||
"Bambu Lab H2D 0.8 nozzle"
|
||||
|
||||
@@ -117,6 +117,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle",
|
||||
"Bambu Lab H2S 0.6 nozzle",
|
||||
|
||||
@@ -103,6 +103,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle",
|
||||
"Bambu Lab H2D 0.6 nozzle",
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle",
|
||||
"Bambu Lab H2S 0.6 nozzle",
|
||||
|
||||
@@ -109,6 +109,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -27,10 +27,6 @@
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98",
|
||||
"0.98"
|
||||
@@ -51,14 +47,6 @@
|
||||
"30",
|
||||
"40"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_volumetric_speed": [
|
||||
"-1",
|
||||
"-1"
|
||||
@@ -107,6 +95,22 @@
|
||||
"Spiral Lift",
|
||||
"Spiral Lift"
|
||||
],
|
||||
"filament_extruder_id": [
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"hole_coef_3": [
|
||||
"0.18"
|
||||
],
|
||||
@@ -129,6 +133,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.6 nozzle"
|
||||
],
|
||||
|
||||
@@ -18,10 +18,6 @@
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98",
|
||||
"0.98"
|
||||
@@ -42,14 +38,6 @@
|
||||
"30",
|
||||
"40"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_volumetric_speed": [
|
||||
"-1",
|
||||
"-1"
|
||||
@@ -98,6 +86,18 @@
|
||||
"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"
|
||||
],
|
||||
"long_retractions_when_ec": [
|
||||
"1",
|
||||
"1"
|
||||
@@ -117,6 +117,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.8 nozzle"
|
||||
],
|
||||
|
||||
@@ -18,10 +18,6 @@
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98",
|
||||
"0.98"
|
||||
@@ -42,14 +38,6 @@
|
||||
"25",
|
||||
"35"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_volumetric_speed": [
|
||||
"-1",
|
||||
"-1"
|
||||
@@ -98,6 +86,18 @@
|
||||
"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"
|
||||
],
|
||||
"long_retractions_when_ec": [
|
||||
"1",
|
||||
"1"
|
||||
@@ -117,6 +117,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle"
|
||||
],
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.6 nozzle"
|
||||
],
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.8 nozzle"
|
||||
],
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle"
|
||||
],
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.8 nozzle"
|
||||
],
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle",
|
||||
"Bambu Lab H2D 0.6 nozzle"
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle",
|
||||
"Bambu Lab H2S 0.6 nozzle",
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.8 nozzle"
|
||||
],
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle",
|
||||
"Bambu Lab H2D 0.6 nozzle"
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle",
|
||||
"Bambu Lab H2S 0.6 nozzle",
|
||||
|
||||
@@ -108,6 +108,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle",
|
||||
"Bambu Lab H2D 0.6 nozzle",
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle",
|
||||
"Bambu Lab H2S 0.6 nozzle",
|
||||
|
||||
@@ -24,10 +24,6 @@
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98",
|
||||
"0.98"
|
||||
@@ -48,14 +44,6 @@
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_volumetric_speed": [
|
||||
"-1",
|
||||
"-1"
|
||||
@@ -104,6 +92,18 @@
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"long_retractions_when_ec": [
|
||||
"1",
|
||||
"1"
|
||||
@@ -123,6 +123,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -24,10 +24,6 @@
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98",
|
||||
"0.98"
|
||||
@@ -48,14 +44,6 @@
|
||||
"20",
|
||||
"30"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_volumetric_speed": [
|
||||
"-1",
|
||||
"-1"
|
||||
@@ -104,6 +92,18 @@
|
||||
"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"
|
||||
],
|
||||
"long_retractions_when_ec": [
|
||||
"1",
|
||||
"1"
|
||||
@@ -123,6 +123,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.8 nozzle"
|
||||
],
|
||||
|
||||
@@ -14,12 +14,12 @@
|
||||
"counter_coef_3": [
|
||||
"-0.32"
|
||||
],
|
||||
"counter_limit_max": [
|
||||
"0.05"
|
||||
],
|
||||
"counter_limit_min": [
|
||||
"-0.4"
|
||||
],
|
||||
"counter_limit_max": [
|
||||
"0.05"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"80"
|
||||
],
|
||||
@@ -36,10 +36,6 @@
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98",
|
||||
"0.98"
|
||||
@@ -60,14 +56,6 @@
|
||||
"20",
|
||||
"30"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_volumetric_speed": [
|
||||
"-1",
|
||||
"-1"
|
||||
@@ -116,6 +104,18 @@
|
||||
"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"
|
||||
],
|
||||
"hole_coef_2": [
|
||||
"-0.0081"
|
||||
],
|
||||
@@ -138,6 +138,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle",
|
||||
"Bambu Lab H2D 0.6 nozzle"
|
||||
|
||||
@@ -111,6 +111,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -111,6 +111,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle",
|
||||
"Bambu Lab H2S 0.6 nozzle",
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle",
|
||||
"Bambu Lab H2D 0.6 nozzle",
|
||||
|
||||
@@ -114,6 +114,10 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2S 0.4 nozzle",
|
||||
"Bambu Lab H2S 0.6 nozzle",
|
||||
|
||||
@@ -109,6 +109,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.2 nozzle"
|
||||
],
|
||||
|
||||
@@ -14,12 +14,12 @@
|
||||
"counter_coef_3": [
|
||||
"-0.32"
|
||||
],
|
||||
"counter_limit_max": [
|
||||
"0.05"
|
||||
],
|
||||
"counter_limit_min": [
|
||||
"-0.4"
|
||||
],
|
||||
"counter_limit_max": [
|
||||
"0.05"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"80"
|
||||
],
|
||||
@@ -30,10 +30,6 @@
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98",
|
||||
"0.98"
|
||||
@@ -54,14 +50,6 @@
|
||||
"30",
|
||||
"40"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_volumetric_speed": [
|
||||
"-1",
|
||||
"-1"
|
||||
@@ -110,6 +98,22 @@
|
||||
"Spiral Lift",
|
||||
"Spiral Lift"
|
||||
],
|
||||
"filament_extruder_id": [
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"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": [
|
||||
"-0.0081"
|
||||
],
|
||||
@@ -135,6 +139,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.6 nozzle"
|
||||
],
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user