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:
parent
3e232a86e8
commit
6af6a42ed9
14 changed files with 48 additions and 80 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Peopoly",
|
||||
"version": "01.06.05.02",
|
||||
"version": "02.01.00.01",
|
||||
"force_update": "0",
|
||||
"description": "Peopoly configurations",
|
||||
"machine_model_list": [
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
],
|
||||
"compatible_printers": [
|
||||
"Peopoly Magneto X 0.4 nozzle",
|
||||
"Peopoly Magneto X 0.6 nozzle"
|
||||
"Peopoly Magneto X 0.6 nozzle",
|
||||
"Peopoly Magneto X 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
"compatible_printers": [
|
||||
"Peopoly Magneto X 0.4 nozzle",
|
||||
"Peopoly Magneto X 0.6 nozzle"
|
||||
"Peopoly Magneto X 0.6 nozzle",
|
||||
"Peopoly Magneto X 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,37 +0,0 @@
|
|||
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSL99",
|
||||
"name": "Peopoly Generic PLA 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_max_volumetric_speed": [
|
||||
"40"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"nozzle_temperature_initial_layer":[
|
||||
"215"
|
||||
],
|
||||
"nozzle_temperature":[
|
||||
"210"
|
||||
],
|
||||
"hot_plate_temp_initial_layer":["50"],
|
||||
"hot_plate_temp":["50"],
|
||||
"fan_max_speed":[
|
||||
"70"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"filament_type": [
|
||||
"PLA"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Peopoly Magneto X 0.4 nozzle",
|
||||
"Peopoly Magneto X 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -47,6 +47,7 @@
|
|||
],
|
||||
"compatible_printers": [
|
||||
"Peopoly Magneto X 0.4 nozzle",
|
||||
"Peopoly Magneto X 0.6 nozzle"
|
||||
"Peopoly Magneto X 0.6 nozzle",
|
||||
"Peopoly Magneto X 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
],
|
||||
"compatible_printers": [
|
||||
"Peopoly Magneto X 0.4 nozzle",
|
||||
"Peopoly Magneto X 0.6 nozzle"
|
||||
"Peopoly Magneto X 0.6 nozzle",
|
||||
"Peopoly Magneto X 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
],
|
||||
"compatible_printers": [
|
||||
"Peopoly Magneto X 0.4 nozzle",
|
||||
"Peopoly Magneto X 0.6 nozzle"
|
||||
"Peopoly Magneto X 0.6 nozzle",
|
||||
"Peopoly Magneto X 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -40,6 +40,7 @@
|
|||
],
|
||||
"compatible_printers": [
|
||||
"Peopoly Magneto X 0.4 nozzle",
|
||||
"Peopoly Magneto X 0.6 nozzle"
|
||||
"Peopoly Magneto X 0.6 nozzle",
|
||||
"Peopoly Magneto X 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printer_variant": "0.6",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
|
@ -28,6 +29,4 @@
|
|||
"retraction_length": [
|
||||
"1"
|
||||
]
|
||||
|
||||
|
||||
}
|
|
@ -9,6 +9,7 @@
|
|||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printer_variant": "0.8",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
|
@ -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",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"line_width": "0.45",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_pattern": "crosshatch",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"initial_layer_speed": "20",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"line_width": "0.4",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"sparse_infill_pattern": "crosshatch",
|
||||
"initial_layer_acceleration": "500",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"initial_layer_print_height": "0.2",
|
||||
|
@ -84,7 +84,7 @@
|
|||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.8",
|
||||
|
|
Loading…
Reference in a new issue