Add autotemp capabilities to M104
This allows M104 to pass the F and B parameters to enable autotemp as well
This commit is contained in:
parent
c11b2bb777
commit
d08867986e
3 changed files with 8 additions and 4 deletions
|
|
@ -372,7 +372,7 @@ class Planner {
|
|||
static float autotemp_factor;
|
||||
static bool autotemp_enabled;
|
||||
static void getHighESpeed();
|
||||
static void autotemp_M109();
|
||||
static void autotemp_M104_M109();
|
||||
#endif
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue