Earlier quoted context omitted.
Is it really? I've looked at the Bambu Lab printer and while on paper it looks nice I would be very hesitant to buy it, their "advanced" features not that convincing: - IMO multi material printing has always been a buggy gimmick (mostly multi material setups are very prone to failure). - Them advertising that the printer can print "advanced" materials like PC is a gimmick too, the main issue with FDM printers is laye…
> bashing bed slingers is wrong too, they have their advantages compared to CoreXY setups (mostly simpler mechanics) Tangent: why was moving the bed the solution over having X and Y on independent axes? I’ve always wondered. Cost and initial reliability?
It's also a simpler set of kinematics for the system to deal with. Most 3D printers have pretty dumb microprocessors (value engineering!) at their core. CoreXY printers use two steppers to execute any movement, and that requires more calculations. Delta printers use three steppers to execute any movement, even.
More modern printers run Klipper, which offloads the kinematic calculations to a single-board computer, and that addresses a lot of the problems you run into. Klipper also helps with bedslinger kinematics too, though, as it has the headroom to do some forward-looking optimization. The current state of printers is pretty cool.