![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Coding Post your Coding for opensource projects here. |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
I'm writing a 2.5d cam program, and I'm a bit stuck on a problem. G-code generally assumes a right-hand cartesian plane (y-axis points up, x-axis points right), but a lot of processes in computer graphics (svg) use a left-hand plane (y-axis points down, x-axis points right). My program currently uses a left-hand plane, and converting it to a right-hand plane is not trivial, and would make the code rather inelegant. would it be acceptable if I add a feature that allows you to set an arbitrary zero point on the left-hand plane? Would this be a hindrance to the user experience, or a cool feature?
__________________ ___________________________ www.carveit.ca |
|
#3
| |||
| |||
| it's simpler than that, flipping the y axis just means doing this: y = -y the problem is that the visual processing is done in flash, which uses the left-hand plane. This means that I'll have to keep track of two sets of numbers, one for the right plane and one for the left. It's just going to be messy and I don't really want to do it..
__________________ ___________________________ www.carveit.ca |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Serious Sherline/ EMC2 problem: Inverted axis | bardDrab | Benchtop Machines | 3 | 03-01-2010 07:51 PM |
| Need Help!- The (+)X and (-)X are inverted or switched | TAProwler | Torchmate | 4 | 01-17-2009 06:22 PM |
| problem with Semeins 840- inverted G2 - G3 | jkblack | Controller & Computer Solutions | 0 | 11-22-2008 01:33 AM |
| 100-foot Inverted Tripod | jimbobbus3 | LinuxCNC (formerly EMC2) | 6 | 11-30-2007 04:45 PM |
| Mach2 inverted engraving | engraver | Mach Software (ArtSoft software) | 16 | 09-06-2003 09:44 PM |