-
MKS MINI 12864 on a RUMBA
by Repetier ·#define U8GLIB_MINI12864_2X_HW_SPI -
MKS MINI 12864 on a RUMBA
by SlickNickeL ·#define DOGLCD -
MKS MINI 12864 on a RUMBA
by SlickNickeL ·#define UI_DISPLAY_DOGLCD_CS 38 #define UI_DISPLAY_DOGLCD_A0 41 U8GLIB_MINI12864 u8g(UI_DISPLAY_DOGLCD_CS, UI_DISPLAY_DOGLCD_A0,U8G_I2C_OPT_NONE); -
Bed Map seems to not be working..
by Repetier ·#define E2_PINS ORIG_E2_STEP_PIN,ORIG_E2_DIR_PIN,ORIG_E2_ENABLE_PIN, -
MKS MINI 12864 on a RUMBA
by Repetier ·#define U8GLIB_ST7920 -
MKS MINI 12864 on a RUMBA
by SlickNickeL ·#define U8GLIB_ST7920 -
Bed Map seems to not be working..
by EGropp ·#define HEATER_0_PIN 10 -
Bed Map seems to not be working..
by Repetier ·#define HEATER_0_PIN 10 -
MKS MINI 12864 on a RUMBA
by Repetier ·#define BEEPER_PIN 44 -
Bed Map seems to not be working..
by EGropp ·#define DISTORTION_CORRECTION 0 .. i changed to #define DISTORTION_CORRECTION 1 -
Problems Setting up Viki 2 on Rambo v1.4
by rmb54 ·#elif MOTHERBOARD == 301 // RAMBO #define SDCARDDETECT 72 // sd card detect as shown on drawing#undef BEEPER_PIN#define BEEPER_PIN 33// Display A0#define UI_DISPLAY_D5_PIN 70// Display CS#def -
Issue with enabled "Z-Probing" on zonestar based printer with repetier 0.92.0
by Repetier ·#define Z_PROBE_HEIGHT 0 -
ETA Wrong
by Repetier ·#define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_X 20 -
ETA Wrong
by JamesT ·#define FAN_BOARD_PIN -1 -
Anet A8 ( Melzi ) v1 firmware problem
by Repetier ·#define ZHOME_PRE_RAISE 0 -
Issue with enabled "Z-Probing" on zonestar based printer with repetier 0.92.0
by MartinH ·* #define Z_PROBE_X_OFFSET 0 These 2 values are how far the probe is mounted from the nozzzle -
Cant Upgrade Repetier Firmware to 1.0.2.
by Repetier ·As a simple test upload your config to 0.92 version and download and see if it still works. If not search the difference between what you defined as #define and what is set in tool. Especially stepper -
Z Probe with BL Touch Error
by MartinH ·#define Z_PROBE_PIN Z_MIN_PIN should be #define Z_PROBE_PIN ORIG_Z_MIN_PIN -
Z Probe with BL Touch Error
by thibis ·#define FEATURE_SERVO 1 -
Would you add a MKS MINI12864LCD
by SlickNickeL ·#define DOGLCD_CS 38 #define DOGLCD_A0 41 That is the Marlin fix. I saw the code that addressed this in Repetier and it looks a bit confusing to me as if I need to uncomment it. I