mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Prettified json formatting
prettified/simplified json formatting using jj
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Flashforge Adventurer 3 Series 0.6 Nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_adventurer3_common",
|
||||
"printer_model": "Flashforge Adventurer 3 Series",
|
||||
"default_print_profile": "0.20mm Standard @Flashforge AD3 0.6 Nozzle",
|
||||
"nozzle_diameter": [ "0.6", "0.6" ],
|
||||
"printer_variant": "0.6",
|
||||
"max_layer_height": [ "0.6", "0.6" ],
|
||||
"min_layer_height": [ "0.01", "0.01" ]
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Flashforge Adventurer 3 Series 0.6 Nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_adventurer3_common",
|
||||
"printer_model": "Flashforge Adventurer 3 Series",
|
||||
"default_print_profile": "0.20mm Standard @Flashforge AD3 0.6 Nozzle",
|
||||
"nozzle_diameter": ["0.6", "0.6"],
|
||||
"printer_variant": "0.6",
|
||||
"max_layer_height": ["0.6", "0.6"],
|
||||
"min_layer_height": ["0.01", "0.01"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user