-
Heater Decoupled by Fan
by Tooluser ·Ok, problem solved, had to increase #define DECOUPLING_TEST_MAX_HOLD_VARIANCE 20 to 40 to maintain heat balance on heated bed, also made deflector for end of fan cowling to deflect airstream away fro -
z Leveling
by Repetier ·Is #define ENDSTOP_Z_BACK_MOVE 2 set high enough to cause all switches to untrigger? That's the only thing I guess could cause homing fail i z length was set correctly. Also set floor safety margin to -
Heater Decoupled by Fan
by Repetier ·#define DECOUPLING_TEST_MAX_HOLD_VARIANCE 20 -
Heater Decoupled by Fan
by Tooluser ·#define FAN_BOARD_PIN -9 // was -1 (pins.h says Fan is on pin 9) -
Double Distance after Back_on_home
by Delta_88 ·#define ENDSTOP_X_BACK_MOVE 1 -
X-axis homing has too large of a retraction
by ConanE ·#define ENDSTOP_X_BACK_ON_HOME 4 -
twitch twitching twitchy spasmatic Servos - how to fix
by GRB352 ·#define Z_PROBE_START_SCRIPT "M340 P0 S550\nG4 P1000\nM340 P0 S0" -
Using a Thermocouple with Repetier
by lazy_mosquito ·#define MOTHERBOARD 402 -
failing to compile - extruder z-offset error
by sparky ·#define Z_PROBE_Z_OFFSET 0 -
Z travel below min endstop trigger
by Repetier ·That could be tricky, since min endstop is meant to be at z=0. There is a variable #define ENDSTOP_Z_BACK_ON_HOME 0 -
Megatronics 2.0 on board SD card and smart LCD
by Ethienne ·#define SDCARDDETECT 49 -
Megatronics 2.0 on board SD card and smart LCD
by Ethienne ·#define ORIG_SDCARDDETECT -1 // Ramps does not use this port -
Different step for axis
by sandro730 ·#define AXIS_STEPS_PER_MM ((float)(MICRO_STEPS * STEPS_PER_ROTATION) / PULLEY_CIRCUMFERENCE) -
Configuring print fan pin on Sanguinololu
by amrbekhit ·OK solved it - using the online configurator, set the Fan Pin to Digital pin 4. If you want to do it manually, then add the following #define to your Configuration.h: -
Melzi V2.0 with LCD2004 and 5 keys
by Quantec ·#define FEATURE_CONTROLLER 1 -
Max endstop homing order.
by Treak ·#define HOMING_ORDER HOME_ORDER_XYZ -
0.92.3 Ultimaker-Smartcontroller 2004 and 12864 Now Working, but...
by Wildseyed ·#define BEEPER_PIN 18 -
SD Card Reader Setup
by Tooluser ·#define SDPOWER -1 // -1 default setting -
0.92.3 Ultimaker-Smartcontroller Combo not Functional
by Wildseyed ·#define BEEPER_PIN 18 -
SD Card Reader Setup
by Tooluser ·Changed #define SDSUPPORT 0 to 1, so how does that relate to pins.h as shown below?