mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
Qidi Plus4 profile improvements (#7868)
* Added new filament (PLA High Speed) * Changed default infill to crosshatch * Added precise wall option
This commit is contained in:
parent
f7ee8642e9
commit
3375b53141
8 changed files with 122 additions and 3 deletions
|
@ -772,6 +772,22 @@
|
||||||
"name": "Qidi Generic PLA @Qidi X-Smart 3 0.2 nozzle",
|
"name": "Qidi Generic PLA @Qidi X-Smart 3 0.2 nozzle",
|
||||||
"sub_path": "filament/Qidi Generic PLA @Qidi X-Smart 3 0.2 nozzle.json"
|
"sub_path": "filament/Qidi Generic PLA @Qidi X-Smart 3 0.2 nozzle.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Qidi Generic PLA High Speed @Qidi X-Plus 4 0.2 nozzle",
|
||||||
|
"sub_path": "filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.2 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Qidi Generic PLA High Speed @Qidi X-Plus 4 0.4 nozzle",
|
||||||
|
"sub_path": "filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Qidi Generic PLA High Speed @Qidi X-Plus 4 0.6 nozzle",
|
||||||
|
"sub_path": "filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.6 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Qidi Generic PLA High Speed @Qidi X-Plus 4 0.8 nozzle",
|
||||||
|
"sub_path": "filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.8 nozzle.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Qidi Generic TPU 95A",
|
"name": "Qidi Generic TPU 95A",
|
||||||
"sub_path": "filament/Qidi Generic TPU 95A.json"
|
"sub_path": "filament/Qidi Generic TPU 95A.json"
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFL99",
|
||||||
|
"setting_id": "GFSL99",
|
||||||
|
"name": "Qidi Generic PLA High Speed @Qidi X-Plus 4 0.2 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "Qidi Generic PLA @Qidi X-Plus 4 0.2 nozzle",
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"6"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
|
"pressure_advance": [
|
||||||
|
"0.034"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"220"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"Qidi X-Plus 4 0.2 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFL99",
|
||||||
|
"setting_id": "GFSL99",
|
||||||
|
"name": "Qidi Generic PLA High Speed @Qidi X-Plus 4 0.4 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "Qidi Generic PLA @Qidi X-Plus 4 0.4 nozzle",
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"6"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"18"
|
||||||
|
],
|
||||||
|
"pressure_advance": [
|
||||||
|
"0.034"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"220"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"Qidi X-Plus 4 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFL99",
|
||||||
|
"setting_id": "GFSL99",
|
||||||
|
"name": "Qidi Generic PLA High Speed @Qidi X-Plus 4 0.6 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "Qidi Generic PLA @Qidi X-Plus 4 0.6 nozzle",
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"6"
|
||||||
|
],
|
||||||
|
"enable_pressure_advance": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"pressure_advance": [
|
||||||
|
"0.016"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"18"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"220"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"Qidi X-Plus 4 0.6 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFL99",
|
||||||
|
"setting_id": "GFSL99",
|
||||||
|
"name": "Qidi Generic PLA High Speed @Qidi X-Plus 4 0.8 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "Qidi Generic PLA @Qidi X-Plus 4 0.8 nozzle",
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"6"
|
||||||
|
],
|
||||||
|
"enable_pressure_advance": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"pressure_advance": [
|
||||||
|
"0.008"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"18"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"220"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"Qidi X-Plus 4 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -8,5 +8,5 @@
|
||||||
"bed_model": "qidi_xplus4_buildplate_model.stl",
|
"bed_model": "qidi_xplus4_buildplate_model.stl",
|
||||||
"bed_texture": "qidi_xplus4_buildplate_texture.png",
|
"bed_texture": "qidi_xplus4_buildplate_texture.png",
|
||||||
"hotend_model": "qidi_xseries_gen3_hotend.stl",
|
"hotend_model": "qidi_xseries_gen3_hotend.stl",
|
||||||
"default_materials": "QIDI PLA Rapido @Qidi X-Plus 4 0.4 nozzle;QIDI PLA Rapido @Qidi X-Plus 4 0.2 nozzle;QIDI PLA Rapido @Qidi X-Plus 4 0.6 nozzle;QIDI PLA Rapido @Qidi X-Plus 4 0.8 nozzle;QIDI ABS Rapido @Qidi X-Plus 4 0.4 nozzle;QIDI ABS Rapido @Qidi X-Plus 4 0.2 nozzle;QIDI ABS Rapido @Qidi X-Plus 4 0.6 nozzle;QIDI ABS Rapido @Qidi X-Plus 4 0.8 nozzle;QIDI PETG Tough @Qidi X-Plus 4 0.4 nozzle;QIDI PETG Tough @Qidi X-Plus 4 0.2 nozzle;QIDI PETG Tough @Qidi X-Plus 4 0.6 nozzle;QIDI PETG Tough @Qidi X-Plus 4 0.8 nozzle;QIDI PLA Rapido Matte @Qidi X-Plus 4 0.4 nozzle;QIDI PLA Rapido Matte @Qidi X-Plus 4 0.2 nozzle;QIDI PLA Rapido Matte @Qidi X-Plus 4 0.6 nozzle;QIDI PLA Rapido Matte @Qidi X-Plus 4 0.8 nozzle;QIDI ASA @Qidi X-Plus 4 0.4 nozzle;QIDI ASA @Qidi X-Plus 4 0.2 nozzle;QIDI ASA @Qidi X-Plus 4 0.6 nozzle;QIDI ASA @Qidi X-Plus 4 0.8 nozzle;Qidi Generic PETG @Qidi X-Plus 4 0.4 nozzle;Qidi Generic PETG @Qidi X-Plus 4 0.2 nozzle;Qidi Generic PETG @Qidi X-Plus 4 0.6 nozzle;Qidi Generic PETG @Qidi X-Plus 4 0.8 nozzle;Qidi Generic PLA Silk @Qidi X-Plus 4 0.4 nozzle;Qidi Generic PLA @Qidi X-Plus 4 0.4 nozzle;Qidi Generic PLA @Qidi X-Plus 4 0.2 nozzle;Qidi Generic PLA @Qidi X-Plus 4 0.6 nozzle;Qidi Generic PLA @Qidi X-Plus 4 0.8 nozzle"
|
"default_materials": "QIDI PLA Rapido @Qidi X-Plus 4 0.4 nozzle;QIDI PLA Rapido @Qidi X-Plus 4 0.2 nozzle;QIDI PLA Rapido @Qidi X-Plus 4 0.6 nozzle;QIDI PLA Rapido @Qidi X-Plus 4 0.8 nozzle;QIDI ABS Rapido @Qidi X-Plus 4 0.4 nozzle;QIDI ABS Rapido @Qidi X-Plus 4 0.2 nozzle;QIDI ABS Rapido @Qidi X-Plus 4 0.6 nozzle;QIDI ABS Rapido @Qidi X-Plus 4 0.8 nozzle;QIDI PETG Tough @Qidi X-Plus 4 0.4 nozzle;QIDI PETG Tough @Qidi X-Plus 4 0.2 nozzle;QIDI PETG Tough @Qidi X-Plus 4 0.6 nozzle;QIDI PETG Tough @Qidi X-Plus 4 0.8 nozzle;QIDI PLA Rapido Matte @Qidi X-Plus 4 0.4 nozzle;QIDI PLA Rapido Matte @Qidi X-Plus 4 0.2 nozzle;QIDI PLA Rapido Matte @Qidi X-Plus 4 0.6 nozzle;QIDI PLA Rapido Matte @Qidi X-Plus 4 0.8 nozzle;QIDI ASA @Qidi X-Plus 4 0.4 nozzle;QIDI ASA @Qidi X-Plus 4 0.2 nozzle;QIDI ASA @Qidi X-Plus 4 0.6 nozzle;QIDI ASA @Qidi X-Plus 4 0.8 nozzle;Qidi Generic PETG @Qidi X-Plus 4 0.4 nozzle;Qidi Generic PETG @Qidi X-Plus 4 0.2 nozzle;Qidi Generic PETG @Qidi X-Plus 4 0.6 nozzle;Qidi Generic PETG @Qidi X-Plus 4 0.8 nozzle;Qidi Generic PLA Silk @Qidi X-Plus 4 0.4 nozzle;Qidi Generic PLA @Qidi X-Plus 4 0.4 nozzle;Qidi Generic PLA @Qidi X-Plus 4 0.2 nozzle;Qidi Generic PLA @Qidi X-Plus 4 0.6 nozzle;Qidi Generic PLA @Qidi X-Plus 4 0.8 nozzle;Qidi Generic PLA High Speed @Qidi X-Plus 4 0.4 nozzle;Qidi Generic PLA High Speed @Qidi X-Plus 4 0.2 nozzle;Qidi Generic PLA High Speed @Qidi X-Plus 4 0.6 nozzle;Qidi Generic PLA High Speed @Qidi X-Plus 4 0.8 nozzle"
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"line_width": "0.45",
|
"line_width": "0.45",
|
||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "crosshatch",
|
||||||
"initial_layer_line_width": "0.42",
|
"initial_layer_line_width": "0.42",
|
||||||
"initial_layer_print_height": "0.2",
|
"initial_layer_print_height": "0.2",
|
||||||
"initial_layer_speed": "20",
|
"initial_layer_speed": "20",
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"line_width": "0.4",
|
"line_width": "0.4",
|
||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"sparse_infill_density": "15%",
|
"sparse_infill_density": "15%",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "crosshatch",
|
||||||
"initial_layer_acceleration": "500",
|
"initial_layer_acceleration": "500",
|
||||||
"travel_acceleration": "700",
|
"travel_acceleration": "700",
|
||||||
"inner_wall_acceleration": "500",
|
"inner_wall_acceleration": "500",
|
||||||
|
@ -89,6 +89,7 @@
|
||||||
"initial_layer_speed": "15",
|
"initial_layer_speed": "15",
|
||||||
"initial_layer_infill_speed": "20",
|
"initial_layer_infill_speed": "20",
|
||||||
"outer_wall_speed": "25",
|
"outer_wall_speed": "25",
|
||||||
|
"precise_outer_wall": "1",
|
||||||
"inner_wall_speed": "40",
|
"inner_wall_speed": "40",
|
||||||
"internal_solid_infill_speed": "40",
|
"internal_solid_infill_speed": "40",
|
||||||
"top_surface_speed": "30",
|
"top_surface_speed": "30",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue