Tronxy profile revised (#123)

* Add Tronxy X5SA 400 Profile

* Update fdm_klipper_common.json

* Addjust Firmware Flavor to Marlin

* Tronxy profile revised
This commit is contained in:
Michael Birkler 2023-01-06 16:04:11 +01:00 committed by GitHub
parent 2ae6e90fd1
commit 32f8901fdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 1637 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"type": "filament",
"filament_id": "GFB99",
"setting_id": "GFSB99_TRONXY_00",
"name": "Tronxy Generic ABS",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_abs",
"filament_flow_ratio": [
"0.926"
],
"filament_max_volumetric_speed": [
"12"
],
"compatible_printers": [
"Tronxy X5SA 400 0.4 nozzle"
]
}