When putting negative value at u also puts negative value at w and we want w positive or at least zero for internal G71-G72 canned cycle.
Example G71 P10 Q11 U-0.2 W-0.1 D1.2 F0.127
When simulating something like the above it cuts through material.
Because i use several times internal G71 with u and w both set to zero this works fine
G71 P10 Q11 U0. W0. D1.2 F0.127
The main problem here is that u and w should be independent.I noticed that u value is two times w value when post processing even though X and Z finish allowance are the same.And that's ok by me ,because this is how i use them most of the time but there are instances that you may want a much larger u than w ,5 to 1 or even 10 to 1.
Also i can post process an internal profile with canned cycle G71 alone or with some operations together but never as the whole setup (i can't understand the relationship-contradiction of operations even though i tried) --when i try it ,it ends up to this log
Information: Configuration: HAAS ST-20
Information: Vendor: Haas Automation
Information: Posting intermediate data to 'C:\Users\ria\Desktop\tassos\Post Process (G - code)\9998.nc'
Information: Total number of warnings: 3
Error: Failed to post process. See below for details.
...
Code page changed to '1253 (ANSI - Õ•û»û»÷·ý½ù¹úºî®)'
Start time: Friday, September 27, 2019 8:32:42 AM
Warning: function getProgramNameAsInt does not always return a value
Warning: function getProgramNameAsInt does not always return a value
Warning: function getProgramNameAsString does not always return a value
Code page changed to '20127 (ASCII-×—.à .Ñ‘.)'
Post processor engine: 4.3.0 45264
Configuration path: C:\Users\ria\AppData\Roaming\Autodesk\Fusion 360 CAM\Posts\haas st-20.cps
Include paths: C:\Users\ria\AppData\Roaming\Autodesk\Fusion 360 CAM\Posts
Configuration modification date: Wednesday, September 25, 2019 1:38:52 PM
Output path: C:\Users\ria\Desktop\tassos\Post Process (G - code)\9998.nc
Checksum of intermediate NC data: f0d60177b770aca9787bfe28f71d5abc
Checksum of configuration: eadd42c234130ed31d2f47cd9245fb29
Vendor url: https://www.haascnc.com
Legal: Copyright (C) 2012-2019 by Autodesk, Inc.
Generated by: Fusion 360 CAM 2.0.6440
...
Error: Cycle parameter 'marker' after first move.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Failed to execute configuration.
Stop time: Friday, September 27, 2019 8:32:42 AM
Post processing failed.
This Error: Cycle parameter 'marker' after first move. refers to internal profile operation with G71 for sure.
Hope i helped.