Tormach CNC Plasma Cutter Debugging: Difference between revisions
From PS:1 Wiki Dev
Jump to navigationJump to search
Content deleted Content added
Makelemonade (talk | contribs) Debug courtesy of tachonight/Ron Olson on #hotmetalshop slack |
update |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
Check |
Check |
||
# Is the blue light on the button by the power switch? |
|||
# Did you hit the reset button in pathpilot? |
|||
# Does the torch move on the Z axis? |
|||
# Is the "Machine OK" status light on? |
|||
# Did you reference X, Y and Z? |
|||
Known issue with the MrFluffles post processor as of May 4 2023. Updated August 22, 2023 |
|||
The post-processor is adding feed speed, cut height and a dwell command after the M200 command. This overrides the settings of the AutoFS stock picker in Pathpilot. |
|||
If you picked the correct tool/settings for your material in Sheetcam this shouldn't be an issue. However, using the same Gcode for different materials will likely lead to less-than-optimal cuts. The extra dwell after the pierce operation (G16) can be eliminated by setting the pierce delay in Sheetcam to zero. |
|||
Latest revision as of 12:34, 22 August 2023
Message: *Button only permitted when machines is in state(s): referenced and idle, g-code program paused, g-code program running*
Check
- Is the blue light on the button by the power switch?
- Did you hit the reset button in pathpilot?
- Does the torch move on the Z axis?
- Is the "Machine OK" status light on?
- Did you reference X, Y and Z?
Known issue with the MrFluffles post processor as of May 4 2023. Updated August 22, 2023 The post-processor is adding feed speed, cut height and a dwell command after the M200 command. This overrides the settings of the AutoFS stock picker in Pathpilot. If you picked the correct tool/settings for your material in Sheetcam this shouldn't be an issue. However, using the same Gcode for different materials will likely lead to less-than-optimal cuts. The extra dwell after the pierce operation (G16) can be eliminated by setting the pierce delay in Sheetcam to zero.