Download MeshCAM
Get a registration code here if you don't already have one.
Looking for older MeshCAM releases? Click here.
MeshCAM V9 Beta
Build 46 for Windows. Released on Feb 08, 2023.
Build 51 for Mac/OSX. Released on May 17, 2023.
--> // // // // // // // // // // // // // // // // // // // // // // // // // // // const url='/files/v9/46/changes.txt'; fetch(url, { method: 'GET', headers: { 'X-Requested-With': 'XMLHttpRequest', }, }) .then(response => response.text()) .then(text => { //put all numbers at the start of the line between tags text = text.replace(/(\n\d+)/g, '\n$1') text = text.replace(/(^\d+)/g, '$1') //replace /n withtext = text.replace(/\n/g, '
');; console.log(text); changeText = text; changes = true; })" x-text="changes?'Hide Changes':'Show Changes'" class="pointer">See Changes