orcaslicer/resources/profiles/Comgrow/filament/Comgrow Generic PETG.json
Trist0ne 10a0f58a61
T500 profile fixes and optimizations (#2848)
Corrected corrupted buildplate texture, corrected too high accelerations that made printing 0.4mm impossible, optimized T500 print and filament profiles with testing
2023-11-29 22:35:30 +08:00

28 lines
812 B
JSON

{
"type": "filament",
"filament_id": "GFG99",
"setting_id": "GFSA04",
"name": "Comgrow Generic PETG",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pet",
"reduce_fan_stop_start_freq": ["1"],
"slow_down_for_layer_cooling": ["1"],
"fan_cooling_layer_time": ["30"],
"overhang_fan_speed": ["90"],
"overhang_fan_threshold": ["25%"],
"fan_max_speed": ["25"],
"fan_min_speed": ["10"],
"slow_down_min_speed": ["10"],
"slow_down_layer_time": ["8"],
"filament_flow_ratio": ["0.98"],
"filament_max_volumetric_speed": ["8"],
"nozzle_temperature_initial_layer": ["260"],
"filament_retraction_length": ["0.5"],
"filament_start_gcode": ["; filament start gcode\n"],
"compatible_printers": [
"Comgrow T500 0.4 nozzle",
"Comgrow T500 0.6 nozzle",
"Comgrow T500 0.8 nozzle"
]
}