New stuff
Input
- now the default value for APT input is CatiaV5 but only for development and it is not written that it is it just is
- default value for for G-code output is WinNC Sinumerik
Logic
- added logic for CYLINDR which is essentially just a sinusoidal path, not just one period pr it but can be multiple or just a part of one
- logic for PSIS which is supposed to be like a sign that the CYLINDR is to be defined and that it starts at this coordinates and then some random vector that defines that the movement will be projected in a PLANE that does not contain that vector
- logic for ROTABL is incomplete but here I would need to look into it but it seems like it is used in MULTI axial machines, but only when it does 3 axis work idk it is a bit emptly defined
- TLON,GOFWD is now the new definition for circular movement, so it takes the line in the correct logic for both CIRCLE and CYLINDR
- I undiscovered what CUTTER with 7 tool data defines but for now it just outputs it as 7 comments
Bug fixes
- for SWITCH or setting tool compensation had .trim instead of .trim() same thing happened on the g coder side
- for some reason maybe a bad commit, the text enter pop-up window didn’t pop-up, resolved
What if’s???
What if the sinusoidal movement isn’t horizontal yet at an angle what would happen then?
- The angle isn’t specified, but I do have the circle center and the first point that is on that circle
Note that the path is on the surface of the cylinder this is a sinusoide
What if the sinusoide isn’t set in 2D?
- since 3D circular intepolation is off it should be just a set of close points
What if there was no AI that could by pass the main page and end up to a sub-page that isn’t locked to me, unlike the main page?
-Would I be ******?
Comments 1
As it turn out, if I put sinusoide under an angle it for some reason outputs 37 sub sinusoids, and dosen’t realize that it it just under an angle, so my life got a lotta easier
Sign in to join the conversation.