Skip to content

Commit

Permalink
Fix issue #300; flipping X/Y for Trident (#302)
Browse files Browse the repository at this point in the history
* Fix issue #300; flipping X/Y for Trident

Splitting up Bed Locating (V1, Trident, Legacy) because location of default Z endstop pin location is on different edges.

* Fix issue #163

Missing Trident added to the initial Bed Leveling list. Trident's Z-Tilt functionality is explained just a bit lower. It was just missing from the model summary.

* Fix issue #273 and #163

A bit more clarity for the list of various bed leveling methods for each model.
  • Loading branch information
leanghoun authored May 1, 2023
1 parent 727cfba commit 5e19c83
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build/startup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,14 @@ Once the Z endstop is fixed into position the base plate should be adjusted so t

Before the 0,0 point and Z endstop locations are set, the physical locations of the Z endstop and print bed need to be finalized.

### V1, Legacy:

The Z endstop should be located at close to max X position. Home X and Y with `G28 X Y` and then traverse just Y to locate a Z endstop position at the maximum X travel that will still trigger the endstop. Lock down the Z endstop at that position.

### Trident:

The Z endstop should be located at close to max Y position. Home X and Y with `G28 X Y` and then traverse just X to locate a Z endstop position at the maximum Y travel that will still trigger the endstop. Lock down the Z endstop at that position.

Once the Z endstop is fixed into position the base plate should be adjusted so that the Z endstop pin is approximately 2-3mm from the aluminum base plate.

## Define 0,0 Point (V0, V1, Trident, V2, Legacy)
Expand Down Expand Up @@ -264,7 +270,8 @@ It will perform a PID calibration routine that will last about 5 minutes. Once i
Depending on the printer type and capability, the following command(s) are used:

* V0: `BED_SCREWS_ADJUST`
* V1, Legacy: `Z_TILT_ADJUST`, `SCREWS_TILT_CALCULATE`
* V1, Legacy: `BED_TILT`, `SCREWS_TILT_CALCULATE`
* Trident: `Z_TILT_ADJUST`
* V2: `QUAD_GANTRY_LEVEL`

### Bed Screws (V0)
Expand Down

0 comments on commit 5e19c83

Please sign in to comment.