Repetier-Forum
  • Categories
  • Discussions
  • About Us
  • Privacy Policy
  • Sign In
Home › Search
  1. Remote Rendering Always Results in Error 500

    Repetier
    by Repetier · May 2017
    no-common-ligatures; color: #d12f1b} span.s4 {font: 11.0px 'Source Code Pro'; font-variant-ligatures: no-common-ligatures; color: #703daa} span.s5 {font: 11.0px 'Source Code Pro'; font-variant-liga
  2. MPX3 board + DMS DP5 printer

    okite
    by okite · April 2017
    #define ZHOME_PRE_RAISE 0
  3. Cold Extrusion or Wire Feeder

    Amatar
    by Amatar · April 2017
    #define _EEPROM_H
  4. 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
  5. 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
  6. 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.
  7. MPX3 board + DMS DP5 printer

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

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

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

    RAyWB
    by RAyWB · April 2017
    #define UI_STATUS(status) uid.setStatusP(PSTR(status));
  11. 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)
  12. Dual X homing bug

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

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

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

    VectorRoll
    by VectorRoll · April 2017
    #define DELTA_PROBEABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 40)
  16. 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
  17. MPX3 board + DMS DP5 printer

    okite
    by okite · April 2017
    #define CONFIGURATION_H
  18. 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"
  19. How to move beyond the end stop, without disabling boundaries?

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

    Eddiie
    by Eddiie · April 2017
    #define XAXIS_STEPS_PER_MM 66.5  //nema17 1.8 degree
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