-
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 -
COREXY PRINTER ENDSTOP/HOMING INVERTED
by calib_resh ·#define DEFAULT_PRINTER_MODE 0 -
Compile error for default firmware
by graybeardtx ·The newer version of the firmware seems to use many new vairables that are of course not defined in the factory supplied firmware. So far I have managed to add these #defines for a lot of those variab -
G28 E with extuder endstop enabled
by beeze ·* changed #define EXT0_JAM_PIN -1 to 42 in configuration.h -
Discontinuous (not-smooth) X/Y movement on Prusa i3
by Repetier ·There is also a way to debug more detailed. Compile with #define DEBUG_QUEUE_MOVE -
Discontinuous (not-smooth) X/Y movement on Prusa i3
by Repetier ·Sounds like you convinved firmware to reduce speed on every corner. The speed at joining lines is defined by xy jerk and angle change. You could also add#define ALTERNATIVE_JERK -
Z Axis Not Moving Correct Amount
by neoh ·I have changed my #define ZAXIS_STEPS_PER_MM 1600 up and down but still only 2 mm when i tell z to move 10 mm -
How to configure for origin at left REAR (not front) on a Cartesian printer?
by GoBig ·#define ENDSTOP_Y_MIN_INVERTING true -
Can't compile firmware
by OkurRo ·#define _WRITE(IO, v) do { if (v) {DIO ## IO ## _WPORT |= MASK(DIO ## IO ## _PIN); } else {DIO ## IO ## _WPORT &= ~MASK(DIO ## IO ## _PIN); }; } while (0) -
Display File Name while printing
by josephJ66DX ·Under the uilang.h on the firmware files, there's the "#define UI_TEXT_PRINT_POS_EN "Printing.."" that displays "Printing" while I am printing a file. The problem -
Configuration Wizard Question - Delta Printer Geometry
by Taxus812 ·#define EXT0_X_OFFSET -500#define EXT0_Y_OFFSET -500 -
[Mini Kossel Delta] G33 starts in opposite direction to G32/Bed Height Map routine?
by Willysan ·#define DISTORTION_CORRECTION 1 -
Showing chamber temperature into LCD display instead of Extruder 2, how to
by Paranoid ·- what does the code /xa or /xe do with the IDs? e.g. #define UI_TEXT_MAINPAGE6_1_ID 229 //"\xa %e0/%E0\xb0 X:%x0"