Yes, that’s what I assumed as well. But if I change the command to:
SYNC_EXTRUDER_MOTION EXTRUDER=extruder MOTION_QUEUE=
SYNC_EXTRUDER_MOTION EXTRUDER=extruder_right MOTION_QUEUE=extruder
FORCE_MOVE STEPPER=extruder DISTANCE=15 VELOCITY=5 ACCEL=1000
… it moves the stepper of “extruder” and not the “extruder_right” that I synced to the extruder. So I guess the command is accessing the stepper directly and not via the extruder it is assigned to.
Purpose:
I’m currently modifying my printer and added a Phaetus TaiChi hotend (2-in, 1-out) with two Orbiter V2 extruders and two Ortiber V2.2 sensors. The Orbiter extruder should “grab” the filament into the gears once I push the filament through the sensor (independent of the orbiter stepper currently assigned to the extruder). That’s why I want to use the FORCE_MOVE command.
I started with the original configuration for the Ortiber V2.2 sensors as provided on this page. But that configuration is only for 1 extruder and now I’m modifying it for my dual extruder with 2-in/1-out hotend setup.