MKS SBASE is a powerful 32-bit 3D printer control board with LPC1768. Support Marlin2.0, Smoothieware. Support MKS LCD12864 and MKS TFT Touch Screens(SBASE V1.4 support MKS LCD12864A/MINI12864/LCD2004). The motherboard integrates 5 DRV8825 axis and it is use software set current, supports wired network for printing and supports firmware update by SD card…
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?