bigtreetech / BIGTREETECH-TouchScreenFirmware

support TFT35 V1.0/V1.1/V1.2/V2.0/V3.0, TFT28, TFT24 V1.1, TFT43, TFT50, TFT70
GNU General Public License v3.0
1.31k stars 1.65k forks source link

[FR] UBL Grid probe #2200

Closed Chicos123 closed 2 years ago

Chicos123 commented 3 years ago

Is your feature request related to a problem? Please describe. UBL usually uses a 10x10 grid, so it takes a long time to probe when using the G29 P1. Because of that i mainly use G29 J5. but TFT has no option to change G29 P1 to G29 J%i

Describe the solution you'd like Plase add an option to switchG29 P1, G29 J{1~GRID_MAX_POINTS}commands And an option to set the value of{1~GRID_MAX_POINTS}

oldman4U commented 3 years ago

Whats about using a custom gCode for this?

Chicos123 commented 3 years ago

Whats about using a custom gCode for this?

I usually set it up like this.

G28    ; Home | XYZ
G29 L0 ; Bed Leveling | Load Mesh Slot | "0"
G29 P0 ; Bed Leveling | Phase 0 | Zero Mesh Data
G29 J5 ; Bed Leveling | Grid Leveling | "5x5"
G29 P3 ; Bed Leveling | Phase 3 | Fill Unpopulated
G29 S0 ; Bed Leveling | Save Mesh Slot | "0"
G29 A  ; Bed Leveling | Activate UBL
oldman4U commented 3 years ago

So 7 custom gCodes. Why not..

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 6 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.