Move servo code to modules/servo.*
This commit is contained in:
@ -31,6 +31,7 @@
|
||||
|
||||
#if HAS_Z_SERVO_ENDSTOP
|
||||
#include "../../module/probe.h"
|
||||
#include "../../module/servo.h"
|
||||
#endif
|
||||
|
||||
inline void toggle_pins() {
|
||||
|
@ -25,7 +25,7 @@
|
||||
#if HAS_SERVOS
|
||||
|
||||
#include "../gcode.h"
|
||||
#include "../../Marlin.h" // for servo[]
|
||||
#include "../../module/servo.h"
|
||||
|
||||
/**
|
||||
* M280: Get or set servo position. P<index> [S<angle>]
|
||||
|
Reference in New Issue
Block a user