-
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" -
HE3D Delta 180 Dual Head - Motors do not move properly for direction selected.
by Taxus812 ·#define CONFIGURATION_H -
define PIN for FAN control for Dual Extruder on Arduino RAMPS1.4
by sennalb ·#define NUM_EXTRUDER 2 -
VERY green user question
by Taxus812 ·#define EXT2_ENABLE_PIN ORIG_E2_ENABLE_PIN -
Servo on Azteeg X3 Pro
by GRB352 ·I've had this happen before. It looks like switching power supplies worked for OP, but if anyone else has this issue, try this:#define Z_PROBE_START_SCRIPT "M340 P0 S2290\nG4 P2000\nM340 P0 S0&qu -
Limit only Z speed
by GRB352 ·#define MAX_FEEDRATE_X 80 -
Direct control of RAMPS pins
by R_Klauco ·I know how to move the PS-ON (just by modification of the line #define PS_ON_PIN ORIG_PS_ON_PIN to something like #define PS_ON_PIN 16. -
Problem axis z during execution g-code
by ypkdani ·#define Z_PROBE_Z_OFFSET 0 -
What are Ramps pins on my arduino mega pins
by mitch25 ·#define X_STEP_PIN 54