Page 1 of 1

Which board in Marlin?

Posted: Sun Sep 23, 2018 4:50 am
by AFewSkroosLoose
This is my first time in Marlin. Under board choices, there is GT2560 RevA and 2560 RevA+. I have GT2560 Rev B which is not an option.

Do I use RevA+ for use with BL touch (more similar to revB, yes?)

Also, is there a diagram or picture of RevB board anywhere for reference for all connections and what they are exactly for?

Thanks.

Re: Which board in Marlin?

Posted: Sun Sep 23, 2018 3:18 pm
by _kaktus_
Hi
:mrgreen:

I won't help you when choosing the controller board. :roll:
Just because I don't know them practically.

I can show you the place where you will get the schematic diagrams:
:D
If you can, wait with the purchase. Currently in development is the next version: GT2560 v3.0
Controller will have very interesting possibilities, many connectors with planned different functionality have been added.

Re: Which board in Marlin?

Posted: Mon Sep 24, 2018 1:41 am
by AFewSkroosLoose
Thank you kaktus

Re: Which board in Marlin?

Posted: Tue Sep 25, 2018 5:26 am
by asinovski
Hey,
I just got my brandnew A10 yesterday and looked on the GT2560
it says rev 3.0! I'm a complete newbie... so what are the new features?
I want to update my firmware soon - it is still 1.1.8.
I will post news as soon as I know more ;-)
cheers
C

Re: Which board in Marlin?

Posted: Wed Sep 26, 2018 1:36 am
by _kaktus_
Hi
:mrgreen:

In order for you to enjoy the new features of the controller board, they must first be programmed.
When the firmware is able to use the hardware, you will only be able to use it.
;)
A few things that attracted my attention:
  • filament detector
  • Led lighting
  • 3d-touch
:D

Re: Which board in Marlin?

Posted: Thu Sep 27, 2018 5:02 am
by asinovski
funny. my printer came with a filament detector and it's already working
even tho I'm running marlin 1.1.8. so that is already implemented.
what also surprised me was that my version of the hotend cage had already a BLtouch
mount preinstalled. so I better be careful when updating the firmware...
I guess I will lose some features if I don't manage to set it up.
Quite surprising that Geeetech isn't communicating much about what it is
implementing and which version of GT2560 goes into the newest A10.
are there any other forums to find more info?

Re: Which board in Marlin?

Posted: Thu Sep 27, 2018 6:10 pm
by Gingko
GT2560 V3.0:
https://github.com/Geeetech3D/Diagram

A10M marlin 1.1.8 Firmware:
https://github.com/Geeetech3D/Prusa_I3_3Dprinter

If you want to use 3D Touch, remove ''//" of this four definitions :

Code: Select all

00653 : //#define BLTOUCH  
00887 : //#define AUTO_BED_LEVELING_BILINEAR
01024 : //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10"
01047 :  //#define Z_SAFE_HOMING
modify:

Code: Select all

00732 : Z_CLEARANCE_BETWEEN_PROBES  0

to:

Code: Select all

00732 : Z_CLEARANCE_BETWEEN_PROBES  5
Then upload the firmware.

Re: Which board in Marlin?

Posted: Sat Sep 29, 2018 11:30 pm
by asinovski
oh thx a lot gingko!
that is exactly what I wanted to know :)

I will post my experience.
cheers

Re: Which board in Marlin?

Posted: Sun Oct 07, 2018 4:30 am
by gdachs
Gingko wrote:
Thu Sep 27, 2018 6:10 pm

Code: Select all

01024 : //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10"
Are you sure about this? Y330 seems to be out of range.