bigtreetech / BIGTREETECH-GTR-V1.0

BIGTREETECH GTR V1.0 motherboard is a high-performance 3D printer main control board with the core controller STM32F407IGT6, which was launched by the 3D printing team of ShenZhen BigTree Technology CO.,LTD ., aiming at solving some problems existing in the motherboard market. The BIGTREETECH GTR V1.0 is the motherboard, and the BIGTREETECH M5 V1.0 is the expansion board.
90 stars 55 forks source link

BLTouch configuration #41

Closed Decalis1979 closed 3 years ago

Decalis1979 commented 3 years ago

I cannot configure my BLtouch on the GTR. When giving the home command in Z, the pin moves forward and backward several times until the error M999 appears. I changed the "pins" from PH11 (BLtouch) to PE0 (Zmin) then it worked and I solved the problem. But I would love to use PH11 (BLtouch) which is already the right place. Does anyone have a solution on how to use PH11 and not present this error? Thanks

Lifeforc commented 3 years ago

Change pin in pin file to PH11 go to configuration. H file search for probe pin change that PIN to PH11

dixi83 commented 3 years ago

search for Z_MIN_PROBE_PIN set it to PH11

bholota commented 3 years ago
//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
#define USE_PROBE_FOR_Z_HOMING
#define Z_MIN_PROBE_PIN PH11
#define BLTOUCH

works for me

Decalis1979 commented 3 years ago

Please am trying to update the firmware of my TFT-70. But I'm not getting it. It's giving an error when compiling: Can you help me please

[image: image.png]

Red error: collect2.exe: error: ld returned 1 exit status*** [.pio\build\BIGTREE_TFT70_V3_0\BIGTREE_TFT70_V3.0.27.x] Error 1

Thanks

Em sáb., 13 de fev. de 2021 às 07:38, Bartłomiej Hołota < @.***> escreveu:

//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN

define USE_PROBE_FOR_Z_HOMING

define Z_MIN_PROBE_PIN PH11

define BLTOUCH

works for me

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-GTR-V1.0/issues/41#issuecomment-778597534, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR27TWRI4R6TYN5CCOH7KJDS6ZJBRANCNFSM4T6PXIFQ .

Lifeforc commented 3 years ago

You don't need to compile copy proper folders from firmware download to sd and put in tft and turn on

On Mon, Jun 21, 2021, 11:41 AM Decalis1979 @.***> wrote:

Please am trying to update the firmware of my TFT-70. But I'm not getting it. It's giving an error when compiling: Can you help me please

[image: image.png]

Red error: collect2.exe: error: ld returned 1 exit status*** [.pio\build\BIGTREE_TFT70_V3_0\BIGTREE_TFT70_V3.0.27.x] Error 1

Thanks

Em sáb., 13 de fev. de 2021 às 07:38, Bartłomiej Hołota < @.***> escreveu:

//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN

define USE_PROBE_FOR_Z_HOMING

define Z_MIN_PROBE_PIN PH11

define BLTOUCH

works for me

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/bigtreetech/BIGTREETECH-GTR-V1.0/issues/41#issuecomment-778597534 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AR27TWRI4R6TYN5CCOH7KJDS6ZJBRANCNFSM4T6PXIFQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-GTR-V1.0/issues/41#issuecomment-865136284, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJAJ3WLXYRHSHEFIIJ25TT3TT5MSBANCNFSM4T6PXIFQ .

Decalis1979 commented 3 years ago

Hi thanks for the reply, on 02/07/21 I managed to solve this problem. But now I'm having two issues with Marlin 2.0.9.1:

1st Problem:

TFT does not open Marlin's screen (I configured as below)

##################################################################### // @section machine

/**

/**

/**

/**

// Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH ############################################################################

2nd Problem:

I select on the display the extruders E0, E1 and E2 but only the E0 moves, the E1 and E2 do not move.

Can you help me please?

Thanks

Em ter., 6 de jul. de 2021 às 10:04, Lifeforc @.***> escreveu:

You don't need to compile copy proper folders from firmware download to sd and put in tft and turn on

On Mon, Jun 21, 2021, 11:41 AM Decalis1979 @.***> wrote:

Please am trying to update the firmware of my TFT-70. But I'm not getting it. It's giving an error when compiling: Can you help me please

[image: image.png]

Red error: collect2.exe: error: ld returned 1 exit status*** [.pio\build\BIGTREE_TFT70_V3_0\BIGTREE_TFT70_V3.0.27.x] Error 1

Thanks

Em sáb., 13 de fev. de 2021 às 07:38, Bartłomiej Hołota < @.***> escreveu:

//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN

define USE_PROBE_FOR_Z_HOMING

define Z_MIN_PROBE_PIN PH11

define BLTOUCH

works for me

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <

https://github.com/bigtreetech/BIGTREETECH-GTR-V1.0/issues/41#issuecomment-778597534

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AR27TWRI4R6TYN5CCOH7KJDS6ZJBRANCNFSM4T6PXIFQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/bigtreetech/BIGTREETECH-GTR-V1.0/issues/41#issuecomment-865136284 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AJAJ3WLXYRHSHEFIIJ25TT3TT5MSBANCNFSM4T6PXIFQ

.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-GTR-V1.0/issues/41#issuecomment-874741140, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR27TWV3D4IHZYC3NRTYSF3TWL5NRANCNFSM4T6PXIFQ .

Lifeforc commented 3 years ago

What board or machine are you using

On Tue, Jul 6, 2021, 9:38 AM Decalis1979 @.***> wrote:

Hi thanks for the reply, on 02/07/21 I managed to solve this problem. But now I'm having two issues with Marlin 2.0.9.1:

1st Problem:

TFT does not open Marlin's screen (I configured as below)

##################################################################### // @section machine

/**

  • Select the serial port on the board to use for communication with the host.
  • This allows the connection of wireless adapters (for instance) to non-default port pins.
  • Serial port -1 is the USB emulated serial port, if available.
  • Note: The first serial port (-1 or 0) will always be used by the Arduino bootloader.
  • :[-1, 0, 1, 2, 3, 4, 5, 6, 7] */

    define SERIAL_PORT -1

/**

  • Serial Port Baud Rate
  • This is the default communication speed for all serial ports.
  • Set the baud rate defaults for additional serial ports below.
  • 250000 works in most cases, but you might try a lower speed if
  • you commonly experience drop-outs during host printing.
  • You may try up to 1000000 to speed up SD file transfer.
  • :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] /

    define BAUDRATE 115200

    //#define BAUD_RATE_GCODE // Enable G-code M575 to set the baud rate

/**

  • Select a secondary serial port on the board to use for communication with the host.
  • Currently Ethernet (-2) is only supported on Teensy 4.1 boards.
  • :[-2, -1, 0, 1, 2, 3, 4, 5, 6, 7] */

    define SERIAL_PORT_2 3

    define BAUDRATE_2 115200 // Enable to override BAUDRATE

/**

  • Select a third serial port on the board to use for communication with the host.
  • Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
  • :[-1, 0, 1, 2, 3, 4, 5, 6, 7] */ //#define SERIAL_PORT_3 1 //#define BAUDRATE_3 250000 // Enable to override BAUDRATE

// Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH

############################################################################

2nd Problem:

I select on the display the extruders E0, E1 and E2 but only the E0 moves, the E1 and E2 do not move.

Can you help me please?

Thanks

Em ter., 6 de jul. de 2021 às 10:04, Lifeforc @.***> escreveu:

You don't need to compile copy proper folders from firmware download to sd and put in tft and turn on

On Mon, Jun 21, 2021, 11:41 AM Decalis1979 @.***> wrote:

Please am trying to update the firmware of my TFT-70. But I'm not getting it. It's giving an error when compiling: Can you help me please

[image: image.png]

Red error: collect2.exe: error: ld returned 1 exit status*** [.pio\build\BIGTREE_TFT70_V3_0\BIGTREE_TFT70_V3.0.27.x] Error 1

Thanks

Em sáb., 13 de fev. de 2021 às 07:38, Bartłomiej Hołota < @.***> escreveu:

//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN

define USE_PROBE_FOR_Z_HOMING

define Z_MIN_PROBE_PIN PH11

define BLTOUCH

works for me

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <

https://github.com/bigtreetech/BIGTREETECH-GTR-V1.0/issues/41#issuecomment-778597534

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AR27TWRI4R6TYN5CCOH7KJDS6ZJBRANCNFSM4T6PXIFQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <

https://github.com/bigtreetech/BIGTREETECH-GTR-V1.0/issues/41#issuecomment-865136284

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AJAJ3WLXYRHSHEFIIJ25TT3TT5MSBANCNFSM4T6PXIFQ

.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub < https://github.com/bigtreetech/BIGTREETECH-GTR-V1.0/issues/41#issuecomment-874741140 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AR27TWV3D4IHZYC3NRTYSF3TWL5NRANCNFSM4T6PXIFQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-GTR-V1.0/issues/41#issuecomment-874767864, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJAJ3WJRAGCDDKPULULD5UTTWMBMBANCNFSM4T6PXIFQ .

Lifeforc commented 3 years ago

If it's gtr ok. Did you set to the hotends in marlin

On Tue, Jul 6, 2021, 10:48 AM michael hickner @.***> wrote:

What board or machine are you using

On Tue, Jul 6, 2021, 9:38 AM Decalis1979 @.***> wrote:

Hi thanks for the reply, on 02/07/21 I managed to solve this problem. But now I'm having two issues with Marlin 2.0.9.1:

1st Problem:

TFT does not open Marlin's screen (I configured as below)

##################################################################### // @section machine

/**

  • Select the serial port on the board to use for communication with the host.
  • This allows the connection of wireless adapters (for instance) to non-default port pins.
  • Serial port -1 is the USB emulated serial port, if available.
  • Note: The first serial port (-1 or 0) will always be used by the Arduino bootloader.
  • :[-1, 0, 1, 2, 3, 4, 5, 6, 7] */

    define SERIAL_PORT -1

/**

  • Serial Port Baud Rate
  • This is the default communication speed for all serial ports.
  • Set the baud rate defaults for additional serial ports below.
  • 250000 works in most cases, but you might try a lower speed if
  • you commonly experience drop-outs during host printing.
  • You may try up to 1000000 to speed up SD file transfer.
  • :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] /

    define BAUDRATE 115200

    //#define BAUD_RATE_GCODE // Enable G-code M575 to set the baud rate

/**

  • Select a secondary serial port on the board to use for communication with the host.
  • Currently Ethernet (-2) is only supported on Teensy 4.1 boards.
  • :[-2, -1, 0, 1, 2, 3, 4, 5, 6, 7] */

    define SERIAL_PORT_2 3

    define BAUDRATE_2 115200 // Enable to override BAUDRATE

/**

  • Select a third serial port on the board to use for communication with the host.
  • Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
  • :[-1, 0, 1, 2, 3, 4, 5, 6, 7] */ //#define SERIAL_PORT_3 1 //#define BAUDRATE_3 250000 // Enable to override BAUDRATE

// Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH

############################################################################

2nd Problem:

I select on the display the extruders E0, E1 and E2 but only the E0 moves, the E1 and E2 do not move.

Can you help me please?

Thanks

Em ter., 6 de jul. de 2021 às 10:04, Lifeforc @.***> escreveu:

You don't need to compile copy proper folders from firmware download to sd and put in tft and turn on

On Mon, Jun 21, 2021, 11:41 AM Decalis1979 @.***> wrote:

Please am trying to update the firmware of my TFT-70. But I'm not getting it. It's giving an error when compiling: Can you help me please

[image: image.png]

Red error: collect2.exe: error: ld returned 1 exit status*** [.pio\build\BIGTREE_TFT70_V3_0\BIGTREE_TFT70_V3.0.27.x] Error 1

Thanks

Em sáb., 13 de fev. de 2021 às 07:38, Bartłomiej Hołota < @.***> escreveu:

//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN

define USE_PROBE_FOR_Z_HOMING

define Z_MIN_PROBE_PIN PH11

define BLTOUCH

works for me

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <

https://github.com/bigtreetech/BIGTREETECH-GTR-V1.0/issues/41#issuecomment-778597534

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AR27TWRI4R6TYN5CCOH7KJDS6ZJBRANCNFSM4T6PXIFQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <

https://github.com/bigtreetech/BIGTREETECH-GTR-V1.0/issues/41#issuecomment-865136284

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AJAJ3WLXYRHSHEFIIJ25TT3TT5MSBANCNFSM4T6PXIFQ

.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub < https://github.com/bigtreetech/BIGTREETECH-GTR-V1.0/issues/41#issuecomment-874741140 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AR27TWV3D4IHZYC3NRTYSF3TWL5NRANCNFSM4T6PXIFQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-GTR-V1.0/issues/41#issuecomment-874767864, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJAJ3WJRAGCDDKPULULD5UTTWMBMBANCNFSM4T6PXIFQ .