Repetier-Forum
  • Categories
  • Discussions
  • About Us
  • Privacy Policy
  • Sign In
Home › Search
  1. migrating from stable to dev, xyz delta axis fail

    neovin87
    by neovin87 · March 2017
    #define CONFIGURATION_H
  2. Using talking to my Ramps with Repetier-Server via Bluetooth

    shadowtec
    by shadowtec · March 2017
    I wonder if it is something I have messed up in the firmware config file (I used both #define BLUETOOTH_SERIAL 2 (as well as -1) and I have changed "bluetoothSerial": 2 in the connection str
  3. Da Vinci Duo how do I change Filament Load/Unload carriage Location

    Repetier
    by Repetier · March 2017
    #define FILAMENTCHANGE_X_POS 0
  4. Compile errors

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

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

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

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

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

    Repetier
    by Repetier · March 2017
    if using dev version you could also test #define REDUCE_ON_SMALL_SEGMENTS
  10. Ramps 1.4 G7 command not sent to printer

    rakuhn
    by rakuhn · March 2017
    Here's a link to the new commands & syntax:  https://github.com/MarlinFirmware/Marlin/tree/devel-ubl#duplicate=0
  11. tilting with servo

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

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

    RickTwyman
    by RickTwyman · March 2017
       #define MACHINE_NAME CUSTOM_MENDEL_NAME
  14. 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
  15. Z-probe won't home, etc.

    YP3002T
    by YP3002T · March 2017
    #define ZHOME_X_POS 110
  16. 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
  17. 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
  18. 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
  19. BL Touch congif help needed

    cinpro
    by cinpro · March 2017
    #define Z_PROBE_Z_OFFSET 0
  20. 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)
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