-
Add ZRIB Board
by AndreasMaeder ·a: Change motherboard in configuration.h to 39 #define -
Extruder LCD Menu
by Tanuki44 ·#define ORIG_E2_STEP_PIN 64 -
Discontinuous (not-smooth) X/Y movement on Prusa i3
by Repetier ·In fact it could be the computation of max. join speed. We need this to be near print value to not get blobs from accelerating/decelerating. So if there is a special case that reduced the join speed t -
Discontinuous (not-smooth) X/Y movement on Prusa i3
by Morpheus69 ·I tried the detailed log with #define DEBUG_QUEUE_MOVE if is necessary i can post the result. -
Z-Probe on Delta (Hexagon V2) wrong Z-High after Probing
by Repetier ·#define DISTORTION_CORRECTION 0 -
Using a Servo
by Repetier ·so with #define FEATURE_SERVO 1 you should have that command. Not sure what you can do to not have it when you set it. -
Using a Servo
by CPWTech ·#define FEATURE_SERVO 1 -
Unknown Command: n7 M20
by CRiley071985 ·#define CONFIGURATION_H -
Bed height map, printhead going all the way up to come back down when probing.
by mkirby ·theirs: #define ROD_RADIUS 176.5 -
Cannot compile firmware, trying to follow a guide.
by Wingnutt ·#define WINSTAR_SCREEN 0 -
Compiling error with jam control
by Giubba72 ·#define ___TEST_EXTRUDER_JAM(x,y) _TEST_EXTRUDER_JAM(x,y) -
M106 Commands being ignored when executed via Gcode
by mattr254 ·#define NUM_EXTRUDER 0 -
Another trouble with wrong height of Z=0 after Z-Probing.
by Repetier ·After z ma xhoming z probe will lower to#define Z_PROBE_BED_DISTANCE 65 -
Another trouble with wrong height of Z=0 after Z-Probing.
by Rotorhead3031 ·I has got same trouble with z-height after autoleveling (G32), as some people describe here - after autoleveling nozzle is moving very high above bed (~11mm). Unfortunately I need to measure level at -
Z probe doesn't work after z home max
by cryze ·#define Z_PROBE_Z_OFFSET 0 -
Adding Control Switches to Printer
by Bullbob1990 ·// #define EVENT_UNHANDLED_G_CODE(c) eventUnhandledGCode(c) -
Dual motor Z axis homing
by Repetier ·you have to add#define Z2_MINMAX_PIN pinnumber -
Dual motor Z axis homing
by Bumble ·#define _READ(pin) (DIO ## pin ## _PORT->PIO_PDSR & DIO ## pin ## _PIN ? 1 : 0) // does return 0 or pin value -
COREXY PRINTER ENDSTOP/HOMING INVERTED
by calib_resh ·#define INVERT_X_DIR 1 -
LDC Smart controller button act reverse
by Repetier ·#define UI_ENCODER_A 85