Re: Problem with Mosfets on RAMPS 1.4 board April 24, 2014 05:00AM |
Registered: 13 years ago Posts: 1,092 |
Re: Problem with Mosfets on RAMPS 1.4 board April 24, 2014 07:25AM |
Registered: 10 years ago Posts: 1,592 |
Re: Problem with Mosfets on RAMPS 1.4 board April 24, 2014 09:17AM |
Registered: 8 years ago Posts: 17 |
#if MOTHERBOARD == 35 #define CONTROLLERFAN_PIN 10 //Pin used for the fan to cool controller #endif
#if MOTHERBOARD == 35 #define HEATER_0_PIN 8 #else #define HEATER_0_PIN 10 // EXTRUDER 1 #endif
Re: Problem with Mosfets on RAMPS 1.4 board April 24, 2014 07:34PM |
Registered: 10 years ago Posts: 1,592 |
Re: Problem with Mosfets on RAMPS 1.4 board April 24, 2014 11:30PM |
Registered: 13 years ago Posts: 1,092 |
Re: Problem with Mosfets on RAMPS 1.4 board April 25, 2014 04:02AM |
Registered: 8 years ago Posts: 17 |
Re: Problem with Mosfets on RAMPS 1.4 board April 25, 2014 06:51AM |
Registered: 10 years ago Posts: 1,592 |
Re: Problem with Mosfets on RAMPS 1.4 board April 29, 2014 01:33PM |
Registered: 8 years ago Posts: 17 |
M106 P0 S255 M106 P1 S255Of course separate and not both commands at the same time.
Re: Problem with Mosfets on RAMPS 1.4 board April 29, 2014 02:15PM |
Registered: 8 years ago Posts: 17 |
Re: Problem with Mosfets on RAMPS 1.4 board April 29, 2014 05:51PM |
Registered: 10 years ago Posts: 1,592 |