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,12 @@
{
"type": "machine_model",
"name": "Tronxy X5SA 400 (Marlin)",
"model_id": "Tronxy X5SA_400",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "TronxyDesign",
"bed_model": "",
"bed_texture": "tronxy_logo.png",
"hotend_model": "hotend.stl",
"default_materials": "Tronxy Generic ABS;Tronxy Generic PLA;Tronxy Generic PLA-CF;Tronxy Generic PETG;Tronxy Generic TPU;Tronxy Generic ASA;Tronxy Generic PC;Tronxy Generic PVA;Tronxy Generic PA;Tronxy Generic PA-CF"
}