D3D Automatic Bed Leveling: Difference between revisions
Jump to navigation
Jump to search
(→Action) |
(→Action) |
||
Line 14: | Line 14: | ||
#Try Mattercontrol software [http://www.mattercontrol.com/articles/mattercontrol-guide-to-automatic-print-leveling] | #Try Mattercontrol software [http://www.mattercontrol.com/articles/mattercontrol-guide-to-automatic-print-leveling] | ||
#Check usign G1 Z0 command to see where the print will actually start printing - it should go to the first layer height set by the probe. - comment by Martin at [http://www.mattercontrol.com/articles/mattercontrol-guide-to-automatic-print-leveling] | #Check usign G1 Z0 command to see where the print will actually start printing - it should go to the first layer height set by the probe. - comment by Martin at [http://www.mattercontrol.com/articles/mattercontrol-guide-to-automatic-print-leveling] | ||
#Contact Ryan Lutz at Matterhackers - see leveling troubleshooting - [http://www.matterhackers.com/articles/troubleshooting-for-mattercontrol-print-leveling] |
Revision as of 19:22, 16 June 2017
Intro
- D3D Marlin covers code up to calibration.
- Code works for following the 3D printer - such as Yousef's twisted axis.
- Initial code used - April 29 - see April 29 version of D3D Marlin.
- Lulzbot Cura initialization file used - File:D3DLulzbotCura.ini
- See instructable on auto bed level - [1] - it says to use G92 to implmement the z offset correction.
- What is the difference between G92 Z1 and M851 Z1?
- See Marlin Gcodes
- Marlin_main.cpp is main code
Action
- Diable EEPROM - it could be storing one value and never updating from print to print. [2]
- V Set the verbose level (0-4). Example: "G29 V3"
- Try Mattercontrol software [3]
- Check usign G1 Z0 command to see where the print will actually start printing - it should go to the first layer height set by the probe. - comment by Martin at [4]
- Contact Ryan Lutz at Matterhackers - see leveling troubleshooting - [5]