Skip to content

Commit

Permalink
Merge pull request #70 from V1EngineeringInc/jeffe-zen-fixes
Browse files Browse the repository at this point in the history
Jeffe zen fixes
  • Loading branch information
V1EngineeringInc authored Mar 2, 2021
2 parents 40ac689 + 1831b28 commit 1d5b7ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/configs/accessories/no-dual-endstops
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
opt_set EXTRUDERS 1
opt_set TEMP_SENSOR_0 999
opt_set DUMMY_THERMISTOR_999_VALUE 170
opt_set X_MIN_ENDSTOP_INVERTING "true"
opt_set Y_MIN_ENDSTOP_INVERTING "true"
opt_set X_MIN_ENDSTOP_INVERTING "false"
opt_set Y_MIN_ENDSTOP_INVERTING "false"

opt_disable \
MIN_SOFTWARE_ENDSTOPS \
Expand Down
3 changes: 3 additions & 0 deletions src/configs/boards/mini-rambo
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ opt_set MOTHERBOARD "BOARD_MINIRAMBO"
opt_set DEFAULT_AXIS_STEPS_PER_UNIT "{ 100, 100, 400, 837 }"
opt_set PWM_MOTOR_CURRENT "{ 850, 850, 850 }"

opt_enable \
REVERSE_ENCODER_DIRECTION

pushd Marlin/src/HAL
rm -rf DUE ESP32 LINUX LPC1768 SAMD51 STM* TEENSY*
popd
Expand Down
2 changes: 1 addition & 1 deletion src/configs/boards/rambo
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ opt_set DEFAULT_AXIS_STEPS_PER_UNIT "{ 100, 100, 400, 100 }"
opt_set DIGIPOT_MOTOR_CURRENT "{ 138, 138, 138, 138, 138 }"

opt_enable \
REVERSE_ENCODER_DIRECTION
REVERSE_ENCODER_DIRECTION

pushd Marlin/src/HAL
rm -rf DUE ESP32 LINUX LPC1768 SAMD51 STM* TEENSY*
Expand Down

0 comments on commit 1d5b7ea

Please sign in to comment.