fix BIQU Profiles (#1147)

This commit is contained in:
fr3ak2402 2023-05-27 03:07:29 +02:00 committed by GitHub
parent 2f34ddb524
commit cf4df922bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 282 additions and 292 deletions

View file

@ -0,0 +1,14 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard @BIQU BX (0.4 nozzle)",
"from": "system",
"inherits": "fdm_process_biqu_common",
"instantiation": "true",
"layer_height": "0.2",
"bottom_shell_layers": "3",
"top_shell_layers": "4",
"compatible_printers": [
"BIQU BX (0.4 nozzle)"
]
}