Add Voron process settings

This commit is contained in:
SoftFever 2022-07-17 19:24:44 +08:00 committed by SoftFever
parent 8f056777c6
commit e2d0442f82
39 changed files with 160 additions and 247 deletions

View file

@ -1,12 +1,22 @@
{
"type": "process",
"setting_id": "GP002",
"name": "0.12mm Fine @BBL X1C",
"name": "0.12mm Fine @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_bbl_0.12",
"initial_layer_speed": "50",
"initial_layer_infill_speed": "105",
"outer_wall_speed": "120",
"inner_wall_speed": "200",
"sparse_infill_speed": "300",
"internal_solid_infill_speed": "200",
"top_surface_speed": "100",
"gap_infill_speed": "100",
"travel_speed": "350",
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle"
"Voron 2.4 250 0.4 nozzle",
"Voron 2.4 300 0.4 nozzle",
"Voron 2.4 350 0.4 nozzle"
]
}