mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-29 21:07:11 +00:00
Physical max-volumetric-speed test (belt #62 v4 asset) on the IR3 V2 with eSUN PLA white: the wall stayed clean up to ~100 mm/s = ~20 mm3/s before under-extrusion. The shipped cap of 10 mm3/s was ~half the real ceiling and was silently throttling infill. - eSUN PLA @IdeaFormer IR3 V2: filament_max_volumetric_speed 10 -> 20 - 0.20mm Standard @IdeaFormer IR3 V2: sparse_infill_speed 200 (~18 mm3/s at the new cap, no longer throttled). Outer wall (45), PA (0.12), accel (1000) unchanged — accuracy preserved. - IdeaFormer.json version bump for profile-cache refresh. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
35 lines
560 B
JSON
35 lines
560 B
JSON
{
|
|
"type": "filament",
|
|
"name": "eSUN PLA @IdeaFormer IR3 V2",
|
|
"inherits": "Generic PLA @IdeaFormer IR3 V2",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"compatible_printers": [
|
|
"IdeaFormer IR3 V2 0.4 nozzle"
|
|
],
|
|
"filament_type": [
|
|
"PLA"
|
|
],
|
|
"filament_vendor": [
|
|
"eSUN"
|
|
],
|
|
"filament_settings_id": [
|
|
"eSUN PLA @IdeaFormer IR3 V2"
|
|
],
|
|
"nozzle_temperature_initial_layer": [
|
|
"200"
|
|
],
|
|
"nozzle_temperature": [
|
|
"200"
|
|
],
|
|
"enable_pressure_advance": [
|
|
"1"
|
|
],
|
|
"pressure_advance": [
|
|
"0.12"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"20"
|
|
]
|
|
}
|