Can not get firmware working for Wanhao Duplicator i3 with RAMPS1.4 and BLTouch September 18, 2018 12:13PM |
Registered: 8 years ago Posts: 4 |
Re: Can not get firmware working for Wanhao Duplicator i3 with RAMPS1.4 and BLTouch September 18, 2018 12:28PM |
Registered: 8 years ago Posts: 4 |
Re: Can not get firmware working for Wanhao Duplicator i3 with RAMPS1.4 and BLTouch September 18, 2018 02:10PM |
Registered: 7 years ago Posts: 1,908 |
Re: Can not get firmware working for Wanhao Duplicator i3 with RAMPS1.4 and BLTouch September 18, 2018 03:16PM |
Registered: 8 years ago Posts: 4 |
Re: Can not get firmware working for Wanhao Duplicator i3 with RAMPS1.4 and BLTouch September 19, 2018 12:44AM |
Admin Registered: 14 years ago Posts: 7,178 |
Re: Can not get firmware working for Wanhao Duplicator i3 with RAMPS1.4 and BLTouch September 19, 2018 01:38AM |
Registered: 14 years ago Posts: 140 |
Re: Can not get firmware working for Wanhao Duplicator i3 with RAMPS1.4 and BLTouch September 19, 2018 01:55AM |
Registered: 14 years ago Posts: 140 |
Re: Can not get firmware working for Wanhao Duplicator i3 with RAMPS1.4 and BLTouch September 19, 2018 07:13AM |
Registered: 14 years ago Posts: 140 |
Re: Can not get firmware working for Wanhao Duplicator i3 with RAMPS1.4 and BLTouch September 19, 2018 11:35AM |
Registered: 8 years ago Posts: 4 |
// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup). #define X_MIN_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop. #define Y_MIN_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop. #define Z_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. #define X_MAX_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop. #define Y_MAX_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop. #define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. #define Z_MIN_PROBE_ENDSTOP_INVERTING false // set to true to invert the logic of the probe.
Re: Can not get firmware working for Wanhao Duplicator i3 with RAMPS1.4 and BLTouch September 23, 2018 02:53AM |
Registered: 10 years ago Posts: 4 |