-
No start signal detected and Communication timeout
by Ketelander ·#define SERIAL_PORT 0 -
Steps lost
by Tanuki44 ·#define MAX_JERK 20 -
Implementing G-code procedures in the firmware
by Repetier ·// #define EVENT_UNHANDLED_G_CODE(c) eventUnhandledGCode(c) -
Steps lost
by Tanuki44 ·#define STEP_DOUBLER_FREQUENCY 12000 -
Auto-leveling matrix is off
by MartinH ·#define FEATURE_Z_PROBE true //was 0 by default (Nick) -
Auto-leveling matrix is off
by NickOooo ·#define Z_PROBE_Z_OFFSET 0.15 //thickness of blue tape 0.15mm (Nick. USe this variable to artifically adjust for weird nozzle sitting too high problem -
Missing temp for extruder 2 and 3
by Repetier ·#define SHARED_EXTRUDER_HEATER 1 -
Sdcard configuration place
by Repetier ·#define SCK_PIN 52 -
Cannot connect with DEV 1.0
by cinematographer ·#define CONFIGURATION_H -
Sdcard configuration place
by Sineg ·#define KNOWN_BOARD 1 -
Sdcard configuration place
by Repetier ·#define UI_DISPLAY_RS_PIN 32 -
Protect hardware from autoleveling sensor malfunction - keep Z-min endstop 2 mm below print surface
by Repetier ·Homing max and autoleveling needs#define ENDSTOP_Z_BACK_ON_HOME 2 -
[1.0.0dev] Bed temperature not shown during printing
by Repetier ·#define UI_TEXT_BED_TEMP_IT "Temp.Piatto:%eb/%Eb" cDEG "C" -
Configuration tool for version 1.0.0dev doesn't compile any more?!
by MAKA ·#define MULTI_ZENDSTOP_HOMING 0 -
add 4th / 5th axis
by Repetier ·#define HAS_A_AXIS 1 -
G32 runs off the bed
by MartinH ·#define Z_PROBE_X_OFFSET 0 -
Upgraded Firmware, now i have no temperature readings
by Raphael ·#define SUPPORT_LASER 0 -
Upgraded Firmware, now i have no temperature readings
by Raphael ·#define CONFIGURATION_H -
Radds + DUE + Repetier Firmware Auto Bed Leveling
by Repetier ·WHile you are using right homing order and z probe height i s 9 mm in eeprom you have#define ZHOME_X_POS 999999 -
G32 runs off the bed
by cinematographer ·I am trying to figure out what I am doing wrong. No matter what numbers I put in #define Z_PROBE params the head eventually goes off the edge of the bed, Am I missing something?