makerbase-mks / MKS-TinyBee

MKS TinyBee is a mainboard for 3d printing, based on ESP32 module
GNU General Public License v3.0
125 stars 119 forks source link

Babystepping in real time. #106

Open Marcel67921 opened 1 year ago

Marcel67921 commented 1 year ago

Could someone please advise me to make babystepping work for me when printing the first layer. In real time.

PanosPetrou commented 12 months ago

Babystepping isn't currently supported on ESP32 boards, such as this one. Perhaps it will be supported in the future.

Marcel67921 commented 12 months ago

Thank you, hopefully it will be possible in the future. ---------- Původní e-mail ---------- Od: PanosPetrou @.> Komu: makerbase-mks/MKS-TinyBee @.> Kopie: Marcel67921 @.>, Author @. com> Datum: 5. 12. 2023 3:39:42 Předmět: Re: [makerbase-mks/MKS-TinyBee] Babystepping in real time. (Issue # 106) "

Babystepping isn't currently supported on ESP32 boards, such as this one. Perhaps it will be supported in the future.

— Reply to this email directly, view it on GitHub (https://github.com/makerbase-mks/MKS-TinyBee/issues/106#issuecomment-1839901599) , or unsubscribe (https://github.com/notifications/unsubscribe-auth/A7C3WARRIYJH4E2ECR5LL5TYH2COVAVCNFSM6AAAAABAE534MOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZZHEYDCNJZHE) . You are receiving this because you authored the thread. Message ID: < @.***> "

vfbank commented 9 months ago

Unfortunately marlin does not support a single I2C stream for AVR motherboard support.

Supporting Babystep on the ESP32 would require giving up AVR compatibility, but that is not the goal of the marlin project. Use klipper instead of marlin