Move servo code to modules/servo.*

This commit is contained in:
Scott Lahteine
2017-11-19 13:39:46 -06:00
parent 81bc428b48
commit c0000a0cdc
8 changed files with 110 additions and 41 deletions

View File

@ -53,6 +53,7 @@
float zprobe_zoffset; // Initialized by settings.load()
#if HAS_Z_SERVO_ENDSTOP
#include "../module/servo.h"
const int z_servo_angle[2] = Z_SERVO_ANGLES;
#endif