Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Greg3D
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    Greg3D

    @Greg3D

    0
    Reputation
    5
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Greg3D Unfollow Follow

    Latest posts made by Greg3D

    • RE: Duet Maestro & 12864 LCD button display glitches

      @dc42 That's right, I forgot to mention about the #0 /menu issue, thanks for noticing that too! Thanks also for increasing buffer size, this will give even more freedom in menu creation.

      Regarding menu button text alignment when a width is specified, both centered and right aligned would make sense for me. Centered would be perfect for text buttons (ex: buttons in top menu bar), right align for array of numbers (ex: temperatures, movements)

      To avoid the addition of a new option, right aligned could be triggered by a negative width while centered is the default.

      If just one option can be reasonably implemented, centered would have my preference. Personal opinion only for sure, others may have different views

      posted in Firmware installation
      Greg3Dundefined
      Greg3D
    • RE: Duet Maestro & 12864 LCD button display glitches

      @dc42 This sounds great David, thanks a lot for looking at the issue so quickly. I believe issue 1 (button appear/disappear) and 2 (visibility vs printer status) are linked. I will anyway let you know if the issue is still there.

      May you also evaluate increasing the size of the buffer for the menu if this has no negative impact on other things? With the current buffer size, a menu like the "grid" in my menu to move axis will create a buffer overflow if I put 6 buttons for all the 3 axis.

      In any case the current system is already very powerful and your latest additions described in your post will make it even better

      posted in Firmware installation
      Greg3Dundefined
      Greg3D
    • Duet Maestro & 12864 LCD button display glitches

      Since the menu system in the reprap firmware is highly configurable, I tried to take advantage of it to design something for my Duet Maestro that goes beyond a standard Marlin "linear" menu structure to perform quickly some basic operations on the printer.

      The board is a Duet Maestro with firmware 2.02RC3 (stock firmware)

      The menu files can be dowloaded here :
      lhttps://www.dropbox.com/s/vf29z27rrmx2fmy/menu.zip?dl=0

      The menus use several buttons on one line. The menu works fine however I have several display glitches :
      *Buttons appear and disappear when you move from one to the other (see the video below)
      *When the printer change its "status" (printing/not printing/paused) the menu may not display the buttons that correspond to that status (through the button V argument)
      *The last eight pixels of the horizontal line (which is an image) seems not being displayed (minor issue)

      The video in this tweet illustrate this :
      https://twitter.com/Greg191134/status/1060312518659358720t

      posted in Firmware installation
      Greg3Dundefined
      Greg3D
    • RE: Firmware 2.02 Release candidate 3 now available

      I'm in the process of setting up a menu system on the 12864 LCD for my freshly acquired Duet Maestro

      The video in this tweet https://twitter.com/Greg191134/status/1060312518659358720 illustrates the glitches I'm having with buttons appearing and disappearing.

      Also for the horizontal bars, which are an image, the eight pixels on the right are not displayed.

      Are these some limitations of the current implementation of the menu system?

      posted in Firmware installation
      Greg3Dundefined
      Greg3D