D3D Automatic Bed Leveling: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
*Initial code used - April 29 - see April 29 version of [[D3D Marlin]].
*Initial code used - April 29 - see April 29 version of [[D3D Marlin]].
*Lulzbot Cura initialization file used - [[File:D3DLulzbotCura.ini]]
*Lulzbot Cura initialization file used - [[File:D3DLulzbotCura.ini]]
*See instructable on auto bed level - [http://www.instructables.com/id/Enable-Auto-Leveling-for-your-3D-Printer-Marlin-Fi/] -  it says to use G92 to implmement the z offset correction.
*What is the difference between G92 Z1 and M851 Z1?
:*See [[Marlin Gcodes]]

Revision as of 18:31, 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?