Sindarius / npm_gcodeviewer

Duplicate case labels found in switch case JS-0008
Bug risk
Major
a month agoa year old
Duplicate case label
 800                  break;
 801               case 'G59.1':
 802               case 'G59.2':
 803               case 'G59.2': 804                  this.currentWorkplace = (58.6 - Number(commands[commandIndex].substring(1))) * 10; 805                  this.currentPosition = this.workplaceOffsets[this.currentWorkplace].clone(); 806                  break; 807               case 'G90':
 808                  this.absolute = true;
 809                  break;