Solve the "Unsupported Coolant" error in Fusion 360 with our troubleshooting guide. Follow our steps to resolve the issue and ensure proper machine setup and coolant settings.
Issue
Error: "Unsupported '_______' coolant"
Answer
The Machine does not support this coolant
- Change the type of coolant selected in the operation mentioned
Error in operation: _________
The Machine does support this coolant
- Not familiar with Fusion 360 Posts?
- Contact support@dsi-mfg.com with a copy of this error and your current post processor
- Open the post-processor
- Search for "coolant"
- Add the comma + the M code for the coolant that is missing
- eg. , on: 8
- Comment with your initials and date to easily find your edits later
coolants: [
{ id: COOLANT_FLOOD, on: 8 }, // your initials and date here
{ id: COOLANT_MIST },
{ id: COOLANT_THROUGH_TOOL, on: 88, off: 89 },
{ id: COOLANT_AIR },
{ id: COOLANT_AIR_THROUGH_TOOL },
{ id: COOLANT_SUCTION },
{ id: COOLANT_FLOOD_MIST },
{ id: COOLANT_FLOOD_THROUGH_TOOL, on: [8, 88], off: [9, 89] },
{ id: COOLANT_OFF, off: 9 },
],