Close



Results 1 to 9 of 9

Hybrid View

  1. #1
    Technologist LuckyImperial's Avatar
    Join Date
    May 2015
    Location
    Campbell, CA
    Posts
    162
    Okay, I'm up and running. I don't have my FSR Kit installed so I haven't done any auto calibration but even with my manual calibration it's printing quite well. So far no skipping with my 8bit processor, even at 200 segments/mm, so that's pretty rad.

    I guess I should also note that I had to make some tweaks in the pins_RAMPS.h file for the viki2 LCD to start working.

    Code:
    #elif ENABLED(VIKI2) || ENABLED(miniVIKI)
    
    
          #define BEEPER_PIN        35
    
    
          // Pins for DOGM SPI LCD Support
          #define DOGLCD_A0         47
          #define DOGLCD_CS         32
          #define LCD_SCREEN_ROT_180
    
    
          #define BTN_EN1           45
          #define BTN_EN2           41
          #define BTN_ENC           43
    
    
          #define SDSS              53
          #define SD_DETECT_PIN     49 // Pin 49 for display sd interface, 72 for easy adapter board
    
    
          #define KILL_PIN          -1
    
    
          #define STAT_LED_RED_PIN  39
          #define STAT_LED_BLUE_PIN 37
    This is according to the wiring diagram provided by Panucatt here: http://panucattdevices.freshdesk.com...nts/1043587235
    Last edited by LuckyImperial; 07-10-2017 at 11:08 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •