mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Fixed many profile issues and cleaned up some messes. (#10686)
This commit is contained in:
@@ -1,17 +1,27 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM008",
|
||||
"name": "Qidi Q2 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Qidi Q2 0.4 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GM008",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Qidi Q2",
|
||||
"printer_variant": "0.2",
|
||||
"default_filament_profile": ["QIDI PLA Rapido @Qidi Q2 0.2 nozzle"],
|
||||
"default_filament_profile": [
|
||||
"QIDI PLA Rapido @Qidi Q2 0.2 nozzle"
|
||||
],
|
||||
"default_print_profile": "0.10mm Standard @Q2 0.2 nozzle",
|
||||
"max_layer_height": ["0.14"],
|
||||
"min_layer_height": ["0.04"],
|
||||
"nozzle_diameter": ["0.2"],
|
||||
"retraction_length": ["0.4"],
|
||||
"max_layer_height": [
|
||||
"0.14"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.04"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.4"
|
||||
],
|
||||
"support_box_temp_control": "1"
|
||||
}
|
||||
Reference in New Issue
Block a user