Repetier-Forum
  • Categories
  • Discussions
  • About Us
  • Privacy Policy
  • Sign In
Home › Search
  1. G0 rapid move

    galmiklos
    by galmiklos · May 2015
    #if NONLINEAR_SYSTEM
  2. Printer communication problems

    Repetier
    by Repetier · May 2015
    #if !(GANTRY)
  3. Can't compile firmware (Sanguinololu v1.3)

    Repetier
    by Repetier · May 2015
    There you see some #if #elif with MOTHERBOARD tested. What you need is a additional section with your motherboard id and then change the pin numbers accordingly. Then compilation and display will work
  4. endstop Z_MIN not work in firmware 0.92.3

    robmas59
    by robmas59 · May 2015
    #if (Z_MIN_PIN > -1) && MIN_HARDWARE_ENDSTOP_Z
  5. Printer communication problems

    Repetier
    by Repetier · May 2015
    #if FEATURE_CONTROLLER == CONTROLLER_RADDS
  6. G31 state H

    Repetier
    by Repetier · May 2015
    #if FEATURE_Z_PROBE && Z_PROBE_PIN>-1
  7. Add new Kinematic in Repetier Firmware

    Blitzliner
    by Blitzliner · May 2015
    #if DRIVE_SYSTEM==ZX_GANTRY
  8. I can not compile the firmware

    Mauro
    by Mauro · April 2015
     #if !(defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__) || defined(__AVR_ATmega1284P__) || defined(__AVR_ATmega1284__) || defined(__AVR_ATmega2561__) || defined(__AVR_ATmega1281__) defined (
  9. G29 Trouble 0.92.3

    Repetier
    by Repetier · March 2015
    #if (DRIVE_SYSTEM == DELTA) && DISTORTION_EXTRAPOLATE_CORNERS
  10. v092: "use_advance" in combination with "drive_system 2"

    Repetier
    by Repetier · March 2015
    #if DRIVE_SYSTEM == XY_GANTRY || DRIVE_SYSTEM == XZ_GANTRY
  11. serial com error system io ports

    Weedz
    by Weedz · March 2015
    #if (FEATURE_CONTROLLER == CONTROLLER_SMARTRAMPS) || (FEATURE_CONTROLLER == CONTROLLER_GADGETS3D_SHIELD) || (FEATURE_CONTROLLER == CONTROLLER_REPRAPDISCOUNT_GLCD)
  12. Extruder motor won't go

    kreto
    by kreto · January 2015
    #if MOTHERBOARD == 33
  13. RADDS Board with Full Graphic Reprap Clone

    Repetier
    by Repetier · January 2015
    #ifdef U8GLIB_ST7920
  14. "temp sensor defect" message with megatronics v3

    benzuria
    by benzuria · January 2015
    #if MOTHERBOARD == 703
  15. Extruder temp issue

    Repetier
    by Repetier · December 2014
    #ifdef REPRAPPRO_MULTIMATERIALS
  16. Mixing Extruder

    Repetier
    by Repetier · December 2014
    #if MOTHERBOARD == 999
  17. Extruder temp issue

    NeoPolak
    by NeoPolak · November 2014
    The originally messed code is #ifdef REPRAPPRO_MULTIMATERIALS
  18. Add language

    SONIC300077
    by SONIC300077 · November 2014
    #if UI_DISPLAY_TYPE==4
  19. Arduino IDE compilation error

    chris
    by chris · October 2014
    Commands.cpp:53:20: error: #if with no expression
  20. Full graphic smart controller not recognized

    Repetier
    by Repetier · October 2014
    Also it compiles for me the #if expressions mentioned should be #ifdef not #if. It is now fixed and should compile with Arduino 1.0.6 as well.
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