ENH:[filament/process/machine] Rename H2 to H2S

Change-Id: I180fe8b9c13cae3027f0dc7bfcfd38d6a66166c3
(cherry picked from commit 66c0856928557f7deda784b9f2b9c4a94440925b)
This commit is contained in:
qian.wang
2025-06-13 10:00:50 +08:00
committed by Noisyfox
parent 1a8138a996
commit 8b3c8fddb1
118 changed files with 788 additions and 788 deletions

View File

@@ -1,19 +1,19 @@
{
"type": "machine",
"name": "Bambu Lab H2 0.2 nozzle",
"inherits": "Bambu Lab H2 0.4 nozzle",
"name": "Bambu Lab H2S 0.2 nozzle",
"inherits": "Bambu Lab H2S 0.4 nozzle",
"from": "system",
"setting_id": "GM038",
"instantiation": "true",
"nozzle_diameter": [
"0.2"
],
"printer_model": "Bambu Lab H2",
"printer_model": "Bambu Lab H2S",
"printer_variant": "0.2",
"default_filament_profile": [
"Bambu PLA Basic @BBL H2 0.2 nozzle"
"Bambu PLA Basic @BBL H2S 0.2 nozzle"
],
"default_print_profile": "0.10mm Standard @BBL H2 0.2 nozzle",
"default_print_profile": "0.10mm Standard @BBL H2S 0.2 nozzle",
"max_layer_height": [
"0.14"
],

View File

@@ -1,16 +1,16 @@
{
"type": "machine",
"name": "Bambu Lab H2 0.6 nozzle",
"inherits": "Bambu Lab H2 0.4 nozzle",
"name": "Bambu Lab H2S 0.6 nozzle",
"inherits": "Bambu Lab H2S 0.4 nozzle",
"from": "system",
"setting_id": "GM039",
"instantiation": "true",
"nozzle_diameter": [
"0.6"
],
"printer_model": "Bambu Lab H2",
"printer_model": "Bambu Lab H2S",
"printer_variant": "0.6",
"default_print_profile": "0.30mm Standard @BBL H2 0.6 nozzle",
"default_print_profile": "0.30mm Standard @BBL H2S 0.6 nozzle",
"max_layer_height": [
"0.42"
],

View File

@@ -1,16 +1,16 @@
{
"type": "machine",
"name": "Bambu Lab H2 0.8 nozzle",
"inherits": "Bambu Lab H2 0.4 nozzle",
"name": "Bambu Lab H2S 0.8 nozzle",
"inherits": "Bambu Lab H2S 0.4 nozzle",
"from": "system",
"setting_id": "GM040",
"instantiation": "true",
"nozzle_diameter": [
"0.8"
],
"printer_model": "Bambu Lab H2",
"printer_model": "Bambu Lab H2S",
"printer_variant": "0.8",
"default_print_profile": "0.40mm Standard @BBL H2 0.8 nozzle",
"default_print_profile": "0.40mm Standard @BBL H2S 0.8 nozzle",
"max_layer_height": [
"0.56"
],

View File

@@ -1,6 +1,6 @@
{
"type": "machine_model",
"name": "Bambu Lab H2",
"name": "Bambu Lab H2S",
"nozzle_diameter": "0.2;0.4;0.6;0.8",
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json",
"bed_model": "bbl-3dp-O1S.stl",
@@ -10,5 +10,5 @@
"family": "BBL-3DP",
"machine_tech": "FFF",
"model_id": "O1S",
"default_materials": "Bambu PLA Basic @BBL O1S;Bambu PLA Matte @BBL O1S;Bambu PLA Tough @BBL O1S;Bambu PLA Marble @BBL O1S;Bambu PLA Metal @BBL O1S;Bambu PLA Silk @BBL O1S;Bambu TPU 95A HF @BBL O1S;Bambu PETG Basic @BBL O1S"
"default_materials": "Bambu PLA Basic @BBL H2S;Bambu PLA Matte @BBL H2S;Bambu PLA Tough @BBL H2S;Bambu PLA Marble @BBL H2S;Bambu PLA Metal @BBL H2S;Bambu PLA Silk @BBL H2S;Bambu TPU 95A HF @BBL H2S;Bambu PETG Basic @BBL H2S"
}