Hello Guest it is April 26, 2024, 10:10:13 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - barryn56

Pages: « 1 2 3
21
Good idea, I'll try that.

22
I had high hopes, though there seemed to be no difference in the post Javascript, but no - same issue. Thought I would post some details here of the machine definition, in case that has something to do with it.  :(

And the error:

Information: Configuration: Mach4Mill
Information: Vendor: Artsoft
Information: Posting intermediate data to 'C:\Users\User\AppData\Local\Fusion 360 CAM\nc\1001.nc'
Error: Failed to post process. See below for details.
...
Code page changed to '1252  (ANSI - Latin I)'
Start time: Thursday, June 11, 2020 12:00:19 AM
Loading locale from 'c:\users\user\appdata\local\autodesk\webdeploy\production\1f559bb8ae333199306b5c4f1fe680c6eb7ab9e0\applications\cam360\data\posts\common.en.lang'
Code page changed to '20127 (US-ASCII)'
Post processor engine: 4.5663.0
Configuration path: c:\users\user\appdata\local\autodesk\webdeploy\production\1f559bb8ae333199306b5c4f1fe680c6eb7ab9e0\applications\cam360\data\posts\mach4mill.cps
Include paths: c:\users\user\appdata\local\autodesk\webdeploy\production\1f559bb8ae333199306b5c4f1fe680c6eb7ab9e0\applications\cam360\data\posts
Configuration modification date: Wednesday, June 10, 2020 11:20:02 PM
Output path: C:\Users\User\AppData\Local\Fusion 360 CAM\nc\1001.nc
Checksum of intermediate NC data: 7720f01aa8be9125834a39cad2271931
Checksum of configuration: 31497b50757641ec0e0985e56b643eb4
Vendor url: http://www.machsupport.com
Legal: Copyright (C) 2012-2020 by Autodesk, Inc.
Generated by: Fusion 360 CAM 2.0.8412
...

###############################################################################
Error: Error: Direction is not supported for machine configuration.
Error at line: 1

Stack dump:
("Direction is not supported for machine configuration.")@:0
onOpen()@c:\users\user\appdata\local\autodesk\webdeploy\production\1f559bb8ae333199306b5c4f1fe680c6eb7ab9e0\applications\cam360\data\posts\mach4mill.cps:220
Failed while processing onOpen().
###############################################################################

Error: Failed to invoke function 'onOpen'.
Error: Failed to invoke 'onOpen' in the post configuration.
Error: Failed to execute configuration.
Stop time: Thursday, June 11, 2020 12:00:19 AM
Post processing failed.


23
Thanks - I will take a look! :D I did try other PPs, and produced some .nc files, which were also errors, not G-Code. I did set z axis as the rotational axis. I will post back if I can get this working.

24
Yes, done that - doesn't work. Then the error is about direction... here's my Mach3 onOpen section:

function onOpen() {
  if (properties.useRadius) {
    maximumCircularSweep = toRad(90); // avoid potential center calculation errors for CNC
  }

  if (properties.fourthAxisAround != "none") {
    var aAxis = createAxis({coordinate:0, table:true, axis:[(properties.fourthAxisAround == "x") ? -1 : 0, (properties.fourthAxisAround == "y") ? -1 : 0, 0], cyclic:true, preference:0});
    machineConfiguration = new MachineConfiguration(aAxis);

    setMachineConfiguration(machineConfiguration);
    optimizeMachineAngles2(1); // map tip mode
  }

I also started to look at Youtube videos to learn Javascript so I could program my own, so yes, I did substitute the direct codes, rather than relying on the values in the variables. Same issue. If anyone actually has this working using Mach3 post using the multi axis (not wrap) option, be good to hear!

25
I have the same problem, and spent a day trying different posts, configurations, etc. and still no luck. I suspect this is not supported yet.

Pages: « 1 2 3