Add Profiles for The Positron profiles (#5640)

* add the positron profiles

* update printable_height to 165
This commit is contained in:
SoftFever
2024-06-09 00:17:22 +08:00
committed by GitHub
parent ef73bafeb0
commit aa692b815e
41 changed files with 1945 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.16mm Optimal @The Positron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_the_positron_common",
"bottom_shell_layers": "4",
"top_shell_layers": "5",
"support_top_z_distance": "0.16",
"support_bottom_z_distance": "0.16",
"layer_height": "0.16",
"initial_layer_print_height": "0.2",
"compatible_printers": [
"The Positron 0.4 nozzle",
"The Positron 0.2 nozzle",
"The Positron 0.6 nozzle",
"The Positron 0.8 nozzle"
]
}