Jump to content

Feature suggestion: Change grid in viewer


cra

Recommended Posts

Posted · Feature suggestion: Change grid in viewer

I think it could be practical to be able to change the grid on the viewer to match a grid on the actual bed. I am thinking of lining up a grid on my bed to help place parts/apply glue, but the current grid in the viewer is too fine masked. If it was possible to add an image that would be very helpful, or even just being able to adjust the grid distance. 1cm is a bit too fine grained. Perhaps a possibility to make every n-th line a different color/thicher line? Then it would be possible to mark out say a 3cm or 5cm grid on both the screen and the actual bed.

  • Link to post
    Share on other sites

    • 1 year later...
    • 4 months later...
    • 1 year later...
    Posted (edited) · Feature suggestion: Change grid in viewer

    @AraTekne @scon @cra

    Open C:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\grid.shader in a text editor
     

    Line 81			        vec2 minorGrid = abs(fract(coord - 0.5) - 0.5) / fwidth(coord);
    
    Line 87					vec2 majorGrid = abs(fract(coord / 10.0 - 0.5) - 0.5) / fwidth(coord / 10.0);

    In line 81 change the .5

    In line 87 change the first 10.0, and both 0.5


    If anyone can make a Cura Plugin to help do this without editing the files, please contact me
    I also have other ideas for plugins

     

    If I set it to something like...

    10.0, 10.0
    10.0, 0, .5
    The scale is set to 10mm, you can change that to whatever.

    Not sure what that 0 does.
    If you leave the .5 as is, it will offset the first squre to the very middle square to be perfectly center. Set this to 0 if you want that to be offset

    Edited by Kingsidorak
  • 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

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...