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
Kompiluje Marlin 2.0.9.1 jezeli chcę używać: #define Z_PROBE_SERVO_NR 0 #define LASER_FEATURE błąd kompilacji "BLTOUCH and Servos are incompatible with SPINDLE_LASER_FREQUENCY on LPC176x boards."
jeżeli zmienię na: #define FIX_MOUNTED_PROBE #define LASER_FEATURE compilacja kończy się sukcesem.
Co należy zrobić aby można było kożystać z sondy osi "Z" z serwemRC i lasera inline. Jak można obejść ten problem?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Kompiluje Marlin 2.0.9.1 jezeli chcę używać:
#define Z_PROBE_SERVO_NR 0
#define LASER_FEATURE
błąd kompilacji
"BLTOUCH and Servos are incompatible with SPINDLE_LASER_FREQUENCY on LPC176x boards."
jeżeli zmienię na:
#define FIX_MOUNTED_PROBE
#define LASER_FEATURE
compilacja kończy się sukcesem.
Co należy zrobić aby można było kożystać z sondy osi "Z" z serwemRC i lasera inline.
Jak można obejść ten problem?
The text was updated successfully, but these errors were encountered: