Add Tronxy X5SA 400 Profile (#81)

* Add Tronxy X5SA 400 Profile

* Update fdm_klipper_common.json

* Addjust Firmware Flavor to Marlin
This commit is contained in:
Michael Birkler 2023-01-03 03:00:12 +01:00 committed by GitHub
parent c0f7c6d5eb
commit 022ed78904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 1753 additions and 0 deletions

View file

@ -0,0 +1,24 @@
{
"type": "filament",
"filament_id": "GFL98",
"setting_id": "GFSL98_TRONXY_00",
"name": "Tronxy Generic PLA-CF",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_flow_ratio": [
"0.95"
],
"filament_type": [
"PLA-CF"
],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [
"7"
],
"compatible_printers": [
"Tronxy X5SA 400 0.4 nozzle"
]
}