View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002903 | Path | Bug | public | 2017-02-16 05:37 | 2017-03-20 16:27 |
Reporter | sliptonic | Assigned To | sliptonic | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.17 | ||||
Target Version | 0.17 | Fixed in Version | 0.17 | ||
Summary | 0002903: Path Viewprovider needs to handle arc planes correctly. | ||||
Description | Gcode ars (G2 and G3) moves are always performed in the active plane. The plane is selected by another gcode which is modal until changed. G17 (default) selects the XY plane. G18 selects the XZ plane G19 selects the YZ plane. At present, all arcs are calculated in the XY plane. | ||||
Additional Information | This hasn't been a problem because G17 is the default and other arc planes are rarely used in 3 axis milling. However, as we implement lathe turning operations this will be a problem. A normal lathe configuration does all work in the XZ plane so arcs will be performed there. In order to correctly visualize lathe gcode, we will need to represent the arcs correctly. http://linuxcnc.org/docs/html/gcode/g-code.html#gcode:g17-g19.1 | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2017-02-16 05:37 | sliptonic | New Issue | |
2017-03-20 16:27 | sliptonic | Assigned To | => sliptonic |
2017-03-20 16:27 | sliptonic | Status | new => closed |
2017-03-20 16:27 | sliptonic | Resolution | open => fixed |
2017-03-20 16:27 | sliptonic | Fixed in Version | => 0.17 |
2017-03-20 16:27 | sliptonic | Note Added: 0008660 |