I use MaxCut together with Coohom. Coohom exports a cutting list as a CSV file, and I import this file into MaxCut.
The problem is with the “Can rotate” field. In my CSV file, I have a 0/1 value which means whether the part has grain direction.
In my case:
1 = the part has grain direction, so it should not rotate
0 = the part has no grain direction, so it can rotate
But when I map this field to “Can rotate” in MaxCut, the result is opposite:
1 becomes “Can rotate”
0 becomes “Cannot rotate”
It would be very useful to have an option during CSV import to invert a mapped field value.
For example:
CSV value 1 → MaxCut value 0
CSV value 0 → MaxCut value 1
This would make CSV import much easier for Coohom users and for users of other design software where grain direction is exported as 0/1.