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,24 @@
{
"type": "filament",
"filament_id": "GFN98",
"setting_id": "GFSN98_TRONXY_00",
"name": "Tronxy Generic PA-CF",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pa",
"filament_type": [
"PA-CF"
],
"nozzle_temperature_initial_layer": [
"280"
],
"nozzle_temperature": [
"280"
],
"filament_max_volumetric_speed": [
"8"
],
"compatible_printers": [
"Tronxy X5SA 400 0.4 nozzle"
]
}