Nothing on this front yet?
- 1 year later...
@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
Recommended Posts
scon 0
I too would like this. It would make setting up my camera for octolapse easier if I could make it match the markings on my Prusa.
Link to post
Share on other sites