Repetier-Forum
  • Categories
  • Discussions
  • About Us
  • Privacy Policy
  • Sign In
Home › Search
  1. Heater Extruder 0 D10 used for a magnet: how to reduce power after 1s?

    Repetier
    by Repetier · July 2017
    #define EVENT_INITALIZE_LASER true
  2. Heater Extruder 0 D10 used for a magnet: how to reduce power after 1s?

    Georg99
    by Georg99 · July 2017
    #define EVENT_INITALIZE_LASER true
  3. G28 with laserOn

    RAyWB
    by RAyWB · July 2017
    #define LASER_ON_HIGH 1 to #define LASER_ON_HIGH 0 or opposite depending your actual Settings
  4. How to use low level active laser drive?

    RAyWB
    by RAyWB · July 2017
    #define LASER_ON_HIGH 1
  5. How to use low level active laser drive?

    Guoss
    by Guoss · July 2017
    #define SUPPORT_LASER 1
  6. Using buttons without a LCD

    Repetier
    by Repetier · July 2017
    #define USER_KEY1_PIN     UI_DISPLAY_D5_PIN      // D5 to display (not used for graphics controller), change to other pin if you use character LCD !
  7. Using buttons without a LCD

    stefanokolos
    by stefanokolos · July 2017
    #define FEATURE_CONTROLLER 0
  8. Connection Problems - No start signal detected - forcing start

    cc88
    by cc88 · July 2017
    #define NUM_EXTRUDER 1
  9. Home z-axis over bed instead of dump area Prusa

    jesse
    by jesse · July 2017
    G28 does work correctly with pre-raise.  After G28, I try to run G29.  G29 does not pre-raise like I want it to.  It moves horizontally to the bed and then has an error message.  I tried #define Z_PRO
  10. Home z-axis over bed instead of dump area Prusa

    jesse
    by jesse · July 2017
    #define Z_PROBE_START_SCRIPT "G0 Z10"
  11. Home z-axis over bed instead of dump area Prusa

    jesse
    by jesse · July 2017
    #define ZHOME_X_POS#define ZHOME_Y_POS
  12. Connection Problems - No start signal detected - forcing start

    cc88
    by cc88 · July 2017
     #define  _WRITE(port, v)   do { if (v) {DIO ##  port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ##  port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)
  13. autolevel

    roland42
    by roland42 · July 2017
    #define NUM_EXTRUDER 2
  14. Delta Homing Issue

    n3delva
    by n3delva · July 2017
    #define CONFIGURATION_H
  15. Extrusion when moving on axis

    robinsonjas
    by robinsonjas · July 2017
    #define CONFIGURATION_H
  16. Z-probing - G32 keeps crashing into x and y endstops

    rhklein
    by rhklein · July 2017
    #define Z_PROBE_X1 25
  17. 'TWI_CLOCK_FREQ' error when upload

    omv1065
    by omv1065 · July 2017
     #define SDCARDDETECTINVERTED 0
  18. Key Matrix

    Repetier
    by Repetier · July 2017
    #define UI_KEYS_INIT_MATRIX(r1,r2,r3,r4,c1,c2,c3,c4) if(c1>=0){SET_INPUT(c1);WRITE(c1,HIGH);}if(c2>=0){SET_INPUT(c2);WRITE(c2,HIGH);}if(c3>=0){SET_INPUT(c3);WRITE(c3,HIGH);}\
  19. Key Matrix

    GRB352
    by GRB352 · July 2017
     #define UI_MATRIX_ACTIONS {UI_ACTION_IDENT01, UI_ACTION_IDENT02,       UI_ACTION_IDENT03,      UI_ACTION_IDENT04,\
  20. 'TWI_CLOCK_FREQ' error when upload

    RAyWB
    by RAyWB · July 2017
    #define MOTHERBOARD 999
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