mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-26 12:22:32 +00:00
IdeaFormer IR3 V2: tune eSUN PLA white speed from HW max-vol-speed calibration
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>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "IdeaFormer",
|
"name": "IdeaFormer",
|
||||||
"version": "02.00.00.00",
|
"version": "02.00.00.02",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "IdeaFormer belt printer configurations",
|
"description": "IdeaFormer belt printer configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
|||||||
@@ -29,6 +29,6 @@
|
|||||||
"0.12"
|
"0.12"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"10"
|
"20"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
"skirt_loops": "0",
|
"skirt_loops": "0",
|
||||||
"skirt_distance": "0",
|
"skirt_distance": "0",
|
||||||
"sparse_infill_pattern": "grid",
|
"sparse_infill_pattern": "grid",
|
||||||
|
"sparse_infill_speed": "200",
|
||||||
"support_base_pattern": "rectilinear",
|
"support_base_pattern": "rectilinear",
|
||||||
"support_interface_pattern": "rectilinear",
|
"support_interface_pattern": "rectilinear",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
|
|||||||
Reference in New Issue
Block a user