-
Radds + DUE + Repetier Firmware Auto Bed Leveling
by MartinH ·#define Z_PROBE_SWITCHING_DISTANCE 1 <<<<<<<set this to 3, gives probe a bit more chance to untrigger -
Radds + DUE + Repetier Firmware Auto Bed Leveling
by atilla ·#define Z_PROBE_Z_OFFSET 0 -
Z-Probe Homing Issue
by d412k5t412 ·#define MULTI_ZENDSTOP_HOMING 0 -
Z-Probe Homing Issue
by d412k5t412 ·#define ENDSTOP_PULLUP_X_MIN true -
Geeetech G2s print cooling
by Dorikin350z ·#define EXTRUDER_0_AUTO_FAN_PIN -1 -
Anet A8, cannot install Firmware
by cyberman ·#define MASK(PIN) (1 << PIN) -
What is increase of current directed to extrusion motor for each increase in Manual Extrusion Speed?
by Repetier ·I would check the rambo documentation for it. In our regular config file it reads//#define MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A) -
after uploading firmware Z Axis moves very very slowly Hictop Printer
by dmkmedia ·I uploaded the Repetier firmware to a hictop prusa i3 and the z-axis settings in the old firmware from marlin was #define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,398,94.4962144} -
printer totally not worked for 4 days now help needed please
by dmkmedia ·I uploaded the Repetier firmware to a hictop prusa i3 and the z-axis settings in the old firmware from marlin was #define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,398,94.4962144} -
Hictop
by dmkmedia ·I uploaded the Repetier firmware to a hictop prusa i3 and the z-axis settings in the old firmware from marlin was #define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,398,94.4962144} -
Website config tool
by freez ·#define DRIVE_SYSTEM 3 -
not working light for LСD, board Ramps-FD
by SONIC300077 ·#define CASE_LIGHTS_PIN ORIG_FAN2_PIN -
Speeds/Size
by Repetier ·Low memory is normal with nonlinear movements as it needs much more ram. Make sure to have 900-1000 bytes free and it should work. If not reduce#define DELTASEGMENTS_PER_PRINTLINE 24 -
Nozzle Distance wrong between Homing and Printing
by dtgamer99 ·#define Y_MAX_LENGTH 217 - ENDSTOP_Y_BACK_ON_HOME -
Speeds/Size
by crumb4life ·Add in manual additions the line#define FAST_COREXYZ -
Speeds/Size
by Repetier ·Add in manual additions the line#define FAST_COREXYZ -
Laser turned on on all moves.
by freez ·#define CONFIGURATION_H -
Nozzle Distance wrong between Homing and Printing
by Repetier ·If you are doing z max homing you can adjust z length in eeprom to get lower. For z min homing make sure#define ENDSTOP_Z_BACK_ON_HOME 0 -
CNC arc segment changes and new firmware.
by Repetier ·Simply put#define MM_PER_ARC_SEGMENT 0.05 -
Case light invert logic level
by RAyWB ·if you mean opposite after power on just change from #define CASE_LIGHT_DEFAULT_ON 0 to #define CASE_LIGHT_DEFAULT_ON 1 in configuration.h