Repetier-Forum
  • Categories
  • Discussions
  • About Us
  • Privacy Policy
  • Sign In
Home › Search
  1. Compile errors

    offler
    by offler · March 2017
     #define  WRITE(IO, v)   _WRITE(IO, v)
  2. Compile errors

    offler
    by offler · March 2017
      #define  MASK(PIN)    (1 << PIN)
  3. Compile errors

    offler
    by offler · March 2017
     #define SDCARDDETECT -1
  4. fan PWM frequency

    Repetier
    by Repetier · March 2017
    Add#define COOLER_PWM_SPEED 2
  5. XY Movement after limit switches

    Steelphil
    by Steelphil · March 2017
    #define ENDSTOP_X_BACK_MOVE 5
  6. Y-axis crashing

    Repetier
    by Repetier · March 2017
    if using dev version you could also test #define REDUCE_ON_SMALL_SEGMENTS
  7. tilting with servo

    Tanuki44
    by Tanuki44 · March 2017
    #define SERVO0_NEUTRAL_POS 1450
  8. 3 point Z Probe issue

    ST02CMC
    by ST02CMC · March 2017
    #define Z_PROBE_X1 0
  9. Newbie compile problem.

    RickTwyman
    by RickTwyman · March 2017
       #define MACHINE_NAME CUSTOM_MENDEL_NAME
  10. Initial auto-leveling configuration probs

    SvdSinner
    by SvdSinner · March 2017
    // #################### Z-Probing ##################### #define Z_PROBE_Z_OFFSET 0.2 #define Z_PROBE_Z_OFFSET_MODE 0 #define UI_BED_COATING 1 #define FEATURE_Z_PROBE 1 #define Z_PROBE_BED_DISTA
  11. Z-probe won't home, etc.

    YP3002T
    by YP3002T · March 2017
    #define ZHOME_X_POS 110
  12. Z-probe won't home, etc.

    YP3002T
    by YP3002T · March 2017
    #define Z_PROBE_SWITCHING_DISTANCE 1  <<<<<<set this to 3,to raise probe a bit more to untriger between probes
  13. Z-probe won't home, etc.

    MartinH
    by MartinH · March 2017
    #define Z_PROBE_SWITCHING_DISTANCE 1 <<<<<<set this to 3,to raise probe a bit more to untriger between probes
  14. BL Touch congif help needed

    MartinH
    by MartinH · March 2017
    #define Z_PROBE_HEIGHT 0.1            this is distance nozzle to bed when probe triggers
  15. BL Touch congif help needed

    cinpro
    by cinpro · March 2017
    #define Z_PROBE_Z_OFFSET 0
  16. Multiple compile errors

    stefanb
    by stefanb · March 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)
  17. Bl touch folger tech ft-5 diamond hotend upgrade

    MartinH
    by MartinH · March 2017
    #define FEATURE_SERVO 1
  18. Mystified at autobed level probe points

    simervillefarm
    by simervillefarm · March 2017
    #define Z_PROBE_Z_OFFSET 0
  19. Is Advance Algorithm now stable?

    Rossini
    by Rossini · March 2017
    Hi, i want to know if USE_ADVANCE and/or ENABLE_QUADRATIC_ADVANCE are usefull or is it a unstable (dead) feature? If it is stable, what values go to #define EXT0_ADVANCE_K 0.0f #define EXT0_
  20. Error: Z-probe failed with 3dTouch

    MartinH
    by MartinH · March 2017
    So just dissable the led pin #define LED_PIN   -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