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#<P> o<106> end sub I get the error Named parameter not terminated. with m106 p255 any suggestions ? Thanks gary. -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/machinekit. For more options, visit https://groups.google.com/d/optout.
