mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-22 10:22:08 +00:00
* Add new machines * profils fixes * Update VS30ULTRA (0.4 nozzle).json * accelerations removing * Fixes * Acceleration fixes * Update .gitignore --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
28 lines
798 B
JSON
28 lines
798 B
JSON
{
|
|
"type": "process",
|
|
"setting_id": "GP004",
|
|
"name": "Normal performance - 0.20mm",
|
|
"from": "system",
|
|
"inherits": "fdm_process_volumic_common",
|
|
"instantiation": "true",
|
|
"layer_height": "0.2",
|
|
"initial_layer_print_height": "0.2",
|
|
"bottom_shell_layers": "5",
|
|
"top_shell_layers": "5",
|
|
"initial_layer_speed": "130",
|
|
"initial_layer_infill_speed": "130",
|
|
"outer_wall_speed": "130",
|
|
"inner_wall_speed": "180",
|
|
"internal_solid_infill_speed": "220",
|
|
"top_surface_speed": "220",
|
|
"gap_infill_speed": "220",
|
|
"sparse_infill_speed": "220",
|
|
"support_speed": "220",
|
|
"travel_speed": "600",
|
|
"compatible_printers": [
|
|
"EXO42 Performance (0.4 nozzle)",
|
|
"EXO65 Performance (0.6 nozzle)",
|
|
"SH65 Performance (0.4 nozzle)"
|
|
]
|
|
}
|