makerbase-mks / MKS-SBASE

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…
https://www.aliexpress.com/item/32384368763.html?spm=2114.12010612.8148356.13.f6ef39440hYPmP
157 stars 112 forks source link

MKS sbase v1,3 błąd kompilacji dla PWM serwoRC + laser inline #116

Open qulet opened 2 years ago

qulet commented 2 years ago

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?