Which board in Marlin?

Post Reply
AFewSkroosLoose
Posts: 37
Joined: Sat Sep 01, 2018 8:07 pm

Which board in Marlin?

Post by AFewSkroosLoose » Sun Sep 23, 2018 4:50 am

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.

User avatar
_kaktus_
Site Admin
Posts: 1260
Joined: Fri Dec 15, 2017 10:06 pm
Location: PL
Contact:

Re: Which board in Marlin?

Post by _kaktus_ » Sun Sep 23, 2018 3:18 pm

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.
On the forum I help to use the rod, I don't give fish.
Geeetech Prusa I3 M201 Dual extruder Mixcolor 3D printer, bought 2017-12-19, already built, in the cognitive and improvement phase
Geeetech filament, ABS only
Geeetech 3D WiFi Module for 3D Printer, bought 2018-04-15, He got a new life, and still lies in a drawer.
Positively frenzied customer of Getech Technology.

AFewSkroosLoose
Posts: 37
Joined: Sat Sep 01, 2018 8:07 pm

Re: Which board in Marlin?

Post by AFewSkroosLoose » Mon Sep 24, 2018 1:41 am

Thank you kaktus

asinovski
Posts: 3
Joined: Tue Sep 25, 2018 5:20 am

Re: Which board in Marlin?

Post by asinovski » Tue Sep 25, 2018 5:26 am

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

User avatar
_kaktus_
Site Admin
Posts: 1260
Joined: Fri Dec 15, 2017 10:06 pm
Location: PL
Contact:

Re: Which board in Marlin?

Post by _kaktus_ » Wed Sep 26, 2018 1:36 am

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
On the forum I help to use the rod, I don't give fish.
Geeetech Prusa I3 M201 Dual extruder Mixcolor 3D printer, bought 2017-12-19, already built, in the cognitive and improvement phase
Geeetech filament, ABS only
Geeetech 3D WiFi Module for 3D Printer, bought 2018-04-15, He got a new life, and still lies in a drawer.
Positively frenzied customer of Getech Technology.

asinovski
Posts: 3
Joined: Tue Sep 25, 2018 5:20 am

Re: Which board in Marlin?

Post by asinovski » Thu Sep 27, 2018 5:02 am

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?

Gingko
Site Admin
Posts: 230
Joined: Tue Apr 24, 2018 10:43 am

Re: Which board in Marlin?

Post by Gingko » Thu Sep 27, 2018 6:10 pm

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.

asinovski
Posts: 3
Joined: Tue Sep 25, 2018 5:20 am

Re: Which board in Marlin?

Post by asinovski » Sat Sep 29, 2018 11:30 pm

oh thx a lot gingko!
that is exactly what I wanted to know :)

I will post my experience.
cheers

gdachs
Posts: 28
Joined: Fri Sep 21, 2018 3:49 am

Re: Which board in Marlin?

Post by gdachs » Sun Oct 07, 2018 4:30 am

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.

Post Reply