-
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 -
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;}