Re: Latest stable Marlin for Geeetech i3 Pro B
Posted: Mon Dec 25, 2017 11:27 am
I think the root of the problem is that you did not change the firmware correctly. Can you tell me which values have you changed?
Here you can share you great ideas about hardware innovation. Here you can enjoy more professional and specialized services, Here is a platform for you to make a difference!
https://forum.geeetech.com/
Have you change the value of servo 0 to "11"-----(pins.h)ogarbanzo wrote: Tue Dec 26, 2017 12:15 am One details, the probe 3D Touch does the initial self-test correctly. But when the home is made, the probe pin does not go down, so the z axis goes down to hit the bed and the probe does not respond to console commands on the REPETIER
Ok, Here the changes. (But 1.1.7 comes practically as the recommendations in the forums say)
#define USE_XMIN_PLUG
#define USE_YMIN_PLUG
#define USE_ZMIN_PLUG
//#define USE_XMAX_PLUG
//#define USE_YMAX_PLUG
//#define USE_ZMAX_PLUG // I have delete this comment, but there are no changes happened.
#define Z_MIN_PROBE_ENDSTOP_INVERTING true // I used true an false, nothing
I use this:
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
not:
#define Z_MIN_PROBE_ENDSTOP
#define BLTOUCH
#if ENABLED(BLTOUCH)
#define BLTOUCH_DELAY 375 // (ms) Enable and increase if needed
#endif
#define X_HOME_DIR -1
#define Y_HOME_DIR -1
#define Z_HOME_DIR -1
I use:
#define AUTO_BED_LEVELING_BILINEAR
Some use comment this:
#define Z_SAFE_HOMING
but I don´t
Without changes:
#define NUM_SERVOS 1
#define SERVO_DELAY { 300 }
In the file pins_GT2560_REV_A.h, the pins are:
define X_MIN_PIN 22
#define X_MAX_PIN 24
#define Y_MIN_PIN 26
#define Y_MAX_PIN 28
#define Z_MIN_PIN 30
#define Z_MAX_PIN 32
Somebody recomend:
#define SERVO_PIN 32
but equally, nothing changes.
When I use M119, x, y and z was open, no matter if the probe pin is up or down. It is possible that the gt24560 I use, pin 32 is not enabled to use PWM.
I have fed the 3D Touch independently, thinking that the port does not supply enough current
Thanks for any help.
Apologies, my English is not very good.
I think you should check the wiring of 3dtouchloetman wrote: Wed Feb 07, 2018 3:11 am hy
i also have an i3 pro b with the GT2560 A+ Board.
i have installed the 3D Touch Sensor an uploaded the modified Firmware:
download/file.php?id=3575
but when I set autohome the Z Axis run down and down and not stops.
Cam anyone send my the config File or an actual modified Firmware for this Printer?
Tanks a lot