LaserWeb4 icon indicating copy to clipboard operation
LaserWeb4 copied to clipboard

Machine Profile Load Does Nothing

Open jbarker2160 opened this issue 3 years ago • 1 comments
trafficstars

Follow this steps to open an issue

  • [x] If refers software, include Workspace.json. This is available on CAM tab top, Workspace -> Save. Prepare your work, save workspace.json, rename as workspace.json.txt and attach in this issue. All resources regarding the issue should be attached (SVG files, images, etc.). An issue opened without resources will be automatically closed upon inspection

  • [x] If refers hardware, include enough images, log files, and optionally videos (or link to a Cloud Drive folder) to inspect Ortur LM2.txt

When I try to add a machine profile via JSON, none of the machine values update and there is no error or success message or really any acknowledgement that anything happened at all.

jbarker2160 avatar Jun 27 '22 19:06 jbarker2160

Your txt (json) file is not valid.

  • The profile name should not start with *. These are only for internal default profiles.
  • Then, there is a , missing after the machineLabel.
  • And the profile is not complete.

The Load and Save Machine Profiles function is made to copy all machine settings from one installation to another. It's not made to add just one profile.

The easyest way to add your own machine profile to the laserweb-profiles.json file is to make a new profile via the LaserWeb GUI and then save the machine profiles (to copy it to other installations or as backup).

Alternatively you can first export the laserweb-profiles.json and then expand it with your own profile via text editor.

cprezzi avatar Jul 04 '22 07:07 cprezzi