Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
m3 [2017/01/25 15:05] arthur |
m3 [2021/02/22 16:54] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | [[f> | + | < |
+ | <!-- Original Wikidot-time syntax, auto-replaced: | ||
+ | <!-- Original Wikidot-time syntax, auto-replaced: | ||
+ | <img src="/ | ||
+ | </ | ||
+ | <img src="/ | ||
+ | </ | ||
== M3 G-code | == M3 G-code | ||
Line 7: | Line 13: | ||
A spindle is a controlled motor that turns a tool ( endmill ) at a given speed to allow it to remove material from the workpiece. | A spindle is a controlled motor that turns a tool ( endmill ) at a given speed to allow it to remove material from the workpiece. | ||
- | The M3 command must be accompanied by a {{S}} parameter which sets the speed of rotation. | + | The M3 command must be accompanied by a <kbd>S</ |
- | [[M5]] | + | M3's evil twin is the [[M5]] |
=== Format | === Format | ||
Line 15: | Line 21: | ||
The command is used as such : | The command is used as such : | ||
- | [[code]] | + | <code> |
M3 S1000 | M3 S1000 | ||
- | [[/code]] | + | </code> |
Which means : start the spindle and make it turn at 1000 rotations per minute. | Which means : start the spindle and make it turn at 1000 rotations per minute. | ||
Line 23: | Line 29: | ||
=== Parameters | === Parameters | ||
- | ||~ Parameter | + | ^ Parameter |
- | || {{S}} || The spindle must turn at this speed in rotations per minute | + | | <kbd>S</ |
=== Configuration | === Configuration | ||
- | The spindle functionality of Smoothie is configured via the [/ | + | The spindle functionality of Smoothie is configured via the [[/ |
=== Further reading | === Further reading | ||
These resources are used as references for Gcode : | These resources are used as references for Gcode : | ||
- | * [http:// | + | * [[http:// |
- | * [http:// | + | * [[http:// |