What is the reason for not treating extruder temp as spindle speed? It
already has the on/off/set functionality. Also, if you use the
spindle-at-speed in the HAL LinuxCNC will pause until the extruder gets up
to temp before doing any feed moves (though, I think, it will still be able
to home and rapid).

This is one of the things that has annoyed me about the RepRap folks, they
go inventing a bunch of M-codes to do what standard codes should already be
able to do in a proper controller.


On Fri, Apr 18, 2014 at 5:05 PM, Bas de Bruijn <[email protected]>wrote:

>
> On 18 Apr 2014, at 21:39, Bas de Bruijn <[email protected]> wrote:
>
> > Hi,
> > I'm working on remapping M109/M106/M104 to something like M209 etcetera.
> I came across thishttp://
> reprap.org/wiki/Talk:G-code#M104_.26_M109_Deprecation.2C_G10_Introductionand 
> I'm wondering about the way to continue.
> >
> > The M104 used in reprap style devices is for setting the temperature of
> the hot end, and M109 will also wait for the temperature to be reached
> before continuing.
> >
> > I'm wondering what is the right way to go.
> > How do you normally use tools which are heated? You have to switch those
> tools on/of/set temperature. Is G10 the preferred way?
> > Basically the temperature is dependant of the process (slicing, material
> etc) and not dependant on the tool per se.
> >
> > the following could be done:
> > - set the temperature of the tool with a G10
> > - internally have the "set" temperature of that tool connected with the
> wcomp function
> > - than wait with M66 on the out bit of the wcomp function?
> >
> > with G10 and M66 you could re-use basic functions.
>
> > any thoughts on the logical and right way to do this?
> please don’t misread as in: would you please program this for me.
> I refer to the use of the G10 and M66 instead of writing a “custom”
> solution
>
> > Thanks
> > Bas
> >
> ------------------------------------------------------------------------------
> > Learn Graph Databases - Download FREE O'Reilly Book
> > "Graph Databases" is the definitive new guide to graph databases and
> their
> > applications. Written by three acclaimed leaders in the field,
> > this first edition is now available. Download your free book today!
> > http://p.sf.net/sfu/NeoTech
> > _______________________________________________
> > Emc-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/emc-users
>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech
> _______________________________________________
> Emc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to