Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
MKS Dual Extrusion Support
Browse files Browse the repository at this point in the history
MKS Dual Extrusion Support
  • Loading branch information
Timothy Hoogland committed Apr 3, 2019
1 parent ce0739e commit c50b5b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TH3DUF_R2/Configuration_backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -1969,7 +1969,7 @@

#define SERIAL_PORT 0

#if ENABLED(CR10SDUALEBOARD) || ENABLED(TIM_AM8)
#if ENABLED(CR10SDUALEBOARD) || ENABLED(TIM_AM8) || (ENABLED(MKS_PRINTER) && ENABLED(DUAL_EXTRUDER_SINGLE_HOTEND)) || (ENABLED(MKS_PRINTER) && ENABLED(DUAL_HOTEND_DUAL_NOZZLES))
#define EXTRUDERS 2
#else
#define EXTRUDERS 1
Expand Down Expand Up @@ -2002,6 +2002,8 @@
#if ENABLED(DUAL_HOTEND_DUAL_NOZZLES)
#if ENABLED(V6_HOTEND)
#define TEMP_SENSOR_1 5
#elif ENABLED(KNOWN_HOTEND_THERMISTOR)
#define TEMP_SENSOR_1 KNOWN_HOTEND_THERMISTOR_VALUE
#else
#define TEMP_SENSOR_1 1
#endif
Expand Down

0 comments on commit c50b5b4

Please sign in to comment.