Added AD5X & SUNLU filaments for Flashforge + fixes & updates (#8573)

- Added AD5X
- Added SUNLU filaments for AD5 and AD3 series
- Updated SUNLU filament & setting IDs for BBL
- Updated SUNLU parameters in OrcaLibrary
- Fixes & enhancements for Flashforge profiles

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
Asim Siddiqui
2025-03-01 16:00:18 +11:00
committed by GitHub
parent 268601a3da
commit 18652068e3
263 changed files with 5315 additions and 8508 deletions

View File

@@ -0,0 +1,38 @@
{
"type": "filament",
"name": "SUNLU PETG @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "GFSNL08",
"instantiation": "false",
"description": "To get better transparent or translucent results with the corresponding filament, please refer to this wiki: Printing tips for transparent PETG.",
"cool_plate_temp": ["0"],
"cool_plate_temp_initial_layer": ["0"],
"eng_plate_temp": ["60"],
"eng_plate_temp_initial_layer": ["60"],
"fan_cooling_layer_time": ["30"],
"fan_max_speed": ["30"],
"fan_min_speed": ["10"],
"filament_cost": ["22.99"],
"filament_density": ["1.27"],
"filament_flow_ratio": ["0.98"],
"filament_max_volumetric_speed": ["12"],
"filament_vendor": ["SUNLU"],
"hot_plate_temp": ["60"],
"hot_plate_temp_initial_layer": ["60"],
"nozzle_temperature": ["245"],
"nozzle_temperature_initial_layer": ["250"],
"nozzle_temperature_range_high": ["280"],
"nozzle_temperature_range_low": ["230"],
"overhang_fan_speed": ["90"],
"overhang_fan_threshold": ["10%"],
"slow_down_layer_time": ["12"],
"textured_plate_temp": ["60"],
"textured_plate_temp_initial_layer": ["60"],
"temperature_vitrification": ["68"],
"enable_pressure_advance": ["1"],
"pressure_advance": ["0.046"],
"filament_start_gcode": [
";filament start gcode\n;right_extruder_material: PETG\n"
]
}