Repetier-Forum
  • Categories
  • Discussions
  • About Us
  • Privacy Policy
  • Sign In
Home › Search
  1. MeCreator 2 with GT2560 rev B port to repetier

    tonyallen28
    by tonyallen28 · April 2017
    Found the problem. Had to make the following change in ui.h under the #elif MOTHERBOARD == 37 // UltiMaker 1.5.7#define UI_DISPLAY_D7_PIN      6
  2. MeCreator 2 with GT2560 rev B port to repetier

    tonyallen28
    by tonyallen28 · April 2017
    Thanks repetier. It is the 20x4 controller. I'm still using the non-dev firmware 92.9 maybe? Should I just change the uiconfig.h here? #define UI_LCD_WIDTH 128
  3. MeCreator 2 with GT2560 rev B port to repetier

    tonyallen28
    by tonyallen28 · April 2017
    Then I tried changing #define UI_DISPLAY_CHARSET to different numbers-still no luck.
  4. MPX3 board + DMS DP5 printer

    okite
    by okite · April 2017
    #define ALWAYS_CHECK_ENDSTOPS 0
  5. Dual endstops for X and Y

    Repetier
    by Repetier · April 2017
    #define ENDSTOP_X2_MIN_ID 1
  6. HAL AVR vs. HAL DUE

    Repetier
    by Repetier · April 2017
    #define UI_STATUS_RAM(status) uid.setStatus(status);
  7. HAL AVR vs. HAL DUE

    RAyWB
    by RAyWB · April 2017
    #define UI_STATUS(status) uid.setStatusP(PSTR(status));
  8. Motor mirroring - 'DIOEX10_ENABLE2_PIN_WPORT' (compile error)

    rhklein
    by rhklein · April 2017
     #define  _WRITE(IO, v)   do { if (v) {DIO ##  IO ## _WPORT |= MASK(DIO ## IO ## _PIN); } else {DIO ##  IO ## _WPORT &= ~MASK(DIO ## IO ## _PIN); }; } while (0)
  9. Dual X homing bug

    Braccoz
    by Braccoz · April 2017
    #define X_HOME_DIR 1
  10. MPX3 board + DMS DP5 printer

    Repetier
    by Repetier · April 2017
    #define ENDSTOP_Z_BACK_ON_HOME 1
  11. MPX3 board + DMS DP5 printer

    okite
    by okite · April 2017
    #define ENDSTOP_Z_BACK_ON_HOME 1
  12. Nozzle digging on larger prints

    VectorRoll
    by VectorRoll · April 2017
    #define DELTA_PROBEABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 40)
  13. MPX3 board + DMS DP5 printer

    Repetier
    by Repetier · April 2017
    You have the very special case of max and min z endstop. That seems confusing for the firmware as it takes routines meant for z max homing like computing the z length from distance to top, while negle
  14. MPX3 board + DMS DP5 printer

    okite
    by okite · April 2017
    #define CONFIGURATION_H
  15. Home order in the controller.

    venkel
    by venkel · April 2017
    At least I have seen the LCD command doing XYZ, while we set the configuration.h as YXZ: "#define HOMING_ORDER HOME_ORDER_YXZ"
  16. How to move beyond the end stop, without disabling boundaries?

    venkel
    by venkel · April 2017
    #define ENDSTOP_PULLUP false // ?????
  17. CoreXY 'Microcube' Printer, Z drops

    Eddiie
    by Eddiie · April 2017
    #define XAXIS_STEPS_PER_MM 66.5  //nema17 1.8 degree
  18. Ultratronics V1 Pro - Ardunio Due for Repetier (Programming Port) - Compilation errors

    Bluemalu
    by Bluemalu · April 2017
    Tried with #define FEATURE_WATCHDOG 1 and 0 in configuration.h no difference.
  19. Z probe error when homing to zmin but still runs through the routine.

    Repetier
    by Repetier · April 2017
    #define ZHOME_X_POS 999999
  20. reprapdiscount full graphic smart controller

    Repetier
    by Repetier · April 2017
    It is not a display issue. It is the encoder sending switch signals. I assume your display has a slower encode as the set#define UI_ENCODER_SPEED 1
Previous Next

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Register