We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FoamCutter example config cannot be compiled.
FoamCutter example config link
Expected behavior:
Successfully compile
Actual behavior:
Compile error because it enabled FOAMCUTTER_XYUV in Configuration.h which would require 5 axes (I_DRIVER_TYPE and J_DRIVER_TYPE etc.)
FOAMCUTTER_XYUV
I_DRIVER_TYPE
None
The text was updated successfully, but these errors were encountered:
Yep. It's one of many: #737 (comment)
Sorry, something went wrong.
Closing as duplicate of issue 737. Also, since #751 and MarlinFirmware/Marlin#24325 were merged, there is a working example config for a well documented foam cutter: https://github.com/MarlinFirmware/Configurations/tree/import-2.1.x/config/examples/FoamCutter/rcKeith
No branches or pull requests
Bug Description
FoamCutter example config cannot be compiled.
Configuration Files
FoamCutter example config link
Steps to Reproduce
Expected behavior:
Successfully compile
Actual behavior:
Compile error because it enabled
FOAMCUTTER_XYUV
in Configuration.h which would require 5 axes (I_DRIVER_TYPE
and J_DRIVER_TYPE etc.)Additional Information
None
The text was updated successfully, but these errors were encountered: