...
Probing with Push-pin Down(M280 P0 S10) : tS1090 / tS1090*:
Step 1 : Push-pin Down(M280 P0 S10)
Step 2 : Probing(keep M280 P0 S10)
Step 3 : Push-pin Up(M280 P0 S90) after triggered
Caution: An alarm may occur.
Probing with Push-pin Down(M280 P0 S10) : tS10 ← Recommended
Step 1 : Push-pin Down(M280 P0 S10)
Step 2 : Probing(keep M280 P0 S10)
Step 3 : After triggered, if probing is not finished yet, go Step 2.
Step 4 : Push-pin Up(M280 P0 S90)
Caution: An alarm may occur.
Probing with Touch Switch Mode(M280 P0 S60) : tS60
Step 1 : Push-pin Down(M280 P0 S10)
Step 2 : Touch Switch Mode(M280 P0 S60)
Step 3 : Probing(keep M280 P0 S60)
Step 4 : After triggered, if probing is not finished yet, go Step 3.
Step 5 : Push-pin Up(M280 P0 S90)
Caution: The push pin may not be completely down.
Probing with Touch Switch Mode(M280 P0 S60) : tS60 ← Recommended
Step 1 : Push-pin Down(M280 P0 S10)
Step 2 : Touch Switch Mode(M280 P0 S60)
Step 3 : Probing(keep M280 P0 S60)
Step 4 : After triggered, if probing is not finished yet, go Step 1.
Step 5 : Push-pin Up(M280 P0 S90)
Logic Voltage Conversion (writing to EEPROM)
...
or my 3D Printer has an inductive sensor
Package List
1 X BLTouch(Smart V3.1)
...
Spare parts - for just in case something happens
(We do not provide spare parts and cable to 3D printer makers)
2 X Screw & Nut & Washer
2 X Spring for BLTouch Mounting
2 X Dupont Housing Shell 3Pin
2 X Dupont Housing Shell 2Pin
2 X Dupont Housing Shell 1Pin
10 X Dupont Terminal (Male & Female)
1 X Jumper Cap
...
...
Firmware Setting (e.g. Marlin firmware)
Please update the firmware in the following order:
Step 1: Copy the file below and overwrite at the Marlin folder. <== e.g. default
Marlin-bugfix-2.0.x\config\default\Configuration.h
Marlin-bugfix-2.0.x\config\default\Configuration_adv.h
Step 2: Look at the Configuration.h at your previous firmware and edit Configuration.h at Marlin.
Step 3: Check your 3D printer works well.
Step 4: Please install your BLTouch.
Step 5: Edit Configuration.h and Configuration_adv.h like below.
...
Please refer to other auto bed leveling setting documents ( Youtube etc. ).
...
;When using Default mode, you do not need to declare logic mode.
M280 P0 S160 ; BLTouch alarm release
G4 P100 ; delay for BLTouch
G28 ; home
G29 ; auto bed leveling
If the nozzle is in contact with the bed after missing the trigger signal(A board with large capacity capacitor in end-stop input circuit, such as the Melzi).
...
; firmware does not support it yet)
M280 P0
S140 ← S140
<- Only 5V Logic mode(Do not activate 5V logic on 3.3V logic system without 3.3V logic conversion)
G4 P2000 ; delay for BLTouch
M280 P0 S160 ; BLTouch alarm release
G4 P100 ; delay for BLTouch
G28 ; home
G29 ; auto bed leveling
Boards with large capacity capacitor in end-stop input circuit :
...
(Soldering and firmware update might be needed in rare case)
M280 P0 S90
← <- SERVO0_PIN
M280 P1 S90
← <- SERVO1_PIN
M280 P2 S90
← <- SERVO2_PIN
e.g. RAMPS1.4 Wiring
Servo signal(orange wire) : D11 (SERVO0), Zmin (white wire) : D18 (Zmin endstop)
...