Powering Ramps1.4 with MEGA 2560 and LCD - using PS_ON? August 21, 2019 09:01AM |
Registered: 10 years ago Posts: 22 |
Re: Powering Ramps1.4 with MEGA 2560 and LCD - using PS_ON? August 21, 2019 09:47AM |
Admin Registered: 13 years ago Posts: 7,104 |
Re: Powering Ramps1.4 with MEGA 2560 and LCD - using PS_ON? August 21, 2019 12:22PM |
Registered: 10 years ago Posts: 22 |
Re: Powering Ramps1.4 with MEGA 2560 and LCD - using PS_ON? August 21, 2019 01:13PM |
Registered: 10 years ago Posts: 22 |
/** * Select your power supply here. Use 0 if you haven't connected the PS_ON_PIN * * 0 = No Power Switch * 1 = ATX * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC) * * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' } */ #define POWER_SUPPLY 1
Re: Powering Ramps1.4 with MEGA 2560 and LCD - using PS_ON? August 21, 2019 02:23PM |
Registered: 10 years ago Posts: 22 |