Jump to content

Recommended Posts

Posted · How to change the glbuttons.png display array?

HI all,

How to change the glbuttons.png display array?

I try to do this:

First,I edit the 'glbuttons.png' width 512px height 2048(default 1024),now display this:

gallery_34444_1179_5298.png

OK,you can find the red color font 1,2,3,4 . this is I want to append the buttons images.

Second,I add the button code in sceneView.py ,

gallery_34444_1179_6966.png

the code '32' is the 'glbuttons.png' array number.

Now,when i debug this ,the ckButton's images cannot display,How can I fix it?

 

  • Link to post
    Share on other sites

    Posted · How to change the glbuttons.png display array?

    It's easier to replace the 5 unused spots, else you need to dive into the glButton code to account for the changed texture size.

     

  • Link to post
    Share on other sites

    Posted · How to change the glbuttons.png display array?

    tks Daid,

    I found glButton code,but how can I update the texture size in code ?The glButton code is in cura/gui/openglGui.py lines 452 the draw functions.like this:

    gallery_34444_1179_5117.png

    because i want to append the 'glButtons.png' behind,it look like 4*9 array list. but when i try debug this,the ckButton's images cannot display also.

     

  • Link to post
    Share on other sites

    Posted · How to change the glbuttons.png display array?

    It's OpenGL code, and OpenGL likes textures with powers of 2. So when you change the texture size, it's best to keep it at a power of 2.

    Also, this is the code that does the actual drawing:

    https://github.com/daid/Cura/blob/SteamEngine/Cura/gui/util/openglHelpers.py#L288

     

    tks Daid,

    when I keep it at a power of 2,so how can I update the code if I want to append array as 4*10?

     

  • Link to post
    Share on other sites

    Posted · How to change the glbuttons.png display array?

    update:

    I try to update texture size like this:

    gallery_34444_1179_5292.png

    when i debug that,the button display like this

    gallery_34444_1179_673.png

    The function button display the white box.how can i fix it?

     

  • Link to post
    Share on other sites

    Posted · How to change the glbuttons.png display array?

    tks Daid,

    when I keep it at a power of 2,so how can I update the code if I want to append array as 4*10?

     

    4*10 is not a power of 2.

     

  • Link to post
    Share on other sites

    Posted · How to change the glbuttons.png display array?

    4*10 is not a power of 2.

     

    oh...4*16 is a power of 2. and i edit the

    ty = float(int(texID / 4)) / 16

    tsy = 0.0625

    but the button display white box also

     

  • Link to post
    Share on other sites

    Posted · How to change the glbuttons.png display array?

    White box most likely means the texture is not loading properly. Do not know what you used to edit it, but you might need to disable "progressive PNG" when saving the png file.

     

  • Link to post
    Share on other sites

    Posted · How to change the glbuttons.png display array?

    White box most likely means the texture is not loading properly. Do not know what you used to edit it, but you might need to disable "progressive PNG" when saving the png file.

     

    tks Daid,

    now the button display ok,but when load a STL file to cura,the button display like this:

    gallery_34444_1179_5079.pnggallery_34444_1179_3311.png

    how can i fix it?

     

     

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • Help Us Improve Cura – Join the Ultimaker Research Program
        🚀 Help Shape the Future of Cura and Digital Factory – Join Our Power User Research Program!
        We’re looking for active users of Cura and Digital Factory — across professional and educational use cases — to help us improve the next generation of our tools.
        Our Power User Research Program kicks off with a quick 15-minute interview to learn about your setup and workflows. If selected, you’ll be invited into a small group of users who get early access to features and help us shape the future of 3D printing software.

        🧪 What to Expect:
        A short 15-minute kickoff interview to help us get to know you If selected, bi-monthly research sessions (15–30 minutes) where we’ll test features, review workflows, or gather feedback Occasional invites to try out early prototypes or vote on upcoming improvements
        🎁 What You’ll Get:
         
        Selected participants receive a free 1-year Studio or Classroom license Early access to new features and tools A direct voice in what we build next
        👉 Interested? Please fill out this quick form
        Your feedback helps us make Cura Cloud more powerful, more intuitive, and more aligned with how you actually print and manage your workflow.
        Thanks for being part of the community,

        — The Ultimaker Software Team
        • 0 replies
      • Cura 5.10 stable released!
        The full stable release of Cura 5.10 has arrived, and it brings support for the new Ultimaker S8, as well as new materials and profiles for previously supported UltiMaker printers. Additionally, you can now control your models in Cura using a 3D SpaceMouse and more!
          • Like
        • 18 replies
    ×
    ×
    • Create New...