-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FT_MOTION : update preprocessor directives #27359
FT_MOTION : update preprocessor directives #27359
Conversation
@thinkyhead , I apologize. When i wrote it, i thought in theory (if, then ,else) and not which machine has a Y axis without an X axis. So 90% of this PR is false. |
In some cases it may make sense to hide things that wouldn't make sense to show, such as an SD Card sub-menu when no SD card is inserted. For configuration options it's a bit different. It's more-or-less standard in Marlin to keep configuration options visible in the menus so users can do setup or adjustment on the Feature without having to enable it. |
3abe1fc
into
MarlinFirmware:bugfix-2.1.x
Description
FT_MOTION
can be used as a motion system without shaping. Shaping can be applied on X axis, Y axis or on both axes. X axis is no more mandatory.The preprocessor directives in
SanityCheck.h
,ft_types.h
,ft_motion.h
,ft_motion.cpp
,menu_motion.cpp
are updated to reflect those features.FT_MOTION
tune menu is now only shown whenFT_MOTION
is active.Requirements
Benefits
Configurations
Related Issues