I seem to get a problem when running a larger file. The code will only execute to the very same line every time. It would seem to be 100 lines of Gcode.
评论 (5)
#2 – mariusl 于 2011-07-30
Simen,
Thanks for the reply. I have just downloaded the edge branch. I saw
somewhere there was a fix done for the circular buffer overflow problem.
I am trying to merge my code with the edge code and then see if it is
fixed. I have done some modifications already to suit my PC application
that feeds the controller. You can still use the $ dump and update
feature but I added some commands to get status from the controller as
well as the settings in one string format.
I am not having much fun with GIT as I never used it before so my merge
is a manual one.
On 2011/07/30 10:55 PM, simen wrote:
> I saw your mail with the code in question and can’t see anything wrong with it except perhaps the feed rate could be a bit on the high side? That of course depends on your settings. Could you also give me a dump of your current settings (command $) so that I could try to replicate the problem when I get the time?
##
Regards / Groete
Marius D. Liebenberg
MasterCut cc
Cel: +27 82 698 3251
Tel: +27 12 743 6064
Fax: +27 86 551 8029
Skype: marius_d.liebenberg
Skype Me™! skype:marius_d.liebenberg?call
Get Skype http://www.skype.com/go/download and call me for free.
#3 – chamnit 于 2012-01-19
Closed issue. Could not reproduce problem and have successfully run very large programs myself on the order of 1000lines or more. This is likely a case of an interface problem and should be resolved by using the updated Python streaming scripts.
#4 – mariusl 于 2012-01-19
Thanks Sonny. I have been using the edge branch and had no problem. I see that you merged the master with your code. How do I tell the difference between the edge functionality and the master?
#5 – chamnit 于 2012-01-19
The master was the v0.7 branch in my fork. A readme at the bottom of the main page, there is a short list of differences between the old v0.6 master and the new master. I will have to spend some time straightening some stuff out to make it more clear on what is what.
As for the edge branch, this is the same as the chamnit/grbl edge branch. A developmental version for v0.8. At the bottom of the edge branch page, there is a similar list comparing the now v0.7 master and the new edge. The main things are feed holds, resuming, a preliminary real-time position reporting, and system reset. I will also be adding some pages to the wiki for instructions… but for now try reviewing the config.h file for what the commands are.
#1 – simen 于 2011-07-30
I saw your mail with the code in question and can’t see anything wrong with it except perhaps the feed rate could be a bit on the high side? That of course depends on your settings. Could you also give me a dump of your current settings (command $) so that I could try to replicate the problem when I get the time?