discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

axis scale markers

SP
Sanjeev Prabhakar
Wed, Dec 24, 2025 11:30 AM

When I zoom to the origin, the scale markers are visible, but once I zoom
to like x-axis around 50 units, the markers disappear after a certain zoom
level.
I don't know if I am the only one facing this problem.
Is there a fix for the same

When I zoom to the origin, the scale markers are visible, but once I zoom to like x-axis around 50 units, the markers disappear after a certain zoom level. I don't know if I am the only one facing this problem. Is there a fix for the same
RW
Raymond West
Wed, Dec 24, 2025 11:58 AM

Hi Sanjeev,

cube (10);
translate([6500,0,0])cube(10);

the markers appear beyond the objects, which seems good enough. I'm not
sure if it would be an advantage if they gave continuos higher
resolution as you zoomed in.

On 24/12/2025 11:30, Sanjeev Prabhakar via Discuss wrote:

When I zoom to the origin, the scale markers are visible, but once I
zoom to like x-axis around 50 units, the markers disappear after a
certain zoom level.
I don't know if I am the only one facing this problem.
Is there a fix for the same


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

Hi Sanjeev, cube (10); translate([6500,0,0])cube(10); the markers appear beyond the objects, which seems good enough. I'm not sure if it would be an advantage if they gave continuos higher resolution as you zoomed in. On 24/12/2025 11:30, Sanjeev Prabhakar via Discuss wrote: > When I zoom to the origin, the scale markers are visible, but once I > zoom to like x-axis around 50 units, the markers disappear after a > certain zoom level. > I don't know if I am the only one facing this problem. > Is there a fix for the same > > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org
SP
Sanjeev Prabhakar
Wed, Dec 24, 2025 12:13 PM

Hi Ray,

If I zoom to the cube which is placed at [6500,0,0], I don't see any
markers in my openscad version.

In some cases I need to know the approximate position of the object or
points in the object. Although It is possible to find other ways to find
the same, it would be convenient to have this feature working.

Regards

On Wed, 24 Dec 2025 at 17:29, Raymond West via Discuss <
discuss@lists.openscad.org> wrote:

Hi Sanjeev,

cube (10);
translate([6500,0,0])cube(10);

the markers appear beyond the objects, which seems good enough. I'm not
sure if it would be an advantage if they gave continuos higher
resolution as you zoomed in.

On 24/12/2025 11:30, Sanjeev Prabhakar via Discuss wrote:

When I zoom to the origin, the scale markers are visible, but once I
zoom to like x-axis around 50 units, the markers disappear after a
certain zoom level.
I don't know if I am the only one facing this problem.
Is there a fix for the same


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

Hi Ray, If I zoom to the cube which is placed at [6500,0,0], I don't see any markers in my openscad version. In some cases I need to know the approximate position of the object or points in the object. Although It is possible to find other ways to find the same, it would be convenient to have this feature working. Regards On Wed, 24 Dec 2025 at 17:29, Raymond West via Discuss < discuss@lists.openscad.org> wrote: > Hi Sanjeev, > > cube (10); > translate([6500,0,0])cube(10); > > the markers appear beyond the objects, which seems good enough. I'm not > sure if it would be an advantage if they gave continuos higher > resolution as you zoomed in. > > On 24/12/2025 11:30, Sanjeev Prabhakar via Discuss wrote: > > When I zoom to the origin, the scale markers are visible, but once I > > zoom to like x-axis around 50 units, the markers disappear after a > > certain zoom level. > > I don't know if I am the only one facing this problem. > > Is there a fix for the same > > > > _______________________________________________ > > OpenSCAD mailing list > > To unsubscribe send an email to discuss-leave@lists.openscad.org > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org
LD
lee.deraud@roadrunner.com
Wed, Dec 24, 2025 3:50 PM

Depends on the use case, I suppose. Working with 3D-scanned STL files as much as I do, higher resolution on zoom-in would be VERY handy.

-----Original Message-----
From: Raymond West via Discuss discuss@lists.openscad.org
Sent: Wednesday, December 24, 2025 3:58 AM
To: discuss@lists.openscad.org
Cc: Raymond West raywest@raywest.com
Subject: [OpenSCAD] Re: axis scale markers

Hi Sanjeev,

cube (10);
translate([6500,0,0])cube(10);

the markers appear beyond the objects, which seems good enough. I'm not sure if it would be an advantage if they gave continuos higher resolution as you zoomed in.

On 24/12/2025 11:30, Sanjeev Prabhakar via Discuss wrote:

When I zoom to the origin, the scale markers are visible, but once I
zoom to like x-axis around 50 units, the markers disappear after a
certain zoom level.
I don't know if I am the only one facing this problem.
Is there a fix for the same


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

Depends on the use case, I suppose. Working with 3D-scanned STL files as much as I do, higher resolution on zoom-in would be VERY handy. -----Original Message----- From: Raymond West via Discuss <discuss@lists.openscad.org> Sent: Wednesday, December 24, 2025 3:58 AM To: discuss@lists.openscad.org Cc: Raymond West <raywest@raywest.com> Subject: [OpenSCAD] Re: axis scale markers Hi Sanjeev, cube (10); translate([6500,0,0])cube(10); the markers appear beyond the objects, which seems good enough. I'm not sure if it would be an advantage if they gave continuos higher resolution as you zoomed in. On 24/12/2025 11:30, Sanjeev Prabhakar via Discuss wrote: > When I zoom to the origin, the scale markers are visible, but once I > zoom to like x-axis around 50 units, the markers disappear after a > certain zoom level. > I don't know if I am the only one facing this problem. > Is there a fix for the same > > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org _______________________________________________ OpenSCAD mailing list To unsubscribe send an email to discuss-leave@lists.openscad.org