mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fix issues for Peopoly profiles:
fixes includes: 1. 0.6 and 0.8 nozzles are not displayed 2. Some filaments are not enabled for 0.6 0.8 nozzle 3. version number 4. change default sparse_infill_pattern to crosshatch 5. change top_surface_pattern to monotonicline
This commit is contained in:
@@ -1,19 +1,20 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Peopoly Magneto X 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Peopoly Magneto X",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x400",
|
||||
"0x400"
|
||||
],
|
||||
"printable_height": "300"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Peopoly Magneto X 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Peopoly Magneto X",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x400",
|
||||
"0x400"
|
||||
],
|
||||
"printable_height": "300"
|
||||
}
|
||||
@@ -7,13 +7,14 @@
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Peopoly Magneto X",
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
"0.6"
|
||||
],
|
||||
"printer_variant": "0.6",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x400",
|
||||
"0x400"
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x400",
|
||||
"0x400"
|
||||
],
|
||||
"printable_height": "300",
|
||||
"max_layer_height": [
|
||||
@@ -28,6 +29,4 @@
|
||||
"retraction_length": [
|
||||
"1"
|
||||
]
|
||||
|
||||
|
||||
}
|
||||
@@ -7,13 +7,14 @@
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Peopoly Magneto X",
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
"0.8"
|
||||
],
|
||||
"printer_variant": "0.8",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x400",
|
||||
"0x400"
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x400",
|
||||
"0x400"
|
||||
],
|
||||
"printable_height": "300",
|
||||
"max_layer_height": [
|
||||
@@ -28,6 +29,4 @@
|
||||
"retraction_length": [
|
||||
"3"
|
||||
]
|
||||
|
||||
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"type": "machine_model",
|
||||
"name": "Peopoly Magneto X",
|
||||
"model_id": "Peopoly-Magneto-X",
|
||||
"nozzle_diameter": "0.4",
|
||||
"nozzle_diameter": "0.4;0.6;0.8",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Peopoly",
|
||||
"bed_model": "magnetox_model.stl",
|
||||
|
||||
Reference in New Issue
Block a user