Add new machines

This commit is contained in:
VOLUMIC
2025-02-01 17:01:04 +01:00
parent 6473a0d2c8
commit 1924d9b7ae
73 changed files with 1062 additions and 29 deletions

View File

@@ -0,0 +1,27 @@
{
"type": "process",
"setting_id": "GP004",
"name": "Normal performance - 0.30mm",
"from": "system",
"inherits": "fdm_process_volumic_common",
"instantiation": "true",
"layer_height": "0.3",
"initial_layer_print_height": "0.3",
"bottom_shell_layers": "3",
"top_shell_layers": "3",
"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)"
]
}