Search found 7 matches

by the3dprintingbelgian
Sun Jan 17, 2021 10:00 am
Forum: A10T
Topic: LCD/board pins for A10T with GT2560 V4.1
Replies: 7
Views: 15752

Re: LCD/board pins for A10T with GT2560 V4.1

You know what. I am raising a 30 dollar bounty for anyvody who can get a modern build of marlin working with the A10T with the V4.1 and the YHCB2004 screen.
by the3dprintingbelgian
Sat Jan 09, 2021 9:05 am
Forum: A10T
Topic: LCD/board pins for A10T with GT2560 V4.1
Replies: 7
Views: 15752

Re: LCD/board pins for A10T with GT2560 V4.1

Bumping this. there has to be somebody here tech savvy enough to be able to port the functions of the LCD to marlin 2.0
by the3dprintingbelgian
Sat Jan 09, 2021 9:05 am
Forum: A10T
Topic: LCD/board pins for A10T with GT2560 V4.1
Replies: 7
Views: 15752

Re: LCD/board pins for A10T with GT2560 V4.1

Bumping this. there has to be somebody here tech savvy enough to be able to port the functions of the LCD to marlin 2.0
by the3dprintingbelgian
Thu Jan 07, 2021 5:56 am
Forum: A10T
Topic: Marlin A10T
Replies: 12
Views: 32952

Re: Marlin A10T

obviously geeetech doesn't want to help or share anything with the marlin team to help integrate the new screen and board properly. typical low tier chinese company. such a disappointment
by the3dprintingbelgian
Fri Jan 01, 2021 7:31 am
Forum: A10T
Topic: LCD/board pins for A10T with GT2560 V4.1
Replies: 7
Views: 15752

Re: LCD/board pins for A10T with GT2560 V4.1


heres a pin file for the GT2560V4

https://pastebin.com/T7Xw0pxh

these pins are from the official github repo, that work on 1.1.8 and im currently building my own 2.0.x version and they seem to be working
remember to add

#elif MB(GT2560_V4)
#include "mega/pins_GT2560_V4.h" // ATmega2560 env ...
by the3dprintingbelgian
Thu Dec 31, 2020 9:57 am
Forum: A10T
Topic: Marlin A10T
Replies: 12
Views: 32952

Re: Marlin A10T

Same. The V3 board in marlin isnt compatible with the V4.1 board. I guess they changed pins.
by the3dprintingbelgian
Thu Dec 31, 2020 8:49 am
Forum: A10T
Topic: LCD/board pins for A10T with GT2560 V4.1
Replies: 7
Views: 15752

LCD/board pins for A10T with GT2560 V4.1

Hello,

I just got a new A10T running the GT2560 V4.1 board. I noticed it is running a SUPER ancient marlin 1.1.8.

Obviously I want to update the firmware to a modern marlin that has massive improvements to mixing support.

I have used marlin's A10T config and advconfig and tried vert's fork ...