├── LICENSE ├── README.md ├── docs ├── anleitung.md ├── images │ ├── machine-coordinates.jpg │ ├── new_tool_position.jpg │ ├── old_tool_position.jpg │ ├── spindle_zero.jpg │ └── z-position.jpg └── manual.md ├── go_to_g30.ngc ├── lies_mich.md ├── m300.ngc ├── m500.ngc ├── m600.ngc ├── m601.ngc └── tool_touch_off.ngc /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TooTall18T/tool_length_probe/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TooTall18T/tool_length_probe/HEAD/README.md -------------------------------------------------------------------------------- /docs/anleitung.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TooTall18T/tool_length_probe/HEAD/docs/anleitung.md -------------------------------------------------------------------------------- /docs/images/machine-coordinates.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TooTall18T/tool_length_probe/HEAD/docs/images/machine-coordinates.jpg -------------------------------------------------------------------------------- /docs/images/new_tool_position.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TooTall18T/tool_length_probe/HEAD/docs/images/new_tool_position.jpg -------------------------------------------------------------------------------- /docs/images/old_tool_position.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TooTall18T/tool_length_probe/HEAD/docs/images/old_tool_position.jpg -------------------------------------------------------------------------------- /docs/images/spindle_zero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TooTall18T/tool_length_probe/HEAD/docs/images/spindle_zero.jpg -------------------------------------------------------------------------------- /docs/images/z-position.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TooTall18T/tool_length_probe/HEAD/docs/images/z-position.jpg -------------------------------------------------------------------------------- /docs/manual.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TooTall18T/tool_length_probe/HEAD/docs/manual.md -------------------------------------------------------------------------------- /go_to_g30.ngc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TooTall18T/tool_length_probe/HEAD/go_to_g30.ngc -------------------------------------------------------------------------------- /lies_mich.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TooTall18T/tool_length_probe/HEAD/lies_mich.md -------------------------------------------------------------------------------- /m300.ngc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TooTall18T/tool_length_probe/HEAD/m300.ngc -------------------------------------------------------------------------------- /m500.ngc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TooTall18T/tool_length_probe/HEAD/m500.ngc -------------------------------------------------------------------------------- /m600.ngc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TooTall18T/tool_length_probe/HEAD/m600.ngc -------------------------------------------------------------------------------- /m601.ngc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TooTall18T/tool_length_probe/HEAD/m601.ngc -------------------------------------------------------------------------------- /tool_touch_off.ngc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TooTall18T/tool_length_probe/HEAD/tool_touch_off.ngc --------------------------------------------------------------------------------