// M92 - Set axis_steps_per_unit - same syntax as G92
// M92 - Set axis_steps_per_unit - same syntax as G92
// M114 - Output current position to serial port
// M114 - Output current position to serial port
// M115 - Capabilities string
// M115 - Capabilities string
// M117 - display message
// M119 - Output Endstop status to serial port
// M119 - Output Endstop status to serial port
// M140 - Set bed target temp
// M140 - Set bed target temp
// M190 - Wait for bed current temp to reach target temp.
// M190 - Wait for bed current temp to reach target temp.
@ -103,6 +104,7 @@
// M203 - Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in mm/sec
// M203 - Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in mm/sec
// M204 - Set default acceleration: S normal moves T filament only moves (M204 S3000 T7000) im mm/sec^2 also sets minimum segment time in ms (B20000) to prevent buffer underruns and M20 minimum feedrate
// M204 - Set default acceleration: S normal moves T filament only moves (M204 S3000 T7000) im mm/sec^2 also sets minimum segment time in ms (B20000) to prevent buffer underruns and M20 minimum feedrate
// M205 - advanced settings: minimum travel speed S=while printing T=travel only, B=minimum segment time X= maximum xy jerk, Z=maximum Z jerk
// M205 - advanced settings: minimum travel speed S=while printing T=travel only, B=minimum segment time X= maximum xy jerk, Z=maximum Z jerk
// M206 - set additional homeing offset
// M220 - set speed factor override percentage S:factor in percent
// M220 - set speed factor override percentage S:factor in percent
// M301 - Set PID parameters P I and D
// M301 - Set PID parameters P I and D
// M400 - Finish all moves
// M400 - Finish all moves
@ -130,7 +132,7 @@ volatile int feedmultiply=100; //100->1 200->2