Skip to content

Commit

Permalink
Merge pull request #8 from jeffeb3/504
Browse files Browse the repository at this point in the history
Change LR to be dual XZ.
  • Loading branch information
V1EngineeringInc authored Aug 28, 2020
2 parents f43f143 + 4d95f06 commit 056931d
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/configs/accessories/dual-drivers-on-xz
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
opt_set EXTRUDERS "0"
opt_set X_MIN_ENDSTOP_INVERTING "false"
opt_set Y_MIN_ENDSTOP_INVERTING "false"
opt_set X_MAX_ENDSTOP_INVERTING "false"
opt_set Y_MAX_ENDSTOP_INVERTING "false"
opt_set Z_MAX_ENDSTOP_INVERTING "false"
opt_set Z_MIN_ENDSTOP_INVERTING "true"

opt_set Z_HOME_DIR "+1"

opt_set NUM_Z_STEPPER_DRIVERS "2"

# Z Min probe configuration.
opt_set Z_MIN_PROBE_PIN "Z_MIN_PIN"
opt_disable \
Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
opt_set USER_DESC_4 "\"Probe Z min\""
opt_set USER_GCODE_4 "\"G38.2 Z0\""

opt_set Z2_USE_ENDSTOP "_YMAX_"

opt_enable \
MIN_SOFTWARE_ENDSTOPS \
MIN_SOFTWARE_ENDSTOP_Z \
SOFT_ENDSTOPS_MENU_ITEM \
USE_XMAX_PLUG \
USE_YMAX_PLUG \
USE_ZMAX_PLUG \
X_DUAL_STEPPER_DRIVERS \
X_DUAL_ENDSTOPS \
Z_MULTI_ENDSTOPS \
G38_PROBE_TARGET \
FIX_MOUNTED_PROBE

echo "- Configured for Dual XZ" >> README.md
7 changes: 7 additions & 0 deletions src/configs/accessories/dual-drivers-on-yz
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ opt_set Z_HOME_DIR "+1"

opt_set NUM_Z_STEPPER_DRIVERS "2"

# Z Min probe configuration.
opt_set Z_MIN_PROBE_PIN "Z_MIN_PIN"
opt_disable \
Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
opt_set USER_DESC_4 "\"Probe Z min\""
opt_set USER_GCODE_4 "\"G38.2 Z0\""

opt_enable \
MIN_SOFTWARE_ENDSTOPS \
MIN_SOFTWARE_ENDSTOP_Z \
Expand Down
1 change: 1 addition & 0 deletions src/configs/accessories/tmc2130
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ opt_set Y_CURRENT 900
opt_set Z_CURRENT 900
opt_set X2_CURRENT 900
opt_set Y2_CURRENT 900
opt_set Z2_CURRENT 900

opt_enable \
TMC_USE_SW_SPI \
Expand Down
1 change: 1 addition & 0 deletions src/configs/accessories/tmc2209
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ opt_set Y_CURRENT 900
opt_set Z_CURRENT 900
opt_set X2_CURRENT 900
opt_set Y2_CURRENT 900
opt_set Z2_CURRENT 900

opt_enable \
MONITOR_DRIVER_STATUS \
Expand Down

0 comments on commit 056931d

Please sign in to comment.