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
    #ifndef SDSUPPORT  // Some boards have sd support on board. These define the values already in pins.h
  2. migrating from stable to dev, xyz delta axis fail

    neovin87
    by neovin87 · March 2017
    #ifndef CONFIGURATION_H
  3. fan PWM frequency

    venkel
    by venkel · March 2017
    #if FAN_PIN > -1 && FEATURE_FAN_CONTROL
  4. SD reader does not work

    operrr
    by operrr · March 2017
    #ifndef SDSUPPORT  // Some boards have sd support on board. These define the values already in pins.h
  5. Laser intensity

    lucasss
    by lucasss · March 2017
    #if defined(SUPPORT_LASER) && SUPPORT_LASER
  6. Custom Drive System

    MaxGyver
    by MaxGyver · March 2017
    #if DRIVE_SYSTEM == XY_GANTRY
  7. LCD 12864 blocks COM port when attached

    hokanp
    by hokanp · March 2017
    #ifndef SDSUPPORT  // Some boards have sd support on board. These define the values already in pins.h
  8. SSD1306 I2C Display on DUE

    geppo456
    by geppo456 · March 2017
    #if defined(__AVR__)
  9. Cannot connect with DEV 1.0

    cinematographer
    by cinematographer · March 2017
    #ifndef CONFIGURATION_H
  10. Sdcard configuration place

    Sineg
    by Sineg · March 2017
    #if MOTHERBOARD == 703
  11. Configuration tool for version 1.0.0dev doesn't compile any more?!

    MAKA
    by MAKA · March 2017
    #if DRIVE_SYSTEM == DELA
  12. Upgraded Firmware, now i have no temperature readings

    Raphael
    by Raphael · February 2017
    #ifndef SDSUPPORT  // Some boards have sd support on board. These define the values already in pins.h
  13. Upgraded Firmware, now i have no temperature readings

    Raphael
    by Raphael · February 2017
    #ifndef CONFIGURATION_H
  14. Support for new TMC2130 SSS (SilentStepStick) via SPI

    Repetier
    by Repetier · February 2017
    #if FEATURE_LOSTSTEPCONTROL
  15. Laser turned on on all moves.

    Repetier
    by Repetier · February 2017
    #if is a preprocessor if and decides which code parts get compiled at all. The following else is part of c++ logic. SO watch out for # signs indicating non c++ but preprocessor statements.
  16. Nozzle Distance wrong between Homing and Printing

    dtgamer99
    by dtgamer99 · February 2017
    #if DAVINCI==1
  17. Laser turned on on all moves.

    freez
    by freez · February 2017
       #if defined(SUPPORT_LASER) && SUPPORT_LASER
  18. Laser turned on on all moves.

    freez
    by freez · February 2017
    #ifndef CONFIGURATION_H
  19. [DUE] Watchdog keeps resetting after power on for random amount of time

    Repetier
    by Repetier · February 2017
    #if FEATURE_WATCHDOG
  20. Case light invert logic level

    freez
    by freez · February 2017
    #if CASE_LIGHTS_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