Marlin 2.0.5.3 Geeetech PRO W. (TESTED)

Post Reply
andyparla
Posts: 3
Joined: Wed Mar 14, 2018 7:21 pm

Marlin 2.0.5.3 Geeetech PRO W. (TESTED)

Post by andyparla » Sat May 02, 2020 5:34 pm

Hi All,
I've attached the Marlin 2.0.5.3 release for Geeetech Pro W. board GT2560 Rev A+
It has BL Touch configured.
My BL_Touch is in front my noozle and left (https://www.thingiverse.com/thing:2329594).

**You need to use latest arduino IDE (today 1.8.15)

If you need to change the BL Touch probe because yours is on another site, please check these parameters from configuration_adv.h:

#if PROBE_SELECTED && !IS_KINEMATIC
#define MIN_PROBE_EDGE_LEFT 35
#define MIN_PROBE_EDGE_RIGHT 42
#define MIN_PROBE_EDGE_FRONT 9
#define MIN_PROBE_EDGE_BACK 54
#endif

and these paramerter from Configuration.h (It says where is you BL_TOUCH from your noozle)
#define NOZZLE_TO_PROBE_OFFSET { -25, -41, -3.1 } //default: { 10, 10, 0 }

So, my BL touch is left from my noozle I had change my bed measures from Configuration.h to check all bed ponts (You'll need put 200, 200)
// The size of the print bed
#define X_BED_SIZE 225 // Default: 200
#define Y_BED_SIZE 210 // Default: 200


#### Another things I've changed:
This configued marlin is in spanish language. If you need to change the language. Check from Configuration.h:
#define LCD_LANGUAGE

And the t8screws:
#define DEFAULT_AXIS_STEPS_PER_UNIT { 81.5, 81.5, 400, 94 } //default: { 80, 80, 2560, 95 }

If you dont use BL touch. Comment these lines from Configuration.h like:
#define BLTOUCH
#define AUTO_BED_LEVELING_LINEAR

And change by your measures printer
#define X_BED_SIZE 225 // Default: 200
#define Y_BED_SIZE 210 // Default: 200

#define NOZZLE_TO_PROBE_OFFSET { -25, -41, -3.1 } //default: { 10, 10, 0 }

comment these lines from Configuration_adv.h
#define BABYSTEPPING
and all these

#define MIN_PROBE_EDGE_LEFT 35
#define MIN_PROBE_EDGE_RIGHT 42
#define MIN_PROBE_EDGE_FRONT 9
#define MIN_PROBE_EDGE_BACK 54

by other hand I've attached the configuration.h by default if you want to start without blTouch. Remember to change the Configuration_adv.h


PD: First time LCD displayed EEEPROM ERROR I came from 1.1.8: this is not an error you need to go to:
Menu>Configuration>Advance Adjust> (End of list) Press -- > Init EEPROM
Attachments
Configuration.zip
(26.96 KiB) Downloaded 449 times
Marlin-2.0.5.3_Configured.zip
(5.09 MiB) Downloaded 497 times
Last edited by andyparla on Wed Jun 02, 2021 4:13 am, edited 1 time in total.

andyparla
Posts: 3
Joined: Wed Mar 14, 2018 7:21 pm

Re: Marlin 2.0.5.3 Geeetech PRO W. (TESTED)

Post by andyparla » Wed Jun 02, 2021 4:04 am

Hummm… i attached a year ago the new version marlin 2x for all DIY Geeetech printer and forum continues with 1.1.8 marlin version..

Marcelo24
Posts: 1
Joined: Wed Aug 11, 2021 5:36 pm

Re: Marlin 2.0.5.3 Geeetech PRO W. (TESTED)

Post by Marcelo24 » Wed Aug 11, 2021 5:41 pm

I have no idea of coding. But this would be awesome if Geeetech or users who can code would make Marlin 2.x to be compatible with the GTM32 boards. So much possibilities and features would open up for the users and also for Marlin.
I’ve seen this issue posted on the Smartto firmware repository which in my opinion would belong here, it is not a firmware issue/feature but more like a hardware issue.

firstcallonline

Post Reply