Marlin 2.0.x Problems BL Touch not found of LCD.
Marlin 2.0.x Problems BL Touch not found of LCD.
Hi, I have problems with the Marlin 2.0.x The BL Touch is not active in the Configuration.h. I already tried it with #define enabled.
The complication shows errors.
I've tried several times to flash the Marlin 1.1.9 on the GT2560 v3 motherboard errors are always displayed. their Geeetech Configuration.h do not match the motherboard.
If anyone knows how to get the BL touch to work in Marlin 2.0.x, that's worth a lot to me. it simply no longer appears on the LCD as a function, it is not active.
Have the Geeetech A10 with GT2560 v3 original motherboard.
I hope someone can help me I can not calibrate Axis as long as the homing is always wrong positions.
The complication shows errors.
I've tried several times to flash the Marlin 1.1.9 on the GT2560 v3 motherboard errors are always displayed. their Geeetech Configuration.h do not match the motherboard.
If anyone knows how to get the BL touch to work in Marlin 2.0.x, that's worth a lot to me. it simply no longer appears on the LCD as a function, it is not active.
Have the Geeetech A10 with GT2560 v3 original motherboard.
I hope someone can help me I can not calibrate Axis as long as the homing is always wrong positions.
Re: Marlin 2.0.x Problems BL Touch not found of LCD.
Hi, Can you provide a specific video of the question?
So that we can solve the problem better.
So that we can solve the problem better.
-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
Re: Marlin 2.0.x Problems BL Touch not found of LCD.
how can I attach the config.h as an attachment?
Re: Marlin 2.0.x Problems BL Touch not found of LCD.
Marlin 2.0.x has strangely only Marlin / Configuration.h and Configuration.adv.h.
/**
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
*/
//#define BLTOUCH
/**
* Touch-MI Probe by hotends.fr
*
* This probe is deployed and activated by moving the X-axis to a magnet at the edge of the bed.
* By default, the magnet is assumed to be on the left and activated by a home. If the magnet is
* on the right, enable and set TOUCH_MI_DEPLOY_XPOS to the deploy position.
*
* Also requires: BABYSTEPPING, BABYSTEP_ZPROBE_OFFSET, Z_SAFE_HOMING,
* and a minimum Z_HOMING_HEIGHT of 10.
*/
//#define TOUCH_MI_PROBE
#if ENABLED(TOUCH_MI_PROBE)
#define TOUCH_MI_RETRACT_Z 0.5 // Height at which the probe retracts
//#define TOUCH_MI_DEPLOY_XPOS (X_MAX_BED + 2) // For a magnet on the right side of the bed
//#define TOUCH_MI_MANUAL_DEPLOY // For manual deploy (LCD menu)
#endif
/**
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
*/
//#define BLTOUCH
/**
* Touch-MI Probe by hotends.fr
*
* This probe is deployed and activated by moving the X-axis to a magnet at the edge of the bed.
* By default, the magnet is assumed to be on the left and activated by a home. If the magnet is
* on the right, enable and set TOUCH_MI_DEPLOY_XPOS to the deploy position.
*
* Also requires: BABYSTEPPING, BABYSTEP_ZPROBE_OFFSET, Z_SAFE_HOMING,
* and a minimum Z_HOMING_HEIGHT of 10.
*/
//#define TOUCH_MI_PROBE
#if ENABLED(TOUCH_MI_PROBE)
#define TOUCH_MI_RETRACT_Z 0.5 // Height at which the probe retracts
//#define TOUCH_MI_DEPLOY_XPOS (X_MAX_BED + 2) // For a magnet on the right side of the bed
//#define TOUCH_MI_MANUAL_DEPLOY // For manual deploy (LCD menu)
#endif
Re: Marlin 2.0.x Problems BL Touch not found of LCD.
The BL Touch makes its pen test in and out when the printer is turned on. but it is apparently not in Marlin Active switched and thus you can not see it on the printer display as a function because it is probably not activated in the script.
Re: Marlin 2.0.x Problems BL Touch not found of LCD.
Hi, Is the firmware you downloaded with 3d touch?
You can download it here:http://www.geeetech.com/forum/viewtopic ... 20&t=17046
You can download it here:http://www.geeetech.com/forum/viewtopic ... 20&t=17046
-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
Re: Marlin 2.0.x Problems BL Touch not found of LCD.
Is this file with BL?
2.Geeetech A10 with GT2560V3 board
A10_marlin1.1.8.zip
(2.65 MiB) Downloaded 2543 times
2.Geeetech A10 with GT2560V3 board
A10_marlin1.1.8.zip
(2.65 MiB) Downloaded 2543 times
Re: Marlin 2.0.x Problems BL Touch not found of LCD.
As soon as I loaded the Marlin 1.1.8 Complimentary Original Packet from the mold. I get this message every time.
In file included from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:28:0,
from sketch\MarlinConfig.h:38,
from sketch\configuration_store.h:26,
from sketch\configuration_store.cpp:190:
sketch\configuration_store.cpp: In static member function 'static bool MarlinSettings::Fixed_parameter_load()':
sketch\configuration_store.cpp:857:19: warning: unknown escape sequence: '\F'
SERIAL_ECHOPAIR(" \r\Fixed parameter nbytes; crc error ", (uint32_t)stored_crc);
^
sketch\serial.h:60:40: note: in expansion of macro 'SERIAL_PROTOCOLPAIR'
#define SERIAL_ECHOPAIR(pre,value) SERIAL_PROTOCOLPAIR(pre, value)
^
sketch\configuration_store.cpp:857:3: note: in expansion of macro 'SERIAL_ECHOPAIR'
SERIAL_ECHOPAIR(" \r\Fixed parameter nbytes; crc error ", (uint32_t)stored_crc);
^
Der Sketch verwendet 125212 Bytes (49%) des Programmspeicherplatzes. Das Maximum sind 253952 Bytes.
Globale Variablen verwenden 4987 Bytes (60%) des dynamischen Speichers, 3205 Bytes für lokale Variablen verbleiben. Das Maximum sind 8192 Bytes.
In file included from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:28:0,
from sketch\MarlinConfig.h:38,
from sketch\configuration_store.h:26,
from sketch\configuration_store.cpp:190:
sketch\configuration_store.cpp: In static member function 'static bool MarlinSettings::Fixed_parameter_load()':
sketch\configuration_store.cpp:857:19: warning: unknown escape sequence: '\F'
SERIAL_ECHOPAIR(" \r\Fixed parameter nbytes; crc error ", (uint32_t)stored_crc);
^
sketch\serial.h:60:40: note: in expansion of macro 'SERIAL_PROTOCOLPAIR'
#define SERIAL_ECHOPAIR(pre,value) SERIAL_PROTOCOLPAIR(pre, value)
^
sketch\configuration_store.cpp:857:3: note: in expansion of macro 'SERIAL_ECHOPAIR'
SERIAL_ECHOPAIR(" \r\Fixed parameter nbytes; crc error ", (uint32_t)stored_crc);
^
Der Sketch verwendet 125212 Bytes (49%) des Programmspeicherplatzes. Das Maximum sind 253952 Bytes.
Globale Variablen verwenden 4987 Bytes (60%) des dynamischen Speichers, 3205 Bytes für lokale Variablen verbleiben. Das Maximum sind 8192 Bytes.
Re: Marlin 2.0.x Problems BL Touch not found of LCD.
You need to download it, there are two versions with 3d touch and without 3d touch.
-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
Re: Marlin 2.0.x Problems BL Touch not found of LCD.
I found the error why the error messages came. it was up to the programmer it was wrongly selected. AVRISP MKII I needed USBtinyISP. And it's already on the board Marlin 1.1.8. Now I will try to calibrate the OFFSET.