KEYES ROSTOK Manual And Manual page 91

Table of Contents

Advertisement

Additionally to the above, Teacup Firmware uses M106 to control general devices. It supports the
additional P parameter, which is an zero-based index into the list of heaters/devices in config.h.
Example: M106 P2 S255
Turn on device #3 at full speed/wattage.
Note: When turning on a temperature sensor equipped heater with M106 and M104 at the same
time, temperature control will override the value given in M106 quickly.
M107: Fan Off
Deprecated in Teacup firmware. Use M106 S0 instead..
M108: Set Extruder Speed
Sets speed of extruder motor. (Deprecated in FiveD firmware, see M113)
M109: Set Extruder Temperature and Wait
Support
M109 in Teacup
Not needed. To mimic Marlin behaviour, use
M109 in Marlin, Sprinter (ATmega port)
Set Extruder Temperature and Wait
Example: M109 S185
M109 in Sprinter (4pi port)
Parameters: S (optional), set target temperature value. If not specified, waits for the temperature
set by M104. R (optional), sets target temperature range maximum value.
Example: M109 S185 R240 //sets extruder temperature to 185 and waits for the temperature to be
between 185 - 240.
If you have multiple extruders, use T or P parameter to specify which extruder you want to
set/wait.
Another way to do this is to use G10.
M110: Set Current Line Number
Example: M110 N123
Set the current line number to 123. Thus the expected next line after this command will be 124.
FiveD
Teacup
???
not needed see text
M104
followed by M116.
FiveD
Teacup
Support
???
not needed
89
Sprinter Marlin Repetier
yes
???
Sprinter
Marlin
???
???
Repetier
???

Advertisement

Table of Contents
loading

Table of Contents