Fusion 360 & post processor

I’m giving them the benefit of the doubt here. If it’s something nefarious, that would make no sense to me.

he he )

[attachment file=77806]

[attachment file=77805]

Maybe it’s a script. first version of first post had 2 links: to github and to thier site of PP library. and it was my first post on the forum. Then i edit it and remove links. No success. I reported abuse twice. no succeess.
Then I wrote second post without any links at all. No success. reported abuse about hat post too. no success.
So all I can is just waiting that some time a moderator maybe will check that reports and unban the post. or not unban )

I would guess you’re waiting until Monday morning.

probaly you right. lets see
but honestly if this is script - it is too aggressive as for me. it can just cut the links and/or do not ban the account for future posts. first time when i see such thing

My anti-spam Akismet would have blocked you. Once it blocks it, if you try to post again it would just flag them all after that.

I have zero control, other than disable it. I know akismet is very widely used. Two external links (external to the forums) in first post are a pretty big flag from what I can tell. I get flagged and edited on my own Thingiverse comments for editing a comment more than once. Spam filters suck but without them there would be thousands of BS posts.

Smart spam bots/people, make a post, wait for it to clear and then go in and edit them to add links, so now edits are a flag as well. Best to always make a plain jane post and then add a second with other material and links.

We can’t even have Private messages anymore as the spam bots ruined that for me.

I thought they actually had a PP submission form?

I didn’t find. Description of Autodesk HSM plugin of Visual studio code said that the plugin can. But i didn’t get how

I just looked as well I don’t see the form anymore either. I have not tried with VS.

Vs is nice dev environment, has a lot of extentions. Not so sothisticated as “adult” Visual studio, but also very handy.

You may use it for build firmware if install PlatformIO extension. PlatformIO could flash furmware remotelly, with help of remote agent application

I use VS just never looked into the HSM plugin.

You guys was right. It’s automatic spam filter. Admin restored posts and gave his apologies.

Link so we can up vote it?

 

https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-marlin-a-few-questions/td-p/8439532
but I think it’s too early at the moment to somehow voting. let’s wait does someone at least answer questions

improved

jobUseArcs:true, // Produce G2/G3 for arcs
jobEnforceFeedrate:false, // Add feedrate to each movement line

now you can turn on enforce to write feedrate to every G0/G1/G2/G3

1 Like

Using V10 of the post processor, for Laser. Used a Tools of Laser, 1mm Kerf, and set my M106/M107 commands in the variables of the post processor. This used to work, but now I get

Information: Configuration: MPCNC posts processor
Information: Vendor: Autodesk, Inc.
Information: Posting intermediate data to ‘C:\Users\nicko\AppData\Local\Fusion 360 CAM\nc\1001.gcode’
Error: Failed to post process. See below for details.

Code page changed to ‘1252 (ANSI - Latin I)’
Start time: Monday, December 31, 2018 11:15:56 PM
Code page changed to ‘20127 (US-ASCII)’
Post processor engine: 4.2.1 42089
Configuration path: C:\Users\nicko\AppData\Roaming\Autodesk\Fusion 360 CAM\Posts\MPCNC_Fusion360_V10_SDcard.cps
Include paths: C:\Users\nicko\AppData\Roaming\Autodesk\Fusion 360 CAM\Posts
Configuration modification date: Sunday, December 18, 2016 3:30:50 AM
Output path: C:\Users\nicko\AppData\Local\Fusion 360 CAM\nc\1001.gcode
Checksum of intermediate NC data: c5f789060362b06a91200a459cd104c8
Checksum of configuration: d9f652ca00f05aed058647f23f6ef311
Vendor url: http://www.autodesk.com
Legal: Copyright © 2012-2013 by Autodesk, Inc.
Generated by: Fusion 360 CAM 2.0.5119

###############################################################################
Error: Radius compensation mode is not supported.
Error at line: 477
Error in operation: ‘2D Profile1’
Failed while processing onLinear() for record 193.
###############################################################################

Error: Failed to execute configuration.
Stop time: Monday, December 31, 2018 11:15:56 PM
Post processing failed.

 

 

 

I switched to the MPCNC_Mill_Laser.cps file dated 3.16.2017 and added in my P2 fan 2 variables to the laser control, and it is able to create good gcode. So for now I guess I have a second post processor I can use. Dunno why the V10 one I had been using quit working.

 

You may try to use new pp. Check the milling basics page

1 Like

I am working on my spindle control with the Ramps 1.4 on V1-Engineering Marlin DualEndStop EFB and it works fine on the D9 port with M106 command. I really would like to try giffys postprocessor with Fusion 360 but when using M3 command it tells me "echo unknown command: “M3"”.

Can you tell me why? And also on what pin is the output for M3 if it is working?

 

M3 is defined in config-adv.h, you need to enable it in the firmware and I am not sure if you can use D9 for that without other edits.