-
CNC arc segment changes and new firmware.
by freez ·#define MM_PER_ARC_SEGMENT 0.05 -
Laser turned on on all moves.
by RAyWB ·(if laser on/off is swapped change from #define LASER_ON_HIGH 1 to #define LASER_ON_HIGH 0 in configuration.h) -
BL Touch probing
by pta00066 ·#define NUM_EXTRUDER 1 -
Custom Event System
by Repetier ·#define EVENT_SET_LASER(intensity) mySetLaser(intensity) -
Custom Event System
by RAyWB ·#define EVENT_INITALIZE_LASER { "my initialisation" ; return false;} -
Error m999/Heater and sensor decoupled |Davinci 1.0|
by BlueRav3n ·#define HEATED_BED_SENSOR_PIN TEMP_1_PIN -
Error m999/Heater and sensor decoupled |Davinci 1.0|
by Repetier ·You said you had#define EXT0_TEMPSENSOR_PIN TEMP_0_PIN -
Error m999/Heater and sensor decoupled |Davinci 1.0|
by BlueRav3n ·#define EXT0_TEMPSENSOR_TYPE 1 -
Error m999/Heater and sensor decoupled |Davinci 1.0|
by Roko ·@BlueRav3n I'm pretty sure Repetier is talking about the Tools section when using the on-line configuration tool. In my configuration.h after its been downloaded and extracted,#define EXT0_TEMPSENSOR_ -
Fan on D9 setup help
by Repetier ·#define FEATURE_FAN_CONTROL 1 -
Fan on D9 setup help
by cinpro ·#define FAN_PIN 9 -
Need some help.
by RAyWB ·#define FEATURE_AXISCOMP 1 -
Need some help.
by Sheldouille ·#define FEATURE_AXISCOMP 1 -
Thermistors Problems - Radds 1.5 - Delta printer
by vieldside925 ·#define CONFIGURATION_H -
Display for Laser/CNC mode
by RAyWB ·#define SUPPORT_LASER 1 // set 1 to enable laser support -
Display for Laser/CNC mode
by Repetier ·Could not reproduce that error. DisplayList.h defines it#define UI_STATUS_UPD_F(status) {uid.setStatusP(status);uid.refreshPage();} -
Cant get my graphic display to work
by FrankV ·#define SDSC 53 -
BLtouch whit RADDS and repetier firmware
by MartinH ·#define ENDSTOP_PULLUP_Z_MIN true -
Z Homing Configuration
by MartinH ·#define Z_HOME_DIR 1 which is Z max homing -
Cant get my graphic display to work
by FrankV ·//#define UI_DISPLAY_RS_PIN 32