From e2dadae9c61c304e9225d4138f9973f7bd5605fa Mon Sep 17 00:00:00 2001
From: Neil Gershenfeld <gersh@cba.mit.edu>
Date: Sat, 22 Sep 2018 16:56:50 -0400
Subject: [PATCH] working on 3D rough

---
 modules/processes/mill/raster/3D/rough | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/modules/processes/mill/raster/3D/rough b/modules/processes/mill/raster/3D/rough
index 96193de..1d137b4 100644
--- a/modules/processes/mill/raster/3D/rough
+++ b/modules/processes/mill/raster/3D/rough
@@ -94,6 +94,11 @@ var outputs = {
          mods.output(mod,'offset',pixels)
          }
       },
+   depth:{type:'',
+      event:function(){
+         mods.output(mod,'depth',0)
+         }
+      },
    toolpath:{type:'',
       event:function(){
          cmd = {}
-- 
GitLab