mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-20 01:12:09 +00:00
25 lines
746 B
JSON
25 lines
746 B
JSON
{
|
|
"type": "filament",
|
|
"filament_id": "GFR99",
|
|
"setting_id": "GFSR99",
|
|
"name": "Generic TPU",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_filament_tpu",
|
|
"filament_max_volumetric_speed": [
|
|
"3.2"
|
|
],
|
|
"filament_start_gcode": [
|
|
"; filament start gcode\n{if (bed_temperature[current_extruder] > 60)||(bed_temperature_initial_layer[current_extruder]>60)}M106 P3 S255\n{endif};Prevent PETG from jamming"
|
|
],
|
|
"compatible_printers": [
|
|
"Bambu Lab X1 Carbon 0.4 nozzle",
|
|
"Voron 2.4 250 0.4 nozzle",
|
|
"Voron 2.4 300 0.4 nozzle",
|
|
"Voron 2.4 350 0.4 nozzle",
|
|
"Voron 0.1 0.4 nozzle",
|
|
"Prusa MK3S 0.4 nozzle",
|
|
"Bambu Lab X1 0.4 nozzle"
|
|
]
|
|
}
|