mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-22 16:32:40 +00:00
Fix incorrect printable_area for Raise3D Pro3 and Pro3 Plus profiles All Raise3D Pro3/Pro3 Plus machine profiles (Left, Right, Dual) shared the same 340x300 printable_area regardless of single vs dual extruder use. This overstated single-extruder X travel by 40mm and failed to shrink the Dual profile to the real nozzle-overlap zone. Corrected to Raise3D's published build volume specs: - Single extruder (Left/Right): 300 x 300 mm - Dual extruder: 255 x 300 mm printable_height (300 for Pro3, 605 for Pro3 Plus) and origin (0,0) are unchanged; both were already correct. Source: https://www.raise3d.com/pro3-series/ Co-authored-by: Jon Ashton <ashtonj@zentechman.com> Co-authored-by: SoftFever <103989404+SoftFever@users.noreply.github.com>