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": "GFS99",
"setting_id": "GFSS99_TRONXY_00",
"name": "Tronxy Generic PVA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pva",
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [
"7"
],
"slow_down_min_speed": [
"20"
],
"compatible_printers": [
"Tronxy X5SA 400 0.4 nozzle"
]
}