Skip to content

Commit

Permalink
Updated control pins and default motor currents
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhubott committed Aug 22, 2016
1 parent 83f588b commit 7e28f44
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Marlin/pins_MINIRAMBO.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,18 @@
#define E0_MS1_PIN 65
#define E0_MS2_PIN 66

#define E1_STEP_PIN -33
#define E1_DIR_PIN -42
#define E1_ENABLE_PIN -25
#define E1_MS1_PIN -63
#define E1_MS2_PIN -64
#define E1_STEP_PIN -1
#define E1_DIR_PIN -1
#define E1_ENABLE_PIN -1
#define E1_MS1_PIN -1
#define E1_MS2_PIN -1

#define MOTOR_CURRENT_PWM_XY_PIN 44
#define MOTOR_CURRENT_PWM_XY_PIN 46
#define MOTOR_CURRENT_PWM_Z_PIN 45
#define MOTOR_CURRENT_PWM_E_PIN 46
#define MOTOR_CURRENT_PWM_E_PIN 44
//Motor current PWM conversion, PWM value = MotorCurrentSetting * 255 / range
#define MOTOR_CURRENT_PWM_RANGE 2000
#define DEFAULT_PWM_MOTOR_CURRENT {1300, 1630, 1250}
#define DEFAULT_PWM_MOTOR_CURRENT {1300, 1600, 1250}
#define SDPOWER -1
#define SDSS 53
#define LED_PIN 13
Expand All @@ -92,7 +92,7 @@

#if ENABLED(ULTRA_LCD)

#define KILL_PIN -1
#define KILL_PIN 32

#if ENABLED(NEWPANEL)

Expand Down

0 comments on commit 7e28f44

Please sign in to comment.