-
Shared power "budget" for extruder and bed
by mpl ·#define HEATED_BED_HEAT_MANAGER 1 -
Radds + 2x Adafruit AD8495 Breakout + NTCS0603E3104FXT
by Repetier ·#define THERMOCOUPLE_0_PIN 2 -
Heater Extruder 0 D10 used for a magnet: how to reduce power after 1s?
by Repetier ·#define EVENT_INITALIZE_LASER true -
Heater Extruder 0 D10 used for a magnet: how to reduce power after 1s?
by Georg99 ·#define EVENT_INITALIZE_LASER true -
G28 with laserOn
by RAyWB ·#define LASER_ON_HIGH 1 to #define LASER_ON_HIGH 0 or opposite depending your actual Settings -
How to use low level active laser drive?
by RAyWB ·#define LASER_ON_HIGH 1 -
How to use low level active laser drive?
by Guoss ·#define SUPPORT_LASER 1 -
Using buttons without a LCD
by Repetier ·#define USER_KEY1_PIN UI_DISPLAY_D5_PIN // D5 to display (not used for graphics controller), change to other pin if you use character LCD ! -
Using buttons without a LCD
by stefanokolos ·#define FEATURE_CONTROLLER 0 -
Connection Problems - No start signal detected - forcing start
by cc88 ·#define NUM_EXTRUDER 1 -
Home z-axis over bed instead of dump area Prusa
by jesse ·G28 does work correctly with pre-raise. After G28, I try to run G29. G29 does not pre-raise like I want it to. It moves horizontally to the bed and then has an error message. I tried #define Z_PRO -
Home z-axis over bed instead of dump area Prusa
by jesse ·#define Z_PROBE_START_SCRIPT "G0 Z10" -
Home z-axis over bed instead of dump area Prusa
by jesse ·#define ZHOME_X_POS#define ZHOME_Y_POS -
Connection Problems - No start signal detected - forcing start
by cc88 ·#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0) -
autolevel
by roland42 ·#define NUM_EXTRUDER 2 -
Delta Homing Issue
by n3delva ·#define CONFIGURATION_H -
Extrusion when moving on axis
by robinsonjas ·#define CONFIGURATION_H -
Z-probing - G32 keeps crashing into x and y endstops
by rhklein ·#define Z_PROBE_X1 25 -
'TWI_CLOCK_FREQ' error when upload
by omv1065 ·#define SDCARDDETECTINVERTED 0 -
Key Matrix
by Repetier ·#define UI_KEYS_INIT_MATRIX(r1,r2,r3,r4,c1,c2,c3,c4) if(c1>=0){SET_INPUT(c1);WRITE(c1,HIGH);}if(c2>=0){SET_INPUT(c2);WRITE(c2,HIGH);}if(c3>=0){SET_INPUT(c3);WRITE(c3,HIGH);}\