Close



Results 1 to 10 of 33

Threaded View

  1. #28
    Staff Engineer printbus's Avatar
    Join Date
    May 2014
    Location
    Highlands Ranch, Colorado USA
    Posts
    1,437
    Add printbus on Thingiverse
    It irks me when manufacturers and retailers don't provide sufficient reference information for their products, or worse yet, when the information they provide is incomplete or outright wrong.

    Makergeeks provides two sets of instructions on how to enable the graphic module support in Marlin - printed text on the product page and the "how to hook up..." video on the product page. IMO, the text guidance on the product page is outright wrong, even ignoring the typos and errors that are waiting to surprise the non-programmer. The text appears to be the changes necessary to add a typical 20 x 4 character smart panel, not the graphic bitmap style. The firmware change instructions in the video are likely what you need, but I think there's one important problem in what the video says. It talks about how if the configuration.h file in your Marlin source doesn't have a commented #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER that you can uncomment, you should just add the #define statement for it. Huh? That might work, but only if the rest of the code is already there to react to that #define. I would say that if your configuration.h file doesn't have that commented line waiting for you, you need to look into whether the Marlin version you have has the graphic panel support there. As a minimum, I'd search the Marlin files to see if they already contain the REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER text anywhere. If not, you need to find a newer version of Marlin to be working with, since just adding the #define for a new display type won't get you diddly squat.
    Last edited by printbus; 10-08-2014 at 01:49 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
  •