https://github.com/evilc/marlinprobeassistedleveler
A tool to physically level a 3D printer's bed using a BLTouch probe
https://github.com/evilc/marlinprobeassistedleveler
Last synced: 11 months ago
JSON representation
A tool to physically level a 3D printer's bed using a BLTouch probe
- Host: GitHub
- URL: https://github.com/evilc/marlinprobeassistedleveler
- Owner: evilC
- License: mit
- Created: 2020-04-16T03:38:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T06:29:05.000Z (about 6 years ago)
- Last Synced: 2025-03-29T13:12:19.259Z (about 1 year ago)
- Language: C#
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MarlinProbeAssistedLeveler
A tool to physically level a 3D printer's bed using a BLTouch probe
# WORK IN PROGRESS SOFTWARE
# USE AT YOUR OWN RISK!!
## What does it do?
This tool is to assist in physically leveling your 3D printer's bed using a BLTouch probe
It probes all four corners of the bed, and works out the height difference between the four points.
Then, for each corner that is lower than the highest corner, it moves to that corner, deploys the probe, then moves the Z carriage down to a point where the BLTouch would trigger if the bed is at the perfect height.
You then wind the knob on that corner until the BLTouch triggers
## How do I use it?
Currently it is implemented as a console application, you need to build it yourself in Visual Studio and edit values in the source code.
**Before using, ensure that you have your Z offset for your probe configured!**
If / when I get it working well, I will look into making it a GUI application or even implementing it as an OctoPrint plugin
Currently it is Windows only
## Contributions
If you are interested in getting involved, I am more than willing to collaborate, drop me a line...