Repetier-Forum
  • Categories
  • Discussions
  • About Us
  • Privacy Policy
  • Sign In
Home › Search
  1. Anet A8, cannot install Firmware

    cyberman
    by cyberman · February 2017
      #define  MASK(PIN)    (1 << PIN)
  2. What is increase of current directed to extrusion motor for each increase in Manual Extrusion Speed?

    Repetier
    by Repetier · February 2017
    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)
  3. after uploading firmware Z Axis moves very very slowly Hictop Printer

    dmkmedia
    by dmkmedia · February 2017
    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}
  4. printer totally not worked for 4 days now help needed please

    dmkmedia
    by dmkmedia · February 2017
    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}
  5. Hictop

    dmkmedia
    by dmkmedia · February 2017
    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}
  6. Website config tool

    freez
    by freez · February 2017
    #define DRIVE_SYSTEM 3
  7. not working light for LСD, board Ramps-FD

    SONIC300077
    by SONIC300077 · February 2017
    #define CASE_LIGHTS_PIN  ORIG_FAN2_PIN
  8. Speeds/Size

    Repetier
    by Repetier · February 2017
    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
  9. Nozzle Distance wrong between Homing and Printing

    dtgamer99
    by dtgamer99 · February 2017
    #define Y_MAX_LENGTH 217 - ENDSTOP_Y_BACK_ON_HOME
  10. Speeds/Size

    crumb4life
    by crumb4life · February 2017
    Add in manual additions the line#define FAST_COREXYZ
  11. Speeds/Size

    Repetier
    by Repetier · February 2017
    Add in manual additions the line#define FAST_COREXYZ
  12. Laser turned on on all moves.

    freez
    by freez · February 2017
    #define CONFIGURATION_H
  13. Nozzle Distance wrong between Homing and Printing

    Repetier
    by Repetier · February 2017
    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
  14. CNC arc segment changes and new firmware.

    Repetier
    by Repetier · February 2017
    Simply put#define MM_PER_ARC_SEGMENT 0.05
  15. Case light invert logic level

    RAyWB
    by RAyWB · February 2017
    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
  16. CNC arc segment changes and new firmware.

    freez
    by freez · February 2017
    #define MM_PER_ARC_SEGMENT 0.05
  17. Laser turned on on all moves.

    RAyWB
    by RAyWB · February 2017
    (if laser on/off is swapped change  from #define LASER_ON_HIGH 1 to #define LASER_ON_HIGH 0 in configuration.h)
  18. BL Touch probing

    pta00066
    by pta00066 · February 2017
    #define NUM_EXTRUDER 1
  19. Custom Event System

    Repetier
    by Repetier · February 2017
    #define EVENT_SET_LASER(intensity) mySetLaser(intensity)
  20. Custom Event System

    RAyWB
    by RAyWB · February 2017
    #define EVENT_INITALIZE_LASER { "my initialisation" ; return false;}
Previous Next

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Register