🔧 Suppress BIQU Hurakan MicroProbe pullup warning (#1045)

This commit is contained in:
Keith Bennett 2024-05-12 13:19:33 -07:00 committed by GitHub
parent 58c837b706
commit 3e43efe925
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,8 @@
#error "Don't build with import-2.1.x configurations!" #error "Don't build with import-2.1.x configurations!"
#error "Use the 'bugfix...' or 'release...' configurations matching your Marlin version." #error "Use the 'bugfix...' or 'release...' configurations matching your Marlin version."
#define NO_MICROPROBE_WARNING // Suppress MicroProbe V2 pull-up warning
/** /**
* Configuration.h * Configuration.h
* *