Repetier-Forum
  • Categories
  • Discussions
  • About Us
  • Privacy Policy
  • Sign In
Home › Search
  1. Another trouble with wrong height of Z=0 after Z-Probing.

    Repetier
    by Repetier · September 2016
    After z ma xhoming z probe will lower to#define Z_PROBE_BED_DISTANCE 65
  2. Another trouble with wrong height of Z=0 after Z-Probing.

    Rotorhead3031
    by Rotorhead3031 · September 2016
    I has got same trouble with z-height after autoleveling (G32), as some people describe here - after autoleveling nozzle is moving very high above bed (~11mm). Unfortunately I need to measure level at
  3. Z probe doesn't work after z home max

    cryze
    by cryze · September 2016
    #define Z_PROBE_Z_OFFSET 0
  4. Adding Control Switches to Printer

    Bullbob1990
    by Bullbob1990 · September 2016
    // #define EVENT_UNHANDLED_G_CODE(c) eventUnhandledGCode(c)
  5. Dual motor Z axis homing

    Repetier
    by Repetier · September 2016
    you have to add#define Z2_MINMAX_PIN pinnumber
  6. Dual motor Z axis homing

    Bumble
    by Bumble · September 2016
    #define _READ(pin) (DIO ##  pin ## _PORT->PIO_PDSR & DIO ##  pin ## _PIN ? 1 : 0) // does return 0 or pin value
  7. COREXY PRINTER ENDSTOP/HOMING INVERTED

    calib_resh
    by calib_resh · September 2016
    #define INVERT_X_DIR 1
  8. LDC Smart controller button act reverse

    Repetier
    by Repetier · September 2016
    #define UI_ENCODER_A 85
  9. COREXY PRINTER ENDSTOP/HOMING INVERTED

    calib_resh
    by calib_resh · September 2016
    #define DEFAULT_PRINTER_MODE 0
  10. Compile error for default firmware

    graybeardtx
    by graybeardtx · September 2016
    The newer version of the firmware seems to use many new vairables that are of course not defined in the factory supplied firmware. So far I have managed to add these #defines for a lot of those variab
  11. G28 E with extuder endstop enabled

    beeze
    by beeze · September 2016
    * changed #define EXT0_JAM_PIN -1 to 42 in configuration.h
  12. Discontinuous (not-smooth) X/Y movement on Prusa i3

    Repetier
    by Repetier · September 2016
    There is also a way to debug more detailed. Compile with #define DEBUG_QUEUE_MOVE
  13. Discontinuous (not-smooth) X/Y movement on Prusa i3

    Repetier
    by Repetier · September 2016
    Sounds like you convinved firmware to reduce speed on every corner. The speed at joining lines is defined by xy jerk and angle change. You could also add#define ALTERNATIVE_JERK
  14. Z Axis Not Moving Correct Amount

    neoh
    by neoh · August 2016
    I have changed my #define ZAXIS_STEPS_PER_MM 1600 up and down but still only 2 mm when i tell z to move 10 mm
  15. How to configure for origin at left REAR (not front) on a Cartesian printer?

    GoBig
    by GoBig · August 2016
      #define ENDSTOP_Y_MIN_INVERTING true
  16. Can't compile firmware

    OkurRo
    by OkurRo · August 2016
     #define  _WRITE(IO, v)   do { if (v) {DIO ##  IO ## _WPORT |= MASK(DIO ## IO ## _PIN); } else {DIO ##  IO ## _WPORT &= ~MASK(DIO ## IO ## _PIN); }; } while (0)
  17. Display File Name while printing

    josephJ66DX
    by josephJ66DX · August 2016
    Under the uilang.h on the firmware files, there's the "#define UI_TEXT_PRINT_POS_EN        "Printing.."" that displays "Printing" while I am printing a file. The problem
  18. Configuration Wizard Question - Delta Printer Geometry

    Taxus812
    by Taxus812 · August 2016
    #define EXT0_X_OFFSET -500#define EXT0_Y_OFFSET -500
  19. [Mini Kossel Delta] G33 starts in opposite direction to G32/Bed Height Map routine?

    Willysan
    by Willysan · August 2016
    #define DISTORTION_CORRECTION 1 
  20. Showing chamber temperature into LCD display instead of Extruder 2, how to

    Paranoid
    by Paranoid · August 2016
    - what does the code /xa or /xe do with the IDs? e.g. #define UI_TEXT_MAINPAGE6_1_ID 229 //"\xa %e0/%E0\xb0 X:%x0"
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