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,26 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "The Positron 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_common_the_positron",
"printer_model": "The Positron",
"nozzle_diameter": [
"0.2"
],
"max_layer_height": [
"0.16"
],
"min_layer_height": [
"0.04"
],
"printer_variant": "0.2",
"printable_area": [
"0x0",
"180x0",
"180x180",
"0x180"
],
"printable_height": "165"
}