MKs base v1.4 no option in marlin for EEFB February 21, 2016 11:17AM |
Registered: 8 years ago Posts: 10 |
Re: MKs base v1.4 no option in marlin for EEFB February 21, 2016 12:47PM |
Registered: 12 years ago Posts: 548 |
Re: MKs base v1.4 no option in marlin for EEFB February 21, 2016 03:26PM |
Registered: 8 years ago Posts: 10 |
Re: MKs base v1.4 no option in marlin for EEFB February 25, 2016 09:42AM |
Registered: 9 years ago Posts: 67 |
Re: MKs base v1.4 no option in marlin for EEFB February 29, 2016 12:38AM |
Registered: 8 years ago Posts: 10 |
Re: MKs base v1.4 no option in marlin for EEFB February 29, 2016 09:08AM |
Registered: 8 years ago Posts: 10 |
Re: MKs base v1.4 no option in marlin for EEFB April 24, 2017 06:52PM |
Registered: 9 years ago Posts: 29 |
Quote
AnHardt
Suport for MKSbase was added during the last year. So if you are using 1.0.2 or below you cant find it.
It's
---
/**
* MKS BASE 1.0 – Arduino Mega2560 with RAMPS v1.4 pin assignments
*/
#include "pins_RAMPS_13_EFB.h"
#undef HEATER_1_PIN
#define HEATER_1_PIN 7
---
If that does not work for you you have to define your own pins. [reprap.org]