Marlin icon indicating copy to clipboard operation
Marlin copied to clipboard

Fix FT_MOTION build with DISTINCT_E_FACTORS

Open vovodroid opened this issue 9 months ago • 3 comments

Fix undefined current_block in FTMotion when DISTINCT_E_FACTORS is enabled - add refer to stepper instance to access it.

vovodroid avatar May 08 '24 07:05 vovodroid

@thisiskeithb, is it worth to merge this PR before fixing other FTM issues?

vovodroid avatar May 10 '24 15:05 vovodroid

@thisiskeithb, is it worth to merge this PR before fixing other FTM issues?

It's not up to me. I'm not involved with FT Motion-related code, so I don't know if any of the other FT Motion PRs will help or make things worse.

thisiskeithb avatar May 10 '24 15:05 thisiskeithb

This PR is just about compiling. @narno2202, actually this code current_block->extruder is yours, this PR only adds stepper. to it.

vovodroid avatar May 10 '24 16:05 vovodroid