Repetier Server Connection is Ok, but printer seen offline

Hi Friends,

Firstly i use Arduino DUE, Ramps-FD and Orrange Pi. This combination is work with repetier host. 

Now i would like to use Arduino Mega R3 + Ramps 1.4 + Orrange Pi. This combination have problem repetier server online, (can be connection) but printer seen offline. 

I tested Marlin and Repetier Firmware but i can't found a problem. Can they help me. (So sorry bad English :()


Comments

  • Right port and baud rate used in server configuration? Printer activated in server? If both done server will automatically connect when you connect printer. Just make sure not to use host and server the same time (only server over host would be ok for both running).
  • // ################# Misc. settings ##################

    #define BAUDRATE 115200
    #define ENABLE_POWER_ON_STARTUP 1
    #define POWER_INVERTING 0
    #define KILL_METHOD 1
    #define ACK_WITH_LINENUMBER 1
    #define WAITING_IDENTIFIER "wait"
    #define ECHO_ON_EXECUTE 1
    #define EEPROM_MODE 1
    #undef PS_ON_PIN
    #define PS_ON_PIN ORIG_PS_ON_PIN
    #define JSON_OUTPUT 0


  • Sure baudrate is 115200? eeprom could have stored different value.
    Still questions is right port. Image showed it is not disabled.
Sign In or Register to comment.