Files
OrcaSlicer/resources/profiles/BBL/filament/Generic TPU.json
2022-07-19 06:27:26 -07:00

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"
]
}