Initial split-up of G-code handlers by category

This commit is contained in:
Scott Lahteine
2017-09-06 06:28:31 -05:00
parent e0a189a481
commit 4231faf779
162 changed files with 12052 additions and 336 deletions

View File

@@ -23,8 +23,16 @@
#ifndef _TMC2130_H_
#define _TMC2130_H_
#include <TMC2130Stepper.h>
#include "../inc/MarlinConfig.h"
extern bool auto_current_control;
void tmc2130_checkOverTemp(void);
#if ENABLED(SENSORLESS_HOMING)
void tmc2130_sensorless_homing(TMC2130Stepper &st, bool enable=true);
#endif
#endif // _TMC2130_H_