|
Marlin 1.1.0 RC3 z servo doesn't move January 16, 2016 01:20PM |
Registered: 14 years ago Posts: 548 |
|
Re: Marlin 1.1.0 RC3 z servo doesn't move January 16, 2016 01:47PM |
Registered: 10 years ago Posts: 552 |
|
Re: Marlin 1.1.0 RC3 z servo doesn't move January 16, 2016 04:18PM |
Registered: 14 years ago Posts: 548 |
|
Re: Marlin 1.1.0 RC3 z servo doesn't move January 17, 2016 01:26PM |
Registered: 14 years ago Posts: 548 |
|
Re: Marlin 1.1.0 RC3 z servo doesn't move January 18, 2016 11:35PM |
Registered: 11 years ago Posts: 12 |
|
Re: Marlin 1.1.0 RC3 z servo doesn't move January 19, 2016 09:06AM |
Registered: 11 years ago Posts: 12 |
|
Re: Marlin 1.1.0 RC3 z servo doesn't move January 19, 2016 09:44AM |
Registered: 10 years ago Posts: 552 |
|
Re: Marlin 1.1.0 RC3 z servo doesn't move January 19, 2016 11:33AM |
Registered: 14 years ago Posts: 548 |
|
Re: Marlin 1.1.0 RC3 z servo doesn't move January 19, 2016 01:36PM |
Registered: 10 years ago Posts: 552 |
Quote
stephenrc
I didn't notice that they added more RAMPS definitions. I was using BOARD_RAMPS_13_EFB and changed it to BOARD_RAMPS_14_EFB. The servo now work on servo 0. The wiki says the only difference between 1.3 and 1.4 is that 1.4 uses surface mount compnents. Why does that affect the servo?
|
Re: Marlin 1.1.0 RC3 z servo doesn't move January 19, 2016 02:10PM |
Registered: 14 years ago Posts: 548 |
|
Re: Marlin 1.1.0 RC3 z servo doesn't move January 19, 2016 03:08PM |
Registered: 10 years ago Posts: 552 |
|
Re: Marlin 1.1.0 RC3 z servo doesn't move January 29, 2016 11:52AM |
Registered: 10 years ago Posts: 2 |
|
Re: Marlin 1.1.0 RC3 z servo doesn't move February 03, 2016 01:15AM |
Registered: 13 years ago Posts: 791 |
|
Re: Marlin 1.1.0 RC3 z servo doesn't move February 03, 2016 11:12PM |
Registered: 10 years ago Posts: 552 |
|
Re: Marlin 1.1.0 RC3 z servo doesn't move February 03, 2016 11:24PM |
Registered: 13 years ago Posts: 791 |
|
Re: Marlin 1.1.0 RC3 z servo doesn't move February 05, 2016 04:39AM |
Registered: 13 years ago Posts: 791 |
|
Re: Marlin 1.1.0 RC3 z servo doesn't move February 09, 2016 05:49PM |
Registered: 13 years ago Posts: 126 |
#ifdef IS_RAMPS_14 #define SERVO0_PIN 11 #else #define SERVO0_PIN 7 // RAMPS_13 // Will conflict with BTN_EN2 on LCD_I2C_VIKI #endif
|
Re: Marlin 1.1.0 RC3 z servo doesn't move February 25, 2016 06:49AM |
Registered: 10 years ago Posts: 67 |