Malyan M300 followup (#70)

This commit is contained in:
mojocorp 2020-04-13 20:53:39 +02:00 committed by GitHub
parent c0cccc9295
commit 633ba2eff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -937,7 +937,7 @@
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment.
* (e.g., an inductive probe or a nozzle-based probe-switch.)
*/
#define FIX_MOUNTED_PROBE
//#define FIX_MOUNTED_PROBE
/**
* Use the nozzle as the probe, as with a conductive

View file

@ -419,7 +419,7 @@
* Multiple extruders can be assigned to the same pin in which case
* the fan will turn on when any selected extruder is above the threshold.
*/
#define E0_AUTO_FAN_PIN -1
#define E0_AUTO_FAN_PIN AUTO_FAN_PIN
#define E1_AUTO_FAN_PIN -1
#define E2_AUTO_FAN_PIN -1
#define E3_AUTO_FAN_PIN -1