18mm auto level sensor support for Anet A8 right side by lukeskymuh 3d model
Warning. This content is not moderated and could be offensive.
smoke
3dmdb logo
Thingiverse
18mm auto level sensor support for Anet A8 right side by lukeskymuh

18mm auto level sensor support for Anet A8 right side by lukeskymuh

by Thingiverse
Last crawled date: 3 years ago
A stiff and stable sensor supoort for the Aner A8 and a LJ18A3-8-Z/BX or any other 18mm diameter sensor.
It is located on the right side to enable better acess to the extruder and placed so that a colision with the heat bed cable is avoided. The disadvantage is that it is located further away from the sensor than those located at the fan.
For autolevel instructions see:https://3dprint.wiki/reprap/anet/a8/improvement/autobedleveling
Extended fan duct:http://www.thingiverse.com/thing:2168430http://www.thingiverse.com/thing:2037771
My Marlin RC8 setting (should work for Skynet also)
// Travel limits after homing (units are in mm)
#define X_MIN_POS -33
#define Y_MIN_POS -10
#define Z_MIN_POS 0
#define X_MAX_POS 220
#define Y_MAX_POS 215
#define Z_MAX_POS 240
// Set the boundaries for probing (where the probe can reach).
#define LEFT_PROBE_BED_POSITION 35
#define RIGHT_PROBE_BED_POSITION 200
#define BACK_PROBE_BED_POSITION 170
#define FRONT_PROBE_BED_POSITION 20
#define X_PROBE_OFFSET_FROM_EXTRUDER 65 // X offset: -left +right [of the nozzle]
#define Y_PROBE_OFFSET_FROM_EXTRUDER -36 // Y offset: -front +behind [the nozzle]
#define Z_PROBE_OFFSET_FROM_EXTRUDER -2.90 // Z offset: -below +above [the nozzle]

Tags