Re: [Machinekit] M-Code errors

2017-08-31 Thread Daren Schwenke
Up to 2.3.1 works with his walkthrough. On Thursday, August 31, 2017 at 9:01:58 AM UTC-4, Pranav Pandey wrote: > > No, I didn't use the Cura 2.1.3. I am using the latest version 2.7. I will > try with the 2.1.3 version once > > On 31 Aug 2017 18:11, "Bas de Bruijn" > > wrote: > >> >> On 31 Aug 2

Re: [Machinekit] M-Code errors

2017-08-31 Thread Pranav Pandey
No, I didn't use the Cura 2.1.3. I am using the latest version 2.7. I will try with the 2.1.3 version once On 31 Aug 2017 18:11, "Bas de Bruijn" wrote: > > On 31 Aug 2017, at 14:11, Pranav Pandey wrote: > > It clearly states you are missing a ‘P’ argument >> so take a look at your g-code where

Re: [Machinekit] M-Code errors

2017-08-31 Thread Bas de Bruijn
> On 31 Aug 2017, at 14:11, Pranav Pandey wrote: > > It clearly states you are missing a ‘P’ argument > so take a look at your g-code where M190 is used and see if it has a P > argument > > Yes, It was the first thing I did. I forgot to mention the g-code. > > M190 S60 > > This is the one g

Re: [Machinekit] M-Code errors

2017-08-31 Thread Pranav Pandey
> > It clearly states you are missing a ‘P’ argument > so take a look at your g-code where M190 is used and see if it has a P > argument > Yes, It was the first thing I did. I forgot to mention the g-code. M190 S60 This is the one generated by Cura plugin with Mach3 flavor. I want to try run

Re: [Machinekit] M-Code errors

2017-08-31 Thread Bas de Bruijn
> On 31 Aug 2017, at 13:28, Pranav Pandey wrote: > > well, the first line states your problem. A file isn’t found. so you probably > have a path problem. > please do read these informations carefully. because it will give you clues. > > to get the location of the file (which should be availabl

Re: [Machinekit] M-Code errors

2017-08-31 Thread Pranav Pandey
> > well, the first line states your problem. A file isn’t found. so you > probably have a path problem. > please do read these informations carefully. because it will give you > clues. > > to get the location of the file (which should be available) on your system > type > in the terminal: “sud

Re: [Machinekit] M-Code errors

2017-08-31 Thread Bas de Bruijn
> On 31 Aug 2017, at 11:30, Pranav Pandey wrote: > > Just try it out. > > Copy the file to the BBB and choose that new config when you start Machinekit > and test it out. > > Tried out with new config file. > > On starting with the config. I get a window saying "LinuxCNC terminated with > a

Re: [Machinekit] M-Code errors

2017-08-31 Thread Pranav Pandey
> > Just try it out. > > Copy the file to the BBB and choose that new config when you start > Machinekit and test it out. > Tried out with new config file. On starting with the config. I get a window saying "LinuxCNC terminated with an error.". And a list of file information. Here is the *Deb

Re: [Machinekit] M-Code errors

2017-08-31 Thread Bas de Bruijn
On 31 Aug 2017, at 10:31, Pranav Pandey wrote: >> You're missing the remap section I pointed to in the previous post > > I have copied the remap section in the existing CRAMPS .ini file. Please > check the link here: > https://github.com/pranav451/Test-file/blob/master/CRAMPS_config_new.ini

Re: [Machinekit] M-Code errors

2017-08-31 Thread Pranav Pandey
> > You're missing the remap section I pointed to in the previous post > I have copied the remap section in the existing CRAMPS .ini file. Please check the link here: https://github.com/pranav451/Test-file/blob/master/CRAMPS_config_new.ini Is this correct? If Yes, then after I replaced the .i

Re: [Machinekit] M-Code errors

2017-08-31 Thread Bas de Bruijn
On 31 Aug 2017, at 09:13, Pranav Pandey wrote: >> I mean the link to the configuration you use. the .INI file you load > > Ahh!. I misunderstood this to the g-code file I am uploading. > > Here is the link to the configuration .ini file > > https://github.com/machinekit/machinekit/blob/maste

Re: [Machinekit] M-Code errors

2017-08-31 Thread Pranav Pandey
> > I mean the link to the configuration you use. the .INI file you load > Ahh!. I misunderstood this to the g-code file I am uploading. Here is the link to the configuration .ini file https://github.com/machinekit/machinekit/blob/master/configs/ARM/BeagleBone/CRAMPS/CRAMPS.ini -- website:

Re: [Machinekit] M-Code errors

2017-08-31 Thread Bas de Bruijn
> On 31 Aug 2017, at 08:50, Pranav Pandey wrote: > > Link please (no attachment, I won't open it) to exact file, either on > Machinekit repository or your own github fork > > Apologies. I am new to these. Here is a link: > > https://raw.githubusercontent.com/pranav451/Test-file/master/Test9

[Machinekit] M-Code errors

2017-08-29 Thread Pranav Pandey
I am using CRAMPS configuration on machine kit running on BBB. For slicing I am using the Slic3r 1.2.9 release. On importing g-code from Slic3r into the Axis UI I am getting errors like "Unknown M Code Mxx, Mxx.." Is there a possible solution for it? Thanks Pranav -- website: http://www.machi

[Machinekit] m code errors help

2016-12-10 Thread gary
m104 #!/bin/sh # M104: Set Extruder Temperature # Example: M104 P200 # Mandatory parameter 'P' specifies the temperature setpoint. halcmd sets e0.temp.set $1 exit 0 if I run m104 p200 I get the error missing o word m106 o<106> sub M68 E0 Q# o<106> end sub I get the error Named par