Close



Results 1 to 9 of 9

Hybrid View

  1. #1
    Technologist
    Join Date
    Oct 2014
    Posts
    114
    Hey thanks for the quick reply. It's the other firmware that works, not the Eight3C. Eight3C is what I want to use. I saw these differences too, but didn't know what they were. I will try the change and let you know.

  2. #2
    Technologist
    Join Date
    Oct 2014
    Posts
    114
    I changed the *(starpos) = '\0'; to *(starpos-1) = '\0'; but no change.

  3. #3
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by Fri View Post
    I changed the *(starpos) = '\0'; to *(starpos-1) = '\0'; but no change.
    Unfortunately... This is the kind of problem that is very difficult to debug remotely.

  4. #4
    Technologist
    Join Date
    Oct 2014
    Posts
    114
    Yeah, it is strange that the newer firmware (yours btw) is not working for this LCD with SD card. Since the same firmware but with a Viki LCD and card works good.
    It is the reprap discount LCD's SD card that cannot run/print from card.

  5. #5
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by Fri View Post
    Yeah, it is strange that the newer firmware (yours btw) is not working for this LCD with SD card. Since the same firmware but with a Viki LCD and card works good.
    It is the reprap discount LCD's SD card that cannot run/print from card.
    You could tell the Viki LCD people to send me a card. I'll get it working! But not having hardware makes it very difficult to debug.

  6. #6
    Technologist
    Join Date
    Oct 2014
    Posts
    114
    Thanks Roxy, 2 things I have done. Copied the two sd2card files from the working Taz over into the Eight3C fw, not difference.
    I copied the marlin main into the eight3c and got a bunch of ultralcd.cpp errors that are below. Not sure if this helps though.

    Arduino: 1.6.5 (Windows 7), Board: "RAMBo"



    ultralcd.cpp.o: In function `lcd_sdcard_stop':
    C:\Users\Frank\AppData\Local\Temp\build19932091300 26780785.tmp/ultralcd.cpp:260: undefined reference to `cancel_heatup'
    ultralcd.cpp.o: In function `lcd_tune_menu':
    C:\Users\Frank\AppData\Local\Temp\build19932091300 26780785.tmp/ultralcd.cpp:389: undefined reference to `extruder_multiply'
    C:\Users\Frank\AppData\Local\Temp\build19932091300 26780785.tmp/ultralcd.cpp:389: undefined reference to `extruder_multiply'
    C:\Users\Frank\AppData\Local\Temp\build19932091300 26780785.tmp/ultralcd.cpp:389: undefined reference to `extruder_multiply'
    C:\Users\Frank\AppData\Local\Temp\build19932091300 26780785.tmp/ultralcd.cpp:389: undefined reference to `extruder_multiply'
    ultralcd.cpp.o: In function `lcd_move_z':
    C:\Users\Frank\AppData\Local\Temp\build19932091300 26780785.tmp/ultralcd.cpp:659: undefined reference to `refresh_cmd_timeout()'
    ultralcd.cpp.o: In function `lcd_move_y':
    C:\Users\Frank\AppData\Local\Temp\build19932091300 26780785.tmp/ultralcd.cpp:629: undefined reference to `refresh_cmd_timeout()'
    ultralcd.cpp.o: In function `lcd_move_x':
    C:\Users\Frank\AppData\Local\Temp\build19932091300 26780785.tmp/ultralcd.cpp:599: undefined reference to `refresh_cmd_timeout()'
    collect2.exe: error: ld returned 1 exit status
    Error compiling.

    This report would have more information with
    "Show verbose output during compilation"
    enabled in File > Preferences.

  7. #7
    Technologist
    Join Date
    Oct 2014
    Posts
    114
    Roxy,
    Don't waste your time on this any longer, I downloaded the latest Marlin and implemented the eeprom save G29, it's working great.

    Thanks anyway.

Posting Permissions

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