Repetier-Forum
  • Categories
  • Discussions
  • About Us
  • Privacy Policy
  • Sign In
Home › Search
  1. "Ausgabe" der Heizelement falsch beim Prusa MK4

    BigAl
    by BigAl · May 2024
        #if HAS_TEMP_HEATBREAK
  2. Strange letters on display.

    Repetier
    by Repetier · April 2024
    #if false && UI_DISPLAY_RW_PIN >= 0 // not really needed
  3. Wait for external signal before executing G-Code command

    3D_Le
    by 3D_Le · December 2023
    #ifdef DEBUG_PRINT
  4. Wait for external signal before executing G-Code command

    3D_Le
    by 3D_Le · December 2023
        // while(true) {#ifdef DEBUG_PRINT    debugWaitLoop = 1;#endif    Printer::breakLongCommand = false; // block is now finished    if (!Printer::isBlockingReceive()) {#if SDSUPPORT        if (sd.sdm
  5. Upgrade to Firmware V2 on Ultratronics Board

    Repetier
    by Repetier · December 2023
    #if defined(DOOR_PIN) && DOOR_PIN > -1
  6. changing speeds between lines and curves

    Thorsten
    by Thorsten · April 2023
    #ifndef CONFIGURATION_H
  7. Can't change z min pos

    Repetier
    by Repetier · April 2023
    #if DAVINCI > 0
  8. Heated Bed disables after connecting server

    Daneasch
    by Daneasch · April 2023
    #ifndef CONFIGURATION_H
  9. Printer crashes during autobedlevel procedure

    Daneasch
    by Daneasch · March 2023
    #ifndef CONFIGURATION_H
  10. Temprature gain

    Repetier
    by Repetier · March 2023
    #if ENABLED(TEMP_GAIN)
  11. Extruder stops during print

    Repetier
    by Repetier · March 2023
    #if MIN_EXTRUDER_TEMP > 20
  12. Extruder stops during print

    DJ_IRAS
    by DJ_IRAS · March 2023
    #if MIN_EXTRUDER_TEMP > 30
  13. Unable to find the right pin on Melzi 2.0 P802M for BLTouch

    Repetier
    by Repetier · February 2023
    #if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__) || defined(__AVR_AT90USB646__) || defined(__AVR_AT90USB1286__) || defined(__AVR_ATmega128__) || defined(__AVR_ATmega1281__) || defined(__
  14. MKS-Base problem and solution for two extruders...

    3dGenie
    by 3dGenie · December 2022
    #ifndef MOSFET_A_PIN
  15. MKS-Base problem and solution for two extruders...

    Repetier
    by Repetier · December 2022
    Try assigning the pin number directly in configuration.h in case you changed it in wrong #ifdef section in pins.h and as said make sure no other function has same pin number. Only heaters and fans and
  16. ticking sounds

    Repetier
    by Repetier · December 2022
    #ifndef IGNORE_TMC5160_FEEDBACK
  17. ramps 1.4 issue with 3 extruder motors

    recoush
    by recoush · November 2022
    #ifndef SDSUPPORT  // Some boards have sd support on board. These define the values already in pins.h
  18. Rotate Raspberry Pi screen image

    orion
    by orion · October 2022
    #if screen is rotated, you need to transform the touch-matrix as per the below:
  19. Make filament sensor work with Ender 5+

    vaporlock
    by vaporlock · September 2022
    #if ENABLED(FILAMENT_RUNOUT_SENSOR)
  20. Z probing

    Repetier
    by Repetier · August 2022
    #if HOMING_ORDER != HOME_ORDER_XYZ && HOMING_ORDER != HOME_ORDER_YXZ && HOMING_ORDER != HOME_ORDER_ZXYTZ && HOMING_ORDER != HOME_ORDER_XYTZ
Next

Howdy, Stranger!

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

Sign In Register