Skip to content

BLTouch Issue #21

@ckiefer

Description

@ckiefer

Hello All

I downloaded the firmware from branch anycubic-kad-bugfix-2.0.x and applied the following changes to fit my needs:

configuration.h

#define GRID_MAX_POINTS_X 3

#define NEOPIXEL_TYPE NEO_GRB // NEO_GRBW / NEO_GRB - four/three channel driver type (defined in Adafruit_NeoPixel.h)
#define NEOPIXEL_PIN PA8 // LED driving pin
//#define NEOPIXEL2_TYPE NEOPIXEL_TYPE
//#define NEOPIXEL2_PIN 5
#define NEOPIXEL_PIXELS 8 // Number of LEDs in the strip. (Longest strip when NEOPIXEL2_SEPARATE is disabled.)
#define NEOPIXEL_IS_SEQUENTIAL // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once.
#define NEOPIXEL_BRIGHTNESS 255 // Initial brightness (0-255)
#define NEOPIXEL_STARTUP_TEST

#define HEATER_0_MAXTEMP 270

#define Z_PROBE_FEEDRATE_FAST (200*60)
#define MULTIPLE_PROBING 2

configuration_adv.h

#define HOST_ACTION_COMMANDS
#if ENABLED(HOST_ACTION_COMMANDS)
#define HOST_PROMPT_SUPPORT
#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
#endif

Then I built this target: anycubic_mega_zero2_btt_mini_bl_e0fan_fs

Not sure why but I keep getting this error:

image

The BLTouch keeps blinking and I am not able to connect anymore in OctoPrint.

Any help is highly appreciated.
Christoph

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions