Here are my Configuration.h files from 1.1.8, other files from 1.1.8 release are original so only this one needs to be changed.
This one has BLTouch (I set it to use bilinear leveling)
https://pastebin.com/nzF9jH73
This one is vanilla, without any automatic bed leveling
https://pastebin.com ...
Search found 3 matches
- Tue Dec 26, 2017 6:51 pm
- Forum: Firmware
- Topic: Marlin 1.1.7 with BLTouch for i3 Pro B
- Replies: 18
- Views: 51842
- Tue Dec 26, 2017 3:52 pm
- Forum: Firmware
- Topic: Marlin 1.1.7 with BLTouch for i3 Pro B
- Replies: 18
- Views: 51842
Re: Marlin 1.1.7 with BLTouch for i3 Pro B
1.1.7 has a bug in pins_GT2560_REV_A_PLUS.h file, ( https://github.com/MarlinFirmware/Marlin/issues/7981 ) it should be
#include "pins_GT2560_REV_A.h"
#undef BOARD_NAME
#define BOARD_NAME "GT2560 Rev.A +"
#if ENABLED (BLTOUCH)
#define SERVO0_PIN 11
#else
#define SERVO0_PIN 32
#endif ...
#include "pins_GT2560_REV_A.h"
#undef BOARD_NAME
#define BOARD_NAME "GT2560 Rev.A +"
#if ENABLED (BLTOUCH)
#define SERVO0_PIN 11
#else
#define SERVO0_PIN 32
#endif ...
- Tue Dec 26, 2017 3:43 am
- Forum: Firmware
- Topic: Marlin 1.1.4 With 3DTouch / BLTouch for i3 Pro B
- Replies: 26
- Views: 85113
Re: Marlin 1.1.4 With 3DTouch / BLTouch for i3 Pro B
First, thank you for updated firmware. But unfortunately I have an issue
I've bought BLTouch recently and have been fighting to make it work for at least a week. This firmware works fine. I've used it before I bought BLtouch without problems.
Problem is that I don't see automatic bed level working ...
I've bought BLTouch recently and have been fighting to make it work for at least a week. This firmware works fine. I've used it before I bought BLtouch without problems.
Problem is that I don't see automatic bed level working ...