Skip to content

Instantly share code, notes, and snippets.

@hoverdroids
hoverdroids / Mach3 Zero Probe Tool.txt
Last active June 16, 2016 21:25
Use this to zero the z-axis when using Mach3 and a Chinese 3020 CNC. Follow instructions at http://www.instructables.com/id/Mach3-Zero-Probe-Tool/
'VB Code Start
'-------------------
CurrentFeed = GetOemDRO(818)
DoSpinStop()
ZMove = 20.00 'Total lenght of Probe to move before Stop or no Contact Made.
ZOffset = 1.60 ' Plate Hight
ZSal = ZOffset + 2.00 '+ Free Hight, Will possition the Proble 2 MM over the Material.
StopZmove = 0
@hoverdroids
hoverdroids / PHPFiddle.orgFeatureOverview
Created June 10, 2015 07:22
PHPFiddle.org Feature Overview
This Gist is for the "PHPFiddle.org" feature overview at http://www.hoverdroids.com/2015/06/10/phpfiddle-org/ ‎
@hoverdroids
hoverdroids / Calling a JavaScript function from PHP
Last active August 29, 2015 14:22
Calling a JavaScript function from PHP
This Gist is for the "Calling a JavaScript function from PHP" example at http://www.hoverdroids.com/2015/06/10/calling-a-javascript-function-from-php/
@hoverdroids
hoverdroids / TestPhp.php
Created June 9, 2015 23:03
A simple test
<?php
echo "<a>A simple test</a>";
?>
@hoverdroids
hoverdroids / ExampleProject.txt
Last active August 29, 2015 14:22
An example Project
This is the example file so the gist gets an more readable name
@hoverdroids
hoverdroids / fiddle.html
Created June 9, 2015 21:43
Example Shoowing stuff
<p>fiddle.html</p>