Clean up, update config comments
This commit is contained in:
parent
ae03753ef1
commit
f3b6cb4d34
Marlin
Configuration.h
src/config
default
examples
3DFabXYZ/Migbot
AlephObjects/TAZ4
AliExpress/CL-260
Anet
AnyCubic/i3
ArmEd
Azteeg/X5GT
BIBO/TouchX
BQ
Cartesio
Creality
CR-10
CR-10S
CR-10mini
CR-8
Ender-2
Ender-3
Ender-4
Einstart-S
Felix
FlashForge/CreatorPro
FolgerTech/i3-2020
Formbot
Geeetech
GT2560
I3_Pro_X-GT2560
MeCreator2
Prusa i3 Pro B
Prusa i3 Pro C
Prusa i3 Pro W
Infitary/i3-M508
JGAurora/A5
MakerParts
Malyan
Micromake/C1
Mks
RapideLite/RL200
RepRapPro/Huxley
RepRapWorld/Megatronics
RigidBot
SCARA
STM32F10
STM32F4
Sanguinololu
TheBorg
TinyBoy2
Tronxy
UltiMachine
VORONDesign
Velleman
WASP/PowerWASP
Wanhao/Duplicator 6
adafruit/ST7565
delta
Anycubic/Kossel
FLSUN
Geeetech/Rostock 301
Hatchbox_Alpha
MKS/SBASE
Tevo Little Monster
generic
kossel_mini
kossel_pro
kossel_xl
gCreate/gMax1.5+
makibox
stm32f103ret6
tvrrug/Round2
wt150
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,8 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -217,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -195,7 +195,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -206,9 +206,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -219,9 +216,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -195,7 +195,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -206,8 +206,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +216,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -202,7 +202,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -213,9 +213,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -226,9 +223,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -195,7 +195,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -206,9 +206,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -219,9 +216,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -203,7 +203,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -214,9 +214,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -227,9 +224,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,8 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -217,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -1771,7 +1766,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2 wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
||||||
// LCD configuration: http://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: http://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -235,7 +235,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -246,9 +246,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -259,9 +256,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -197,7 +197,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -208,9 +208,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -221,9 +218,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -198,7 +198,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -209,9 +209,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -222,9 +219,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -199,7 +199,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -210,9 +210,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -223,9 +220,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -214,7 +214,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -225,9 +225,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -238,9 +235,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -199,7 +199,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -210,9 +210,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -223,9 +220,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -195,7 +195,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -206,8 +206,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +216,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,8 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -217,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -197,7 +197,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -208,9 +208,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -221,9 +218,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -225,7 +225,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -236,9 +236,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -249,9 +246,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -216,7 +216,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -227,9 +227,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -240,9 +237,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,8 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -217,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -214,7 +214,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -225,9 +225,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -238,9 +235,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -213,7 +213,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -224,8 +224,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -236,9 +234,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -1798,11 +1793,18 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// 2 wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
|
||||||
// LCD configuration: http://reprap.org/wiki/SAV_3D_LCD
|
// LCD configuration: http://reprap.org/wiki/SAV_3D_LCD
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// 3-wire SR LCD with strobe using 74HC4094
|
||||||
|
// https://github.com/mikeshub/SailfishLCD
|
||||||
|
// Uses the code directly from Sailfish
|
||||||
|
//
|
||||||
|
//#define FF_INTERFACEBOARD
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//======================= LCD / Controller Selection =======================
|
//======================= LCD / Controller Selection =======================
|
||||||
//========================= (Graphical LCDs) ========================
|
//========================= (Graphical LCDs) ========================
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -209,7 +209,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -220,9 +220,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -233,9 +230,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -199,7 +199,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -210,9 +210,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -223,9 +220,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,8 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -217,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -198,7 +198,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -209,9 +209,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -222,9 +219,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -199,7 +199,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -210,9 +210,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -223,9 +220,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||||
//#define SWITCHING_NOZZLE
|
//#define SWITCHING_NOZZLE
|
||||||
#if ENABLED(SWITCHING_NOZZLE)
|
#if ENABLED(SWITCHING_NOZZLE)
|
||||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||||
|
@ -205,9 +205,6 @@
|
||||||
/**
|
/**
|
||||||
* Two separate X-carriages with extruders that connect to a moving part
|
* Two separate X-carriages with extruders that connect to a moving part
|
||||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define PARKING_EXTRUDER
|
//#define PARKING_EXTRUDER
|
||||||
|
|
||||||
|
@ -218,9 +215,6 @@
|
||||||
* project : https://www.thingiverse.com/thing:3080893
|
* project : https://www.thingiverse.com/thing:3080893
|
||||||
* movements : https://youtu.be/0xCEiG9VS3k
|
* movements : https://youtu.be/0xCEiG9VS3k
|
||||||
* https://youtu.be/Bqbcs0CU2FE
|
* https://youtu.be/Bqbcs0CU2FE
|
||||||
*
|
|
||||||
* for cooling multi extruder with separate fans
|
|
||||||
* see on Configuration_adv.h and look for "Part-Cooling"
|
|
||||||
*/
|
*/
|
||||||
//#define MAGNETIC_PARKING_EXTRUDER
|
//#define MAGNETIC_PARKING_EXTRUDER
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue