makerbase-mks / Mks-Robin-Nano-Marlin2.0-Firmware

The firmware of Mks Robin Nano, based on Marlin-2.0.x, adding the color GUI.
GNU General Public License v3.0
262 stars 284 forks source link

BL-Touch Probe - Missing data after Autoleveling #213

Open FabioMC opened 3 years ago

FabioMC commented 3 years ago

When I use the Autolevel Tool menu, as soon as the leveling process finishes, the Z-Offset screen appears but there a failing information related to the nozzle temperature I supposed. I am sending a picture with the missing data. Just for information my printer has a singlenozzle and two extruders configuration.

IMG_0010

madurani commented 3 years ago

I have same issue with same printer(nozzle 2IN1, two extruders)

Chlorel commented 3 years ago

you havent added "bmp_init_state.bin" to your asset folder before flashing the firmware

Chlorel commented 3 years ago

For Z-Offset setting menu, only one extruder temp is show ... not both

FabioMC commented 3 years ago

No. The file is in the folder as you can see in the image attached. After compilation I copy the assets folder and *.bin file to flash the board. Never had to inlcude manually a file to assets folder.

About the temperature a single nozzle has only one temperature anyway. Captura de tela 2021-03-24 213615

Chlorel commented 3 years ago

@FabioMC but the place where you show me 'no data' is the place where bmp_init_state.bin is ... image

image

madurani commented 3 years ago

I can confirm that, mentioned file is include in folder aset on sd-card and data missing on screen too: Look that file is corrupted(because has only 4KB and other have 32KB), could you please copy mentioned file here and I will try add your file to folder manually? image image

madurani commented 3 years ago

What mean this? image because there was same file changed before 7 hours ago

madurani commented 3 years ago

I downloaded new source code via git clone, copy there Configuration.h file, compile it and problem with missing image was solved.

FabioMC commented 3 years ago

The same for me. After downloading the new source code everything is working fine.

Ryszard-wpl commented 3 years ago

I had the same issue but aditionaly I encountered many resets (crush) of mainboard during seting up z-offset. After autolevel or direct from config -> BL touch menu. I need to make it fast to store z-offset. Many times I was making leveling with paper and have seen black screen. I need to make it over again untill success. Is it related to lack of icon - I afraid it is not...

MKS-Sean commented 3 years ago

@Ryszard-wpl I will test this problem and solve it

Ryszard-wpl commented 3 years ago

crash problem is solved with last update with lack of icon. There is only request to put manual 5 point leveling after autolevel with BL Touch. Reducing level differences make prints beter and faster I think. Is it call UBL ? When you will issue this function to TFT UI? Thanks in advance.