-
G0 rapid move
by galmiklos ·#if NONLINEAR_SYSTEM -
Printer communication problems
by Repetier ·#if !(GANTRY) -
Can't compile firmware (Sanguinololu v1.3)
by Repetier ·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 -
endstop Z_MIN not work in firmware 0.92.3
by robmas59 ·#if (Z_MIN_PIN > -1) && MIN_HARDWARE_ENDSTOP_Z -
Printer communication problems
by Repetier ·#if FEATURE_CONTROLLER == CONTROLLER_RADDS -
G31 state H
by Repetier ·#if FEATURE_Z_PROBE && Z_PROBE_PIN>-1 -
Add new Kinematic in Repetier Firmware
by Blitzliner ·#if DRIVE_SYSTEM==ZX_GANTRY -
I can not compile the firmware
by Mauro ·#if !(defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__) || defined(__AVR_ATmega1284P__) || defined(__AVR_ATmega1284__) || defined(__AVR_ATmega2561__) || defined(__AVR_ATmega1281__) defined ( -
G29 Trouble 0.92.3
by Repetier ·#if (DRIVE_SYSTEM == DELTA) && DISTORTION_EXTRAPOLATE_CORNERS -
v092: "use_advance" in combination with "drive_system 2"
by Repetier ·#if DRIVE_SYSTEM == XY_GANTRY || DRIVE_SYSTEM == XZ_GANTRY -
serial com error system io ports
by Weedz ·#if (FEATURE_CONTROLLER == CONTROLLER_SMARTRAMPS) || (FEATURE_CONTROLLER == CONTROLLER_GADGETS3D_SHIELD) || (FEATURE_CONTROLLER == CONTROLLER_REPRAPDISCOUNT_GLCD) -
Extruder motor won't go
by kreto ·#if MOTHERBOARD == 33 -
RADDS Board with Full Graphic Reprap Clone
by Repetier ·#ifdef U8GLIB_ST7920 -
"temp sensor defect" message with megatronics v3
by benzuria ·#if MOTHERBOARD == 703 -
Extruder temp issue
by Repetier ·#ifdef REPRAPPRO_MULTIMATERIALS -
Mixing Extruder
by Repetier ·#if MOTHERBOARD == 999 -
Extruder temp issue
by NeoPolak ·The originally messed code is #ifdef REPRAPPRO_MULTIMATERIALS -
Add language
by SONIC300077 ·#if UI_DISPLAY_TYPE==4 -
Arduino IDE compilation error
by chris ·Commands.cpp:53:20: error: #if with no expression -
Full graphic smart controller not recognized
by Repetier ·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.