Move T (tool change) to cpp

This commit is contained in:
Scott Lahteine
2017-09-18 01:05:44 -05:00
parent 927524af6b
commit 07cf75883f
6 changed files with 24 additions and 20 deletions

View File

@ -722,7 +722,7 @@ private:
static void M999();
static void T(uint8_t tmp_extruder);
static void T(const uint8_t tmp_extruder);
};