ENH: add profiles for H2D

This commit is contained in:
Noisyfox
2025-09-05 17:37:14 +08:00
parent 9fc3b38da8
commit 4120c64c5e
327 changed files with 16141 additions and 699 deletions

View File

@@ -0,0 +1,115 @@
{
"type": "filament",
"name": "Generic TPU for AMS @BBL H2D",
"inherits": "Generic TPU for AMS @base",
"from": "system",
"setting_id": "GFSU98_04",
"instantiation": "true",
"description": "If you are to print a kind of soft TPU, please don't slice with this profile, and it is only for TPU that has high enough hardness (not less than 55D) and is compatible with the AMS. To get better printing quality, please refer to this wiki: TPU printing guide.",
"fan_cooling_layer_time": [
"40"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"10"
],
"filament_deretraction_speed": [
"nil",
"nil"
],
"filament_flow_ratio": [
"1",
"1"
],
"filament_long_retractions_when_cut": [
"nil",
"nil"
],
"filament_max_volumetric_speed": [
"10.5",
"10.5"
],
"filament_retract_before_wipe": [
"nil",
"nil"
],
"filament_retract_restart_extra": [
"nil",
"nil"
],
"filament_retract_when_changing_layer": [
"nil",
"nil"
],
"filament_retraction_distances_when_cut": [
"nil",
"nil"
],
"filament_retraction_length": [
"nil",
"nil"
],
"filament_retraction_minimum_travel": [
"nil",
"nil"
],
"filament_retraction_speed": [
"nil",
"nil"
],
"filament_wipe": [
"nil",
"nil"
],
"filament_wipe_distance": [
"nil",
"nil"
],
"filament_z_hop": [
"nil",
"nil"
],
"filament_z_hop_types": [
"nil",
"nil"
],
"filament_extruder_variant": [
"Direct Drive Standard",
"Direct Drive High Flow"
],
"filament_retract_lift_above": [
"nil",
"nil"
],
"filament_retract_lift_below": [
"nil",
"nil"
],
"nozzle_temperature": [
"230",
"230"
],
"nozzle_temperature_initial_layer": [
"230",
"230"
],
"overhang_fan_threshold": [
"25%"
],
"slow_down_layer_time": [
"10"
],
"compatible_printers": [
"Bambu Lab H2D 0.4 nozzle",
"Bambu Lab H2D 0.6 nozzle",
"Bambu Lab H2D 0.8 nozzle"
],
"filament_start_gcode": [
"; filament start gcode\nM145 P0 ; set airduct mode to cooling mode\nM142 P1 R35 S40 U0.3 V0.5 ; set chamber autocooling"
],
"filament_end_gcode": [
"; filament end gcode \n"
]
}