Paciente8159 / uCNC

µCNC - Universal CNC firmware for microcontrollers
https://github.com/Paciente8159/uCNC/wiki
GNU General Public License v3.0
265 stars 60 forks source link

Ask if it has the function of PCB cutting proximity switch to test the flatness of the mesh bed #672

Closed wrench1997 closed 5 months ago

wrench1997 commented 5 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the feature is: custom harware

Describe the solution you'd like Ask if it has the function of PCB cutting proximity switch to test the flatness of the mesh bed.Proximity switch-like leveling function.

Describe your target machine hardware diy cnn machine have cutting pCB

Additional context 222

Paciente8159 commented 5 months ago

I'm not sure if I understood correctly. You need a height map feature? The height map (bed leveling similar to 3d printing) feature is implemented. Just need to enable it in the configuration

wrench1997 commented 5 months ago

I'm not sure if I understood correctly. You need a height map feature? The height map (bed leveling similar to 3d printing) feature is implemented. Just need to enable it in the configuration

Yes, that's right! There are instructions in the code, but it’s not clear how to select the xy axis boundary length of the detection range.

Paciente8159 commented 5 months ago

It's in the wiki

Go here and scroll a bit down or search for G39.