We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b1ca6 commit 2769ea2Copy full SHA for 2769ea2
plugins_init.h
@@ -228,11 +228,6 @@
228
event_out_init();
229
#endif
230
231
-#if PICOHAL_ENABLE
232
- extern void picohal_init (void);
233
- picohal_init();
234
-#endif
235
-
236
// End third party plugin definitions.
237
238
#if ODOMETER_ENABLE
spindle_control.h
@@ -47,7 +47,6 @@
47
#define SPINDLE_SOLENOID 18
48
#define SPINDLE_STEPPER 19
49
#define SPINDLE_NOWFOREVER 20
50
-#define SPINDLE_PICOHAL 21
51
#define SPINDLE_MY_SPINDLE 30
52
53
#define SPINDLE_ALL_VFD ((1<<SPINDLE_HUANYANG1)|(1<<SPINDLE_HUANYANG2)|(1<<SPINDLE_GS20)|(1<<SPINDLE_YL620A)|(1<<SPINDLE_MODVFD)|(1<<SPINDLE_H100)|(1<<SPINDLE_NOWFOREVER))
0 commit comments