ENH: pick Qidi and Voxelab printers from orca

Change-Id: Ic441a96dfe82915c6b1ddfba07c5cabd7a7a4148
This commit is contained in:
xun.zhang 2023-06-15 14:37:55 +08:00 committed by Lane.Wei
parent 1f6a36897a
commit 4733a9a602
106 changed files with 7285 additions and 1 deletions

View file

@ -0,0 +1,45 @@
{
"type": "filament",
"filament_id": "GFG99",
"setting_id": "GFSG99_Voxelab_00",
"name": "Voxelab Generic PETG",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pet",
"reduce_fan_stop_start_freq": [
"1"
],
"slow_down_for_layer_cooling": [
"1"
],
"fan_cooling_layer_time": [
"30"
],
"overhang_fan_speed": [
"90"
],
"fan_max_speed": [
"40"
],
"fan_min_speed": [
"20"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"8"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"15"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"compatible_printers": [
"Voxelab Aquila X2 0.4 nozzle"
]
}