Repetier-Forum
  • Categories
  • Discussions
  • About Us
  • Privacy Policy
  • Sign In
Home › Search
  1. COREXY PRINTER ENDSTOP/HOMING INVERTED

    calib_resh
    by calib_resh · September 2016
    #define DEFAULT_PRINTER_MODE 0
  2. 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
  3. G28 E with extuder endstop enabled

    beeze
    by beeze · September 2016
    * changed #define EXT0_JAM_PIN -1 to 42 in configuration.h
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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)
  9. 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
  10. Configuration Wizard Question - Delta Printer Geometry

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

    Willysan
    by Willysan · August 2016
    #define DISTORTION_CORRECTION 1 
  12. 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"
  13. HE3D Delta 180 Dual Head - Motors do not move properly for direction selected.

    Taxus812
    by Taxus812 · August 2016
    #define CONFIGURATION_H
  14. define PIN for FAN control for Dual Extruder on Arduino RAMPS1.4

    sennalb
    by sennalb · August 2016
    #define NUM_EXTRUDER 2
  15. VERY green user question

    Taxus812
    by Taxus812 · August 2016
     #define EXT2_ENABLE_PIN ORIG_E2_ENABLE_PIN
  16. Servo on Azteeg X3 Pro

    GRB352
    by GRB352 · August 2016
    I've had this happen before. It looks like switching power supplies worked for OP, but if anyone else has this issue, try this:#define Z_PROBE_START_SCRIPT "M340 P0 S2290\nG4 P2000\nM340 P0 S0&qu
  17. Limit only Z speed

    GRB352
    by GRB352 · August 2016
    #define MAX_FEEDRATE_X 80
  18. Direct control of RAMPS pins

    R_Klauco
    by R_Klauco · August 2016
    I know how to move the PS-ON (just by modification of the line #define PS_ON_PIN ORIG_PS_ON_PIN to something like #define PS_ON_PIN 16.
  19. Problem axis z during execution g-code

    ypkdani
    by ypkdani · August 2016
    #define Z_PROBE_Z_OFFSET 0
  20. What are Ramps pins on my arduino mega pins

    mitch25
    by mitch25 · August 2016
    #define X_STEP_PIN         54
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