-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
D6 Plus branch? #9
Comments
I don't have a D6 Plus nor have access to one but my guess would be to define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN. Use M119 to and something metal to test and verify the probe is working and the polarity is set correctly before trying to home z. As far as the type of ABL method. It depends on how flat your build surface is. Use Linear if your build surface is a nice flat plane. bilinear or UBL otherwise. I use AUTO_BED_LEVELING_BILINEAR and only have it probe the four corners at the start of every print. I mainly use this as I have a BLTouch and change build surfaces often. You can use UBL where it saves a mesh to eeprom and have it only probe once when homing. It is just a bit more complicated for the initial setup. |
# This is the 1st commit message: Add Support for ADIMLab Granty # The commit message dot-bob#2 will be skipped: # Update Configuration.h # The commit message dot-bob#3 will be skipped: # Add files via upload # # Add Support for ADIMLab Granty # The commit message dot-bob#4 will be skipped: # Create Configuration.h # The commit message dot-bob#5 will be skipped: # Delete Configuration.h # The commit message dot-bob#6 will be skipped: # Create Test.h # The commit message dot-bob#7 will be skipped: # Add files via upload # The commit message dot-bob#8 will be skipped: # Delete Test.h # The commit message dot-bob#9 will be skipped: # Delete Configuration.h # The commit message dot-bob#10 will be skipped: # Delete Configuration_adv.h # The commit message dot-bob#11 will be skipped: # Add files via upload # # Add ADIMLab Pins # The commit message dot-bob#12 will be skipped: # Add files via upload # # Add Bootscreen # The commit message #13 will be skipped: # Update Configuration.h # # Add Bootscreen # The commit message #14 will be skipped: # Update pins.h # # Add ADIMLab Board # The commit message #15 will be skipped: # Update boards.h # # Add ADIMLab Granty # The commit message #16 will be skipped: # Update Makefile # # Add ADIMLab Granty # The commit message #17 will be skipped: # Update boards.h # The commit message #18 will be skipped: # Update Makefile
* # This is a combination of 18 commits. # This is the 1st commit message: Add Support for ADIMLab Granty # The commit message dot-bob#2 will be skipped: # Update Configuration.h # The commit message dot-bob#3 will be skipped: # Add files via upload # # Add Support for ADIMLab Granty # The commit message dot-bob#4 will be skipped: # Create Configuration.h # The commit message dot-bob#5 will be skipped: # Delete Configuration.h # The commit message dot-bob#6 will be skipped: # Create Test.h # The commit message dot-bob#7 will be skipped: # Add files via upload # The commit message dot-bob#8 will be skipped: # Delete Test.h # The commit message dot-bob#9 will be skipped: # Delete Configuration.h # The commit message dot-bob#10 will be skipped: # Delete Configuration_adv.h # The commit message dot-bob#11 will be skipped: # Add files via upload # # Add ADIMLab Pins # The commit message dot-bob#12 will be skipped: # Add files via upload # # Add Bootscreen # The commit message #13 will be skipped: # Update Configuration.h # # Add Bootscreen # The commit message #14 will be skipped: # Update pins.h # # Add ADIMLab Board # The commit message #15 will be skipped: # Update boards.h # # Add ADIMLab Granty # The commit message #16 will be skipped: # Update Makefile # # Add ADIMLab Granty # The commit message #17 will be skipped: # Update boards.h # The commit message #18 will be skipped: # Update Makefile * Add Support for ADIMLab Granty * Optimize bootscreen * Update Makefile Updated Description * Update boards.h Updated Description * Update pins_HJC2560C_REV2.h Updated Description * Update Configuration.h Added Author + Custom_Machine_Name * Create _Bootscreen.h Add Bootscreen * Add files via upload Add ADIMLab Granty v1 * Update boards.h Add ADIMLab Granty v1 * Update Makefile Add ADIMLab Granty v1 * Update pins_HJC2560C_REV2.h * Consolidate Granty configs * config updates
Hi!
First of all, many thanks for your hard work on the firwmare! Any chance to have a D6 Plus specific branch, which has an inductive sensor? Which auto level probe type should it use? Also, which ABL method would work the best with that?
Thanks!
Bence
The text was updated successfully, but these errors were encountered: