Marlin 2.0.5.3 Geeetech PRO W. (TESTED)
Posted: 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
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