I thought "well, wouldn't it be a matter of just telling axis.py that "Rotated Top View" means -90 instead of +90?"
I looked through. It looks like this is "z2", or "view_type.set(2)". It looks like view_type=2 means "use rotated top view". Presumably that's just gonna mean to view the XY plane, fix the origin, set the rotation=+90, and if you click on "rotate view" button it'll leave those parameters as-is for a starting point but un-"sink" the "Rotated top view" button and sink the "rotate view" button. But I don't see anywhere where it implements the z2/view_type=2 mode. Does the AXIS frontend not do this, it's in Linuxcnc itself?? Danny On 3/19/2017 3:21 PM, Danny Miller wrote: > I should clarify (as assumed anyhow) that I'm using AXIS. > > Actually, isn't "Rotated Top View" just that, anyhow? > > Can I make it the default? > > Crap... looks like the "Rotate Top View" is going to rotate the wrong > way, making it 180 deg from what I need. The machine's at the shop but > that's what it looks like it says. Any way to change that?? > > Danny > > > On 3/19/2017 2:37 PM, Jeff Epler wrote: >> In master branch with the AXIS user interface, you can control how the >> jog keys are assigned with [DISPLAY]JOG_AXES and [DISPLAY]JOG_INVERT, as >> documented here: >> >> http://linuxcnc.org/docs/master/html/config/ini-config.html#_display_section >> In 2.7 and in other UIs there may not be a way to do this without >> modifying the source code and rebuilding. >> >> This does not modify the orientation of the preview display, so that's >> another possibility for future enhancement, i.e., the ability to control >> what the preset views are. I can certainly understand why you would >> want them to be related to how the operator sees the machine from where >> she operates the control panel. >> >> Jeff >> >> ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Emc-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/emc-users >> > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
