orcaslicer/resources/profiles/Tronxy/machine/Tronxy X5SA 400 0.4 nozzle.json
Michael Birkler d9a3d9d7d8 ENH: add the Tronxy profiles from community
this patch is cherry-picked from OrcaSlicer
Thanks Michael Birkler for adding Tronxy profiles

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I3aab8d5e9c03f6632bdde292f91232392eaf7cf7
2023-09-22 16:21:26 +08:00

23 lines
496 B
JSON

{
"type": "machine",
"setting_id": "GM_Tronxy_003",
"name": "Tronxy X5SA 400 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Tronxy X5SA 400 Marlin Firmware",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"400x0",
"400x400",
"0x400"
],
"printable_height": "400",
"default_filament_profile": [
"Generic PLA @Tronxy"
],
"default_print_profile": "0.20mm Standard @Tronxy"
}