bigtreetech / BIGTREETECH-SKR-V1.3

32bit board with LPC1768, support marlin2.0 and smoothieware, support lcd2004/12864, On-board TMC2130 SPI interface and TMC2208 UART interface no additional wiring is required
1.01k stars 1.15k forks source link

SKR V1.4 Turbo Issues with BL Touch #355

Open Arflognir opened 4 years ago

Arflognir commented 4 years ago

Hi there,

first of all I don't know that much about programming Marlin, so most of my knowledge is gathered together by YT videos and forum entries.

Since I had huge problems with my capacitive z probe, I decided to use a probe similiar to a BL touch (but from a cheaper supplier). Right befor I configured my firmware, I was using the standard endstop switch, which worked fine.

I'm trying to use the servo and probe port designed to be used for bl touch sensors and made the following changes in configuration.h:

Changes in configuration_h

Right now my printer spits out the message: "Err: EEPROM CRC".

Does anyone have a clue what went wrong?

elmolinger commented 4 years ago

Right now my printer spits out the message: "Err: EEPROM CRC".

When does this message appear? At flashing or if the Probe Deploys, if touching...? My guess, it appear at flashing the firmware on the SKR.

On Line 1102 you did #define y_max_pos y_bed_size-14 <- remove the -14 and try again.

What is the Date of this Marlin Version? It looks like it's 3Month old. Maybe try a newer Version.

Did you Check the Wire connection? 2020-06-17 22_45_04-Window

Arflognir commented 4 years ago

The error is shown right after flashing. It's Marlin 2.0.5 downloaded on 29th of mai and the sensor is wired correctly.

I tried removing the "-14" in line 1102 without any changes.

elmolinger commented 4 years ago

In marlin mode on the LCD you can confirm or reset these EEPROM Messages.

Can you upload your configuration.h and configuration_adv for compare?

Arflognir commented 4 years ago

Sorry that it took so long but the Marlin.zip contains my configuration.h and configuration_adv.h Marlin.zip