bigtreetech / BIQU-B1

143 stars 104 forks source link

Bed leveling not enebled #21

Open stelioc66 opened 3 years ago

stelioc66 commented 3 years ago

Hi My printer BIQU B1 when it starts gives me error (Bed leveling not enabled) then i get M117 ABL is enabled.

i don't have BL TOUCH or anything for auto bed leveling .

i have updated the firmware botht TFT and Printer.

Any Help?

Thank you

Stelios

ricardo777 commented 3 years ago

I think it is a slicer setting. Maybe you have custom g code in the slicer or set bed leveling on somewhere.

stelioc66 commented 3 years ago

it does it when i start the printer not when i start printing

chet9651 commented 3 years ago

) Hi My printer BIQU B1 when it starts gives me error (Bed leveling not enabled) then i get M117 ABL is enabled.

i don't have BL TOUCH or anything for auto bed leveling .

i have updated the firmware botht TFT and Printer.

Any Help?

Thank you

Stelios

I have got this problem but It’s okay now. Try this:

  1. Press “Menu”
  2. Press “Setting “
  3. Press “Feature “ Then find the item. “Auto Save Load Leveling “ And disable it(red dot show behind the item) After that reboot.

https://user-images.githubusercontent.com/80184681/110464715-12cace80-8106-11eb-8f67-0d5619c9401f.MP4

stelioc66 commented 3 years ago

) Hi My printer BIQU B1 when it starts gives me error (Bed leveling not enabled) then i get M117 ABL is enabled.

i don't have BL TOUCH or anything for auto bed leveling . i have updated the firmware botht TFT and Printer. Any Help? Thank you Stelios

I have got this problem but It’s okay now. Try this:

  1. Press “Menu”
  2. Press “Setting “
  3. Press “Feature “ Then find the item. “Auto Save Load Leveling “ And disable it(red dot show behind the item) After that reboot.

    IMG_5229.M

Thank you for your answer but i don't have this submenu or the one i see about serial

chet9651 commented 3 years ago

To

) Hi My printer BIQU B1 when it starts gives me error (Bed leveling not enabled) then i get M117 ABL is enabled.

i don't have BL TOUCH or anything for auto bed leveling . i have updated the firmware botht TFT and Printer. Any Help? Thank you Stelios

I have got this problem but It’s okay now. Try this:

  1. Press “Menu”
  2. Press “Setting “
  3. Press “Feature “ Then find the item. “Auto Save Load Leveling “ And disable it(red dot show behind the item) After that reboot.

IMG_5229.M

Thank you for your answer but i don't have this submenu or the one i see about serial

To get this submenu you should update "Touch Screen Firmware" see link below:

https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware

hapklaar commented 3 years ago

This error occurs when you update your TFT firmware and forget to change config.ini to not load ABL settings on startup. If you change auto_load_leveling:1 to auto_load_leveling:0, save the config file to sd, put int in your TFT SD slot, then reset, it should be gone.

DougJoseph commented 3 years ago

This error occurs when you update your TFT firmware and forget to change config.ini to not load ABL settings on startup. If you change auto_load_leveling:1 to auto_load_leveling:0, save the config file to sd, put int in your TFT SD slot, then reset, it should be gone.

To stelioc66:

hapklaar's answer seems like a good candidate for solving this. Can you try that, and if it solves the matter, then mark this closed with a reply?