Which board in Marlin?
-
- Posts: 37
- Joined: Sat Sep 01, 2018 8:07 pm
Which board in Marlin?
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.
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?
Hi
I won't help you when choosing the controller board.
Just because I don't know them practically.
I can show you the place where you will get the schematic diagrams:
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.
I won't help you when choosing the controller board.
Just because I don't know them practically.
I can show you the place where you will get the schematic diagrams:
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.
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.
-
- Posts: 37
- Joined: Sat Sep 01, 2018 8:07 pm
Re: Which board in Marlin?
Thank you kaktus
Re: Which board in Marlin?
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
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?
Hi
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:
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
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.
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.
Re: Which board in Marlin?
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?
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?
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 :
modify:
to:
Then upload the firmware.
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
Code: Select all
00732 : Z_CLEARANCE_BETWEEN_PROBES 0
to:
Code: Select all
00732 : Z_CLEARANCE_BETWEEN_PROBES 5
Re: Which board in Marlin?
oh thx a lot gingko!
that is exactly what I wanted to know
I will post my experience.
cheers
that is exactly what I wanted to know
I will post my experience.
cheers
Re: Which board in Marlin?
Are you sure about this? Y330 seems to be out of range.Gingko wrote: ↑Thu Sep 27, 2018 6:10 pmCode: Select all
01024 : //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10"