a5:modifications:bltouch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
a5:modifications:bltouch [2019/02/08 07:49] โ€“ Beautify touliloupa5:modifications:bltouch [2020/03/29 20:24] โ€“ tito-alo
Line 60: Line 60:
 <code> <code>
 G28        ; home G28        ; home
-G29 P1     ; start the automatic bed levellingย +G29 P1     ; start the automatic bed levelingย 
-           ; wait for bed levelling to finish+           ; wait for bed leveling to finish (should take about 5 minutes)
 G29 S1     ; save the mesh information into slot 1 G29 S1     ; save the mesh information into slot 1
 +G29 S0     ; save in slot 0 as well as Cura use slot 0 per default
 M500       ; save EEPROM M500       ; save EEPROM
-M851       ; this print the current setting+M851       ; print the current setting
 M851 Z0    ; set offset to zero M851 Z0    ; set offset to zero
 G28        ; home again G28        ; home again
Line 72: Line 73:
 M851 Z-1.6 ; enter the measure distance, in this example, the head is 1.6mm above the printer bed M851 Z-1.6 ; enter the measure distance, in this example, the head is 1.6mm above the printer bed
 M500       ; store the new configuration M500       ; store the new configuration
 +G28        ; home again
 +G1 Z0      ; move the nozzle to height 0 - Then mesure again, if it's not right yet, restart at step M851 Z-1.6 (increase the value to bring the head closer to the bed)
 </code> </code>
 +
 +Keep adjusting 
  
 If you need to change the height, simply do: If you need to change the height, simply do:
a5/modifications/bltouch.txt ยท Last modified: 2020/12/25 02:13 by 127.0.0.1