Difference between revisions of "IR Probe 1.3"

From Aus3D Wiki
Jump to navigation Jump to search
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{IR Probe Versions}}
[[Category:Products]]
[[Category:Products]]
[[File:Ir-probe-front2.jpg|thumb|250px]]
[[File:Ir-probe-front2.jpg|thumb|250px]]
== Overview ==
== Overview ==
These 3D Printer Z-Probes use modulated infra-red LEDs to accurately detect proximity to the print surface, allowing for automatic bed-levelling while printing.
Compared to mechanical probe solutions - such as a servo and microswitch - these boards have the advantage of requiring no moving components, weighing less, and having a higher degree of repeatability and reliability. Compared to inductive or capacitive probes, these boards are less dependent on the material of the print surface, and will even work on glass. Combined with a high degree of immunity from background IR sources, these boards are ideal for nearly any printer build.
We've designed these boards to couple to a standard 30mm fan - this means they're immediately compatible with all E3D-V6 and Lite6 HotEnds, mounting directly to the fan with no modification or adaptor necessary. Additionally, these boards use the same cable as most mechanical PCB endstops, making swapping your Z endstop out for an IR probe quick and easy.
To mount to a printer without a suitable 30mm fan, all that is required are two screw holes. These should be spaced 24mm apart horizontally, and at a distance of 22mm above the tip of the nozzle. See the attached mechanical drawings for further information.
These probes will trigger at a distance of 3mm from the print surface. Recommended mounting height is that the bottom edge of the PCB be 1-2mm above the tip of the nozzle, and the probe's Z-offset can be tweaked in firmware to achieve the desired bed-levelling results.
== Specifications ==
== Specifications ==
== Compatibility ==
* Dimensions: 30.00x23.75mm
* Weight: 2.5g (excluding cable)
* Trigger distance: 3mm from edge of PCB
* Trigger Repeatability: 0.005mm (5µm) Standard Deviation
* Included Cable Length: 100cm
 
== HotEnd Compatibility ==
These are the HotEnds we've tested with or had reports of success with. If you're interested in trying something different, or if you've tried a different HotEnd with our probe, let us know how it went!
{| class="wikitable"
|HotEnd
|Compatible
|Adaptor Required
|Notes
|-
|style='background: #f0fff0' |E3D-V6
|style='background: #f0fff0' |Yes
|style='background: #f0fff0' |No
|style='background: #f0fff0' |Mounts to fan duct with existing screws
|-
|style='background: #f0fff0' |E3D-Lite6
|style='background: #f0fff0' |Yes
|style='background: #f0fff0' |No
|style='background: #f0fff0' |Mounts to fan duct with existing screws
|-
|style='background: #f0fff0' |E3D Chimera
|style='background: #f0fff0' |Yes
|style='background: #f0fff0' |No
|style='background: #f0fff0' |Mounts to fan duct with existing screws
|-
|style='background: #f0fff0' |E3D Cyclops
|style='background: #f0fff0' |Yes
|style='background: #f0fff0' |No
|style='background: #f0fff0' |Mounts to fan duct with existing screws
|-
|style='background: #f0fff0' |E3D-V6 or Lite6 with Volcano
|style='background: #f0fff0' |Yes
|Yes
|Printable adaptor available [https://github.com/Aus3D/mark2/blob/master/CAD/PrintedParts/e3d-volcano-adaptor.STL here].
|-
|style='background: #f0fff0' |Mark8 Extruder + Hotend Combination
|style='background: #f0fff0' |Yes
|Yes
|Printable adaptor available [http://www.thingiverse.com/thing:1229765 here].
|-
|}
 
== Electronics Compatibility ==
These are the boards we have tested the probe with. It is likely the probe is compatible with other boards as well - if you try a different control board and it works, let us know so we can add it to the list.
{| class="wikitable"
{| class="wikitable"
|Motherboard
|Motherboard
Line 10: Line 69:
|Notes
|Notes
|-
|-
|RAMPS
|style='background: #f0fff0' |RAMPS
|Yes
|style='background: #f0fff0' |Yes
|Yes
|style='background: #f0fff0' |Yes
|
|
|-
|-
|RAMBO
|style='background: #f0fff0' |RAMBO
|Yes
|style='background: #f0fff0' |Yes
|Yes
|style='background: #f0fff0' |Yes
|
|
|-
|-
|RUMBA
|style='background: #f0fff0' |RUMBA
|Yes
|style='background: #f0fff0' |Yes
|Yes
|style='background: #f0fff0' |Yes
|
|
|-
|-
|Melzi
|style='background: #ffffe6; |Melzi
|No
|style='background: #ffffe6; |No
|Yes
|style='background: #f0fff0' |Yes
|Wires must be cut for screw terminals, and 5V wired to separate pin. Wiring sketch included below.
|Wires must be cut for screw terminals, and 5V wired to separate pin. Wiring sketch included below.
|-
|-
|Smoothieboard
|style='background: #f0fff0' |Duet
|No
|style='background: #ffffe6; |No
|No
|style='background: #f0fff0' |Yes
|Pullup too strong, external resistor required between ground and signal (value uncertain, 500R-1.8K, experimentation needed).
|Need to change order of pins in connector to suit, simple to do though.
|-
|-
|Azteeg X5 Mini
|style='background: #ffebd2' |Smoothieboard
|No
|style='background: #ffebd2' |No
|No
|style='background: #ffebd2' |No
|Pullup too strong, external 1.6K resistor required between ground and signal.
|style='background: #ffebd2' |Pullup too strong, external resistor required between ground and signal (value uncertain, 500R-1.8K, experimentation needed).
|-
|style='background: #ffebd2' |Azteeg X5 Mini
|style='background: #ffebd2' |No
|style='background: #ffebd2' |No
|style='background: #ffebd2' |Pullup too strong, external 1.6K resistor required between ground and signal.
|-
|style='background: #ffebd2' |MKS Gen / Base Boards
|style='background: #ffebd2' |No
|style='background: #ffebd2' |No
|style='background: #ffebd2' |Pullup too strong, external 560R resistor required between ground and signal.
|-
|-
|}
|}
Line 65: Line 134:
   #define AUTO_BED_LEVELING_GRID_POINTS 2
   #define AUTO_BED_LEVELING_GRID_POINTS 2


Configure the probe offset from the nozzle:
Configure the probe offset from the nozzle. The numbers below are approximately correct for a probe mounted to a forward-facing fan on an E3D V6 or Lite6:
   #define X_PROBE_OFFSET_FROM_EXTRUDER 30     // Probe on: -left  +right
   #define X_PROBE_OFFSET_FROM_EXTRUDER 0     // Probe on: -left  +right
   #define Y_PROBE_OFFSET_FROM_EXTRUDER 0    // Probe on: -front +behind
   #define Y_PROBE_OFFSET_FROM_EXTRUDER -25  // Probe on: -front +behind
   #define Z_PROBE_OFFSET_FROM_EXTRUDER -1.95 // -below (always!)
   #define Z_PROBE_OFFSET_FROM_EXTRUDER -1.5 // -below (always!)


Configure homing / probing settings:
Configure homing / probing settings:
Line 96: Line 165:
== Notes ==
== Notes ==
After receiving power, the probe takes a short while before becoming active. The onboard LED will flash twice, and after this the board is ready for use.
After receiving power, the probe takes a short while before becoming active. The onboard LED will flash twice, and after this the board is ready for use.
== Buy It ==
[http://aus3d.com.au/ir-z-probe Store Page]


== Resources ==
== Resources ==

Latest revision as of 12:24, 26 April 2016

IR Probe


Ir-probe-front2.jpg

Overview

These 3D Printer Z-Probes use modulated infra-red LEDs to accurately detect proximity to the print surface, allowing for automatic bed-levelling while printing.

Compared to mechanical probe solutions - such as a servo and microswitch - these boards have the advantage of requiring no moving components, weighing less, and having a higher degree of repeatability and reliability. Compared to inductive or capacitive probes, these boards are less dependent on the material of the print surface, and will even work on glass. Combined with a high degree of immunity from background IR sources, these boards are ideal for nearly any printer build.

We've designed these boards to couple to a standard 30mm fan - this means they're immediately compatible with all E3D-V6 and Lite6 HotEnds, mounting directly to the fan with no modification or adaptor necessary. Additionally, these boards use the same cable as most mechanical PCB endstops, making swapping your Z endstop out for an IR probe quick and easy.

To mount to a printer without a suitable 30mm fan, all that is required are two screw holes. These should be spaced 24mm apart horizontally, and at a distance of 22mm above the tip of the nozzle. See the attached mechanical drawings for further information.

These probes will trigger at a distance of 3mm from the print surface. Recommended mounting height is that the bottom edge of the PCB be 1-2mm above the tip of the nozzle, and the probe's Z-offset can be tweaked in firmware to achieve the desired bed-levelling results.

Specifications

  • Dimensions: 30.00x23.75mm
  • Weight: 2.5g (excluding cable)
  • Trigger distance: 3mm from edge of PCB
  • Trigger Repeatability: 0.005mm (5µm) Standard Deviation
  • Included Cable Length: 100cm

HotEnd Compatibility

These are the HotEnds we've tested with or had reports of success with. If you're interested in trying something different, or if you've tried a different HotEnd with our probe, let us know how it went!

HotEnd Compatible Adaptor Required Notes
E3D-V6 Yes No Mounts to fan duct with existing screws
E3D-Lite6 Yes No Mounts to fan duct with existing screws
E3D Chimera Yes No Mounts to fan duct with existing screws
E3D Cyclops Yes No Mounts to fan duct with existing screws
E3D-V6 or Lite6 with Volcano Yes Yes Printable adaptor available here.
Mark8 Extruder + Hotend Combination Yes Yes Printable adaptor available here.

Electronics Compatibility

These are the boards we have tested the probe with. It is likely the probe is compatible with other boards as well - if you try a different control board and it works, let us know so we can add it to the list.

Motherboard Connector Compatible Electronics Compatible Notes
RAMPS Yes Yes
RAMBO Yes Yes
RUMBA Yes Yes
Melzi No Yes Wires must be cut for screw terminals, and 5V wired to separate pin. Wiring sketch included below.
Duet No Yes Need to change order of pins in connector to suit, simple to do though.
Smoothieboard No No Pullup too strong, external resistor required between ground and signal (value uncertain, 500R-1.8K, experimentation needed).
Azteeg X5 Mini No No Pullup too strong, external 1.6K resistor required between ground and signal.
MKS Gen / Base Boards No No Pullup too strong, external 560R resistor required between ground and signal.

Configuring Marlin

The pullup for the Z_MIN endstop needs to be enabled. Uncomment the line:

 #define ENDSTOPPULLUP_ZMIN

The endstop should be set to non-inverting:

 const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.

Enable auto-bed levelling:

 #define ENABLE_AUTO_BED_LEVELING // Delete the comment to enable (remove // at the start of the line)
 #define Z_PROBE_REPEATABILITY_TEST  // If not commented out, Z-Probe Repeatability test will be included if Auto Bed Leveling is Enabled.

Recommended bed levelling mode is grid:

 #define AUTO_BED_LEVELING_GRID

Adjust the coordinates that define the corners of the probed grid:

 #define LEFT_PROBE_BED_POSITION 50
 #define RIGHT_PROBE_BED_POSITION 150
 #define FRONT_PROBE_BED_POSITION 20
 #define BACK_PROBE_BED_POSITION 180

Set the grid size:

 #define AUTO_BED_LEVELING_GRID_POINTS 2

Configure the probe offset from the nozzle. The numbers below are approximately correct for a probe mounted to a forward-facing fan on an E3D V6 or Lite6:

 #define X_PROBE_OFFSET_FROM_EXTRUDER 0     // Probe on: -left  +right
 #define Y_PROBE_OFFSET_FROM_EXTRUDER -25   // Probe on: -front +behind
 #define Z_PROBE_OFFSET_FROM_EXTRUDER -1.5  // -below (always!)

Configure homing / probing settings:

 #define Z_RAISE_BEFORE_HOMING 4       // (in mm) Raise Z before homing (G28) for Probe Clearance.
                                       // Be sure you have this distance over your Z_MAX_POS in case
 #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min
 #define Z_RAISE_BEFORE_PROBING 5   //How much the extruder will be raised before traveling to the first probing point.
 #define Z_RAISE_BETWEEN_PROBINGS 2  //How much the extruder will be raised when traveling from between next probing points
 #define Z_RAISE_AFTER_PROBING 5    //How much the extruder will be raised after the last probing point.

When using a probe instead of an endstop, it's a good idea to enable Z_SAFE_HOMING. This moves the probe to the center of the bed before homing:

 #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with probe outside the bed area.

By default the point that the probe homes at should be the center of the bed - however some versions of Marlin contain a bug where the probe point is miscalculated. To be safe, you can manually define the probe point:

 #define Z_SAFE_HOMING_X_POINT (100)    // X point for Z homing when homing all axis (G28)
 #define Z_SAFE_HOMING_Y_POINT (100)    // Y point for Z homing when homing all axis (G28)

Connecting

RAMPS, RAMBO, RUMBA

Each IR Z Probe comes with a cable that will connect directly to the endstop pins on these control boards. No modification should be required.

Azteeg X5 Mini

Screw terminals are used to connect bare wires to the X5 for all endstops. The included cable will need the connector removed / cut off, and each wire stripped back to allow connection. In addition, the pull-up resistors on the X5 are not compatible with the IR Z Probe by default. To correct this, a 1.6K resistor can be placed in the screw terminal, between the signal and ground wires. This should allow correct operation of the probe.

Notes

After receiving power, the probe takes a short while before becoming active. The onboard LED will flash twice, and after this the board is ready for use.

Buy It

Store Page

Resources

Mounting Drawing Wiring Melzi