1. Got a question or need help troubleshooting? Post to the troubleshooting forum or Search the forums!

Full Graphics LCD Controller - Percent Complete Mod

Discussion in 'Mods and Upgrades' started by Ziggy, Dec 8, 2014.

  1. BigJim4009

    BigJim4009 New Member

    Joined:
    Mar 3, 2015
    Messages:
    8
    Likes Received:
    0
    thanks for the reply but, I have no idea where to start. would you give me a step by step, I watched a couple YouTube vids and I think i have all the software i need now but not sure how to use it. im sure i could find that .h file but i dont know how to send it to the controller.
    Sorry Im a total noob.
     
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
  3. BigJim4009

    BigJim4009 New Member

    Joined:
    Mar 3, 2015
    Messages:
    8
    Likes Received:
    0
    THANKS!!! That's just what i need. i will try this and one last thing, where would i find Ziggy's file when it is ready?
     
  4. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    I suspect he will repost it in this thread.

    I'll leave it up to him, but I am sure he will at least update this thread pointing to it.
     
  5. Ben R

    Ben R Active Member

    Joined:
    Nov 21, 2014
    Messages:
    651
    Likes Received:
    89
    hmm, my not reprapdiscount one does that out of the box.
     
  6. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Mine as well, but mine is not the knock-off version of the Full graphics one (rather just the rep rap discount LCD).
    I don't have the same one he is playing with. I also do not remember what version of the firmware I am on (it is not very recent).
     
  7. BigJim4009

    BigJim4009 New Member

    Joined:
    Mar 3, 2015
    Messages:
    8
    Likes Received:
    0
    I cant get it to compile, and upload the firmware. I might (sure i am) be doing something wrong. sooo the noob question of the day. What does it mean to UN COMMENT something when editing the configuration.h file. and do you do that in Arduino program or in something like notepad (basic text editor).?
     
  8. BigJim4009

    BigJim4009 New Member

    Joined:
    Mar 3, 2015
    Messages:
    8
    Likes Received:
    0
    i paid $69 for this card for 3d makeworld.com should it already be setup to work just by plugging it in? maybe its a bad board. ??
     
  9. Ben R

    Ben R Active Member

    Joined:
    Nov 21, 2014
    Messages:
    651
    Likes Received:
    89
    uncomment is computer science speak for removing a marker that causes the process to skip lines. Things like ;Written and compiled by ben
    notes, bits of code that you wrote but decided not to run. In arduino its a semicolon.
    I think...

    Is there some reason why that particular display costs so much? I don't know the history, but it looks standard. Is the 10 dollar one taking advantage of poor copywriting, or the opposite. No it looks like its just a standard part to plug into a mega 2560.
     
  10. BigJim4009

    BigJim4009 New Member

    Joined:
    Mar 3, 2015
    Messages:
    8
    Likes Received:
    0
    ok. I'll go back and look over the code again. so i got robbed and its a bad board. ;(
    what about editing the file? in the arduino program or in notepad?
     
  11. Ben R

    Ben R Active Member

    Joined:
    Nov 21, 2014
    Messages:
    651
    Likes Received:
    89
    Just edit it in arduino.
    I don't know if you got robbed or if you supported a developer that didn't manage his licenses well.
    I am sure there's a story, everyone's got one. People use the same hardware for other processes.
     
  12. BigJim4009

    BigJim4009 New Member

    Joined:
    Mar 3, 2015
    Messages:
    8
    Likes Received:
    0
    It won't work for me, i keep getting a bunch of errors. Here is a few of the first lines. keeps saying "MULTIPLE DEFINITION"


    C:\Users\3DPRIN~1\AppData\Local\Temp\build6913947469252257810.tmp\Auto_Level_7_17_516inch_\temperature.cpp.o: In function `getHeaterPower(int)':
    C:\Users\3D Printing\Documents\Arduino\libraries\libraries\Auto_Level_7_17_516inch_/temperature.cpp:330: multiple definition of `getHeaterPower(int)'
    C:\Users\3DPRIN~1\AppData\Local\Temp\build6913947469252257810.tmp\temperature.cpp.o:C:\Users\3DPRIN~1\AppData\Local\Temp\build6913947469252257810.tmp/temperature.cpp:330: first defined here
    C:\Users\3DPRIN~1\AppData\Local\Temp\build6913947469252257810.tmp\Auto_Level_7_17_516inch_\temperature.cpp.o: In function `setWatch()':
    C:\Users\3D Printing\Documents\Arduino\libraries\libraries\Auto_Level_7_17_516inch_/temperature.cpp:665: multiple definition of `soft_pwm_bed'
    C:\Users\3DPRIN~1\AppData\Local\Temp\build6913947469252257810.tmp\temperature.cpp.o:C:\Users\3DPRIN~1\AppData\Local\Temp\build6913947469252257810.tmp/temperature.cpp:665: first defined here
    C:\Users\3DPRIN~1\AppData\Local\Temp\build6913947469252257810.tmp\Auto_Level_7_17_516inch_\temperature.cpp.o: In function `tp_init()':
    C:\Users\3D Printing\Documents\Arduino\libraries\libraries\Auto_Level_7_17_516inch_/temperature.cpp:714: multiple definition of `tp_init()'
    C:\Users\3DPRIN~1\AppData\Local\Temp\build6913947469252257810.tmp\temperature.cpp.o:C:\Users\3DPRIN~1\AppData\Local\Temp\build6913947469252257810.tmp/temperature.cpp:714: first defined here
    C:\Users\3DPRIN~1\AppData\Local\Temp\build6913947469252257810.tmp\Auto_Level_7_17_516inch_\temperature.cpp.o: In function `setWatch()':
    C:\Users\3D Printing\Documents\Arduino\libraries\libraries\Auto_Level_7_17_516inch_/temperature.cpp:902: multiple definition of `setWatch()'
     
  13. Nick C.

    Nick C. Member

    Joined:
    Jun 16, 2015
    Messages:
    44
    Likes Received:
    2
    Hey,
    So i wan to add the filament use to my graphic display and would like to remove extruder 2 and 3. Do know know how to do this? Is so can u let me know under what tab and what the code would be?

    Thanks, Nick

     
  14. WheresWaldo

    WheresWaldo Volunteer ( ͠° ͟ʖ ͡°)
    Staff Member

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
    I have been here a couple of months now and have yet to see any post during that time from this mythical Ziggy. He pulled his code from the forum posts so there is no way to use it in any version of the firmware. Even the latest version of Marlin (which doesn't work on the Robo currently), version 1.0.2 development, doesn't display filament use. It does remove the unconfigured extruders. I didn't even see filament use as a feature request on the Marlin GIT pages. If you want filament used to display, you have a couple of choices; 1. Ask the developers for an enhancement request, and if they deem it worthy of their limited time (remember they do this for free) it will get added someday! 2. Learn C++ and program it yourself, then when its working exactly how you expect, kindly ask the developers to include your code in the Master branch, again if they deem it worthy of their limited time it will get pulled in and everyone can benefit.

    So, I am not trying to be an ass here, but what I am saying is we all want something, sometimes we get what we want but most times we don't, that's life.
     
  15. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Yea, in all fairness @Ziggy has been away for a good bit.

    (he was last on May 11)

    He was extremely active in the forum, but I imagine life intruded.

    Going back to the marlin devs is probably the best choice.
    I don't have that type of display so I can't help you with the code.
     
  16. Justin Riera

    Justin Riera Member

    Joined:
    Oct 12, 2015
    Messages:
    57
    Likes Received:
    4
    Sorry to bring up a VERY old post, but do you think you can make a time remaining mod for the xxl? on the bottom row it just says "endstops hit: z" and its not that important.
     
  17. Ben R

    Ben R Active Member

    Joined:
    Nov 21, 2014
    Messages:
    651
    Likes Received:
    89
    Why sorry. The jerks that say "search" and the jerks that say "there's already a thread on this" and the jerks that say this thread is old" don't live here.

    I would think you could ad a clock, but it can't estimate based on g code. The computer can estimate, but not the LCD controller.
     
    mark tomlinson likes this.
  18. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Yea, time remaining even on the computer is a big'ol S.W.A.G.
    Best you could do is % complete (and that would be % GCODE executed really).
     
  19. Justin Riera

    Justin Riera Member

    Joined:
    Oct 12, 2015
    Messages:
    57
    Likes Received:
    4
    lol what does S.W.A.G. mean? and The xxl already has a percent complete. Thanks though.
     
  20. WheresWaldo

    WheresWaldo Volunteer ( ͠° ͟ʖ ͡°)
    Staff Member

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593

Share This Page