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
1k stars 1.15k forks source link

SKR 1.4 Turbo with TFT 3.5 Not Seve EEPROM #471

Closed Terixxx closed 3 years ago

Terixxx commented 3 years ago

I am not able to store settings for Probe offset to the EEPROM. When I compiling the firmware I define

define NOZZLE_TO_PROBE_OFFSET { 0, 70, -1.56 }

In Simulated LCD 12864 i am able to see the settings in the menu but not in the terminal when I send M851 command.

m851 SENDING:M851 Probe Offset X0.00 Y0.00 Z-1.56 m851 y70 SENDING:M851 Y70 m500 SENDING:M500 echo:Settings Stored (830 bytes; crc 24358) m851 SENDING:M851 Probe Offset X0.00 Y0.00 Z-1.56

When i start G29 (bed leveling) the grid for points is not taking probe offset and printer not able to finish the bed leveling correctly. Here is my configuration: config.zip

Terixxx commented 3 years ago

I have solved this issue