Update G1 printer configurations and material (#9365)

* squash all commits

* rename file to lower case

* add tmp file to change name

* add tmp file to change name

* update g1 profile configuration

* chore: add renamed_from attribute

* fix: typo

* fix: typo

* chore: fix printer_model reference
This commit is contained in:
GiacomoGuaresi
2025-04-18 10:38:36 +02:00
committed by GitHub
parent f5849e5c08
commit addade1216
30 changed files with 528 additions and 554 deletions

View File

@@ -6,7 +6,7 @@
"machine_model_list": [
{
"name": "ginger G1",
"sub_path": "machine/ginger G1.json"
"sub_path": "machine/Ginger G1.json"
}
],
"machine_list": [
@@ -16,23 +16,23 @@
},
{
"name": "ginger_one_common",
"sub_path": "machine/ginger_one_common.json"
"sub_path": "machine/Ginger_G1_common.json"
},
{
"name": "ginger G1 1.2 nozzle",
"sub_path": "machine/ginger G1 1.2 nozzle.json"
"sub_path": "machine/Ginger G1 1.2 nozzle.json"
},
{
"name": "ginger G1 3.0 nozzle",
"sub_path": "machine/ginger G1 3.0 nozzle.json"
"sub_path": "machine/Ginger G1 3.0 nozzle.json"
},
{
"name": "ginger G1 5.0 nozzle",
"sub_path": "machine/ginger G1 5.0 nozzle.json"
"sub_path": "machine/Ginger G1 5.0 nozzle.json"
},
{
"name": "ginger G1 8.0 nozzle",
"sub_path": "machine/ginger G1 8.0 nozzle.json"
"sub_path": "machine/Ginger G1 8.0 nozzle.json"
}
],
"process_list": [
@@ -66,22 +66,6 @@
"name": "fdm_filament_common",
"sub_path": "filament/fdm_filament_common.json"
},
{
"name": "fdm_filament_petg",
"sub_path": "filament/fdm_filament_petg.json"
},
{
"name": "fdm_filament_pla",
"sub_path": "filament/fdm_filament_pla.json"
},
{
"name": "fdm_filament_rpetg",
"sub_path": "filament/fdm_filament_rpetg.json"
},
{
"name": "fdm_filament_rpla",
"sub_path": "filament/fdm_filament_rpla.json"
},
{
"name": "Ginger Generic PETG",
"sub_path": "filament/Ginger Generic PETG.json"
@@ -89,14 +73,6 @@
{
"name": "Ginger Generic PLA",
"sub_path": "filament/Ginger Generic PLA.json"
},
{
"name": "Ginger Generic rPETG",
"sub_path": "filament/Ginger Generic rPETG.json"
},
{
"name": "Ginger Generic rPLA",
"sub_path": "filament/Ginger Generic rPLA.json"
}
]
}