My Ground Control sometimes crashes when I try to open a G-Code file.
I create them all with Fusion 360.
Some work fine and some don’t.
Is there an Error log somewhere or can Fusion write Code, that CroundControl can*t handle?
Hmmm having the file would help me to figure out what’s going on.
There isn’t a log of what works and what doesnt, but the general policy is that if you find something which doesn’t work and send me the file I will make it work in the next release.
Using the Maslow post processor is a good idea if you are not
There is a log named ‘log.txt’. The location depends on the operating system:
Linux: in the GroundControl folder that you run from
Windows: in the ‘GroundControl-Windows.Portable.v1.xx\GroundControl\’ folder
OSX: in Finder, in the Applications folder, find the groundcontrol app, right-click on it and ‘Show Package Contents’ to open a window that lets you navigate to the right place. The GroundControl log file is in the ‘Contents/Resources/yourapp/’ folder.
I’m not sure of the restrictions, I think that new accounts are restricted from uploading for one day, but it could be less. Only some file types are allowed, you could try zipping it, the .zip file is allowed. I think .txt and .nc are allowed as well.
Which operating system are you using? I’ve not used Fusion to create a gcode file, but others here have. If I remember right, choosing the ‘grbl’ post processor from the list made files that worked. Which one did you use?
Here’s a way to find out more. If you can replace the “Launch Ground Control” file with the one in this zip filePauseoncrash.zip (178 Bytes) Ground Control will pause after crashing so we can see what the error message is!
I finally fount the time to check back on my (not really) broken G-Code and - Man, do I feel stupid now!-
Fount out, Ground Control doesn’t like blank spaces in filenames…
So, problem solved!
Thanks for the suggestions anyways!
I’m not sure, if the Filename was the problem, and right now I’m completely unable to check because about 1 hour after my last post, the whole crappy AEG-Router went up in flames!
It took my Z-Axis Motor and its cable with it. So bye bye CNC for now…
But I can at least attach the File here: Untersetzer 6mm-8mm Fräser-Ohne Bohrung.nc (800 Bytes)
I can’t think of anything else.
The machine was running and I went into the house to help my daughter who has a broken Arm at the moment.
A bit later I was surprised that it was so quiet in the shop, went out and the whole sled was already gone…
Unplugged everything and got the garden hose (hope, that’s the right Word)…
My instinct wouldn’t be to blame the router. An electric motor is not very likely to catch fire and they are very well tested. The router bit against the wood would be my guess. The friction of a dull bit against the wood, or if the bit is not moving can create friction and heat which can start a fire.
Would it be OK if we use your pictures in the next newsletter to remind folks to never leaver the machine running untended?
If I remember right when you get the lost USB connection error the machine just freezes (with the bit still embedded). Would be nice if certain error codes forced the Z-axis to the safety height.
Kivy on OSX doesn’t like the “ä” character combination. The OS and most applicatins seem to accept it, but Kivy posts this error:
File "/Applications/groundcontrol.app/Contents/Resources/yourapp/UIElements/viewMenu.py", line 92, in load
self.data.config.set('Maslow Settings', 'openFile', str(self.data.gcodeFile))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 58-59: ordinal not in range(128)