diff --git a/README.md b/README.md
index ee038ef..8ca6755 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,10 @@ not conflict with other ChiliPeppr widgets.
| ID | com-chilipeppr-widget-autolevel |
| Name | Widget / Auto-Level |
| Description | Allows you to auto-level your PCB before milling. Most raw PCB boards have a slight warpage. This widget lets you probe the warpage and then it auto-scales your Gcode to match the warpage so you get very clean/predictable z-positions in your milling job. |
-| chilipeppr.load() URL | http://raw.githubusercontent.com/raykholo/grbl-widget-autolevel/master/auto-generated-widget.html |
-| Edit URL | http://ide.c9.io/raykholo/grbl-widget-autolevel |
-| Github URL | http://github.com/raykholo/grbl-widget-autolevel |
-| Test URL | https://preview.c9users.io/raykholo/grbl-widget-autolevel/widget.html |
+| chilipeppr.load() URL | http://raw.githubusercontent.com/jpadie/widget-grbl-autolevel/master/auto-generated-widget.html |
+| Edit URL | http://ide.c9.io/jpadie/grblautolevel |
+| Github URL | http://github.com/jpadie/widget-grbl-autolevel |
+| Test URL | https://preview.c9users.io/jpadie/grblautolevel/widget.html |
## Example Code for chilipeppr.load() Statement
@@ -33,7 +33,7 @@ $("body").append('<' + 'div id="myDivWidgetAutolevel"><' + '/div>');
chilipeppr.load(
"#myDivWidgetAutolevel",
- "http://raw.githubusercontent.com/raykholo/grbl-widget-autolevel/master/auto-generated-widget.html",
+ "http://raw.githubusercontent.com/jpadie/widget-grbl-autolevel/master/auto-generated-widget.html",
function() {
// Callback after widget loaded into #myDivWidgetAutolevel
// Now use require.js to get reference to instantiated widget
@@ -132,7 +132,7 @@ The table below shows, in order, the methods and properties inside the widget/el
- | id | string | "com-chilipeppr-widget-autolevel" |
| url | string | "http://raw.githubusercontent.com/raykholo/grbl-widget-autolevel/master/auto-generated-widget.html" |
| fiddleurl | string | "http://ide.c9.io/raykholo/grbl-widget-autolevel" |
| githuburl | string | "http://github.com/raykholo/grbl-widget-autolevel" |
| testurl | string | "http://grbl-widget-autolevel-raykholo.c9users.io/widget.html" |
| name | string | "Widget / Auto-Level" |
| desc | string | "Allows you to auto-level your PCB before milling. Most raw PCB boards have a slight warpage. This widget lets you probe the warpage and then it auto-scales your Gcode to match the warpage so you get very clean/predictable z-positions in your milling job." |
| publish | object | Please see docs above. |
| subscribe | object | Please see docs above. |
| foreignPublish | object | Please see docs above. |
| foreignSubscribe | object | Please see docs above. |
| init | function | function () |
| showData | function | function () |
| loadText | function | function () |
| deleteRecentFiles | function | function () |
| createRecentFileEntry | function | function (fileStr, info) |
| buildRecentFileMenu | function | function () |
| loadFileFromLocalStorageKey | function | function (key) |
| loadTestData | function | function (data) |
| matrix | object | |
| previousLayerOpacities | object | |
| toggleShowMatrix | function | function () |
| isMatrixShowing | boolean | |
| showProbeMatrix | function | function () |
| hideProbeMatrix | function | function () |
| refreshProbeMatrix | function | function () |
| isFadeOutUserObject | boolean | |
| fadeOutUserObject | function | function () |
| unfadeOutUserObject | function | function () |
| sendGcodeToWorkspace | function | function () |
| envelopeView | function | function (evt, opts) |
| autolevelledGcode | object | |
| envelope | function | function (options) |
| getUnitMesh | function | function () |
| rayCast | function | function () |
| exaggerateMult | number | |
| setExaggerate | function | function (evt) |
| probeMesh | object | |
| drawMatrix | function | function () |
| removeMatrix | function | function () |
| onDisplay | function | function () |
| onUndisplay | function | function () |
| runTestProbe | function | function () |
| startAutoLevel | function | function () |
| stopAutoLevel | function | function () |
| formUpdate | function | function () |
| probes | object | |
| maxx | object | |
| maxy | object | |
| genProbeGcode | function | function () |
| modalComplete | function | function () |
| genProbeSteps | function | function () |
| currentStep | object | |
| isPaused | boolean | |
| pause | function | function () |
| doNextStep | function | function () |
| probeResponse | function | function (result) |
| send | function | function (gcode) |
| statEl | object | |
| status | function | function (txt) |
| zsettings | object | |
| modalStart | function | function () |
| autoFillData | function | function () |
| user3dObject | object | |
| recv3dObject | function | function (obj) |
| get3dObjectFrom3dViewer | function | function () |
| bboxHelper | object | |
| getBbox | function | function () |
| calcSteps | function | function () |
| toggleProbeArea | function | function () |
| regionObj | object | |
| isRegionShowing | boolean | |
| addRegionTo3d | function | function () |
| removeRegionFrom3d | function | function () |
| makeSprite | function | function (vals) |
| makeSpriteOld | function | function (vals) |
| makeSprite2 | function | function (vals) |
| createText | function | function (text) |
| forkSetup | function | function () |
+ | id | string | "com-chilipeppr-widget-autolevel" |
| url | string | "http://raw.githubusercontent.com/jpadie/widget-grbl-autolevel/master/auto-generated-widget.html" |
| fiddleurl | string | "http://ide.c9.io/jpadie/grblautolevel" |
| githuburl | string | "http://github.com/jpadie/widget-grbl-autolevel" |
| testurl | string | "http://grblautolevel-jpadie.c9users.io/widget.html" |
| name | string | "Widget / Auto-Level" |
| desc | string | "Allows you to auto-level your PCB before milling. Most raw PCB boards have a slight warpage. This widget lets you probe the warpage and then it auto-scales your Gcode to match the warpage so you get very clean/predictable z-positions in your milling job." |
| publish | object | Please see docs above. |
| subscribe | object | Please see docs above. |
| foreignPublish | object | Please see docs above. |
| foreignSubscribe | object | Please see docs above. |
| init | function | function () |
| showData | function | function () |
| loadText | function | function () |
| deleteRecentFiles | function | function () |
| createRecentFileEntry | function | function (fileStr, info) |
| buildRecentFileMenu | function | function () |
| loadFileFromLocalStorageKey | function | function (key) |
| loadTestData | function | function (data) |
| matrix | object | |
| previousLayerOpacities | object | |
| toggleShowMatrix | function | function () |
| isMatrixShowing | boolean | |
| showProbeMatrix | function | function () |
| hideProbeMatrix | function | function () |
| refreshProbeMatrix | function | function () |
| isFadeOutUserObject | boolean | |
| fadeOutUserObject | function | function () |
| unfadeOutUserObject | function | function () |
| sendGcodeToWorkspace | function | function () |
| envelopeView | function | function (evt, opts) |
| autolevelledGcode | object | |
| envelope | function | function (options) |
| getUnitMesh | function | function () |
| rayCast | function | function () |
| exaggerateMult | number | |
| setExaggerate | function | function (evt) |
| probeMesh | object | |
| drawMatrix | function | function () |
| removeMatrix | function | function () |
| onDisplay | function | function () |
| onUndisplay | function | function () |
| runTestProbe | function | function () |
| startAutoLevel | function | function () |
| stopAutoLevel | function | function () |
| formUpdate | function | function () |
| probes | object | |
| maxx | object | |
| maxy | object | |
| genProbeGcode | function | function () |
| modalComplete | function | function () |
| genProbeSteps | function | function () |
| currentStep | object | |
| isPaused | boolean | |
| pause | function | function () |
| doNextStep | function | function () |
| probeResponse | function | function (result) |
| send | function | function (gcode) |
| statEl | object | |
| status | function | function (txt) |
| zsettings | object | |
| modalStart | function | function () |
| autoFillData | function | function () |
| user3dObject | object | |
| recv3dObject | function | function (obj) |
| get3dObjectFrom3dViewer | function | function () |
| bboxHelper | object | |
| getBbox | function | function () |
| calcSteps | function | function () |
| toggleProbeArea | function | function () |
| regionObj | object | |
| isRegionShowing | boolean | |
| addRegionTo3d | function | function () |
| removeRegionFrom3d | function | function () |
| makeSprite | function | function (vals) |
| makeSpriteOld | function | function (vals) |
| makeSprite2 | function | function (vals) |
| createText | function | function (text) |
| forkSetup | function | function () |
| interPolator | object | |
diff --git a/auto-generated-widget.html b/auto-generated-widget.html
index 06c7e4d..c90b28f 100644
--- a/auto-generated-widget.html
+++ b/auto-generated-widget.html
@@ -89,9 +89,11 @@
@@ -2204,6 +2751,8 @@ Matrix Updates While Probing