Skip to content

Commit

Permalink
fixed case of othermill, node.js dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fibasile committed Apr 16, 2016
1 parent 3ef36cc commit e46fe73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mods.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<a href=outputs/mod_G.js>outputs/mod_G.js</a><br>
<a href=outputs/mod_outputs.js>outputs/mod_outputs.js</a><br>
<a href=outputs/mod_Oxford.js>outputs/mod_Oxford.js</a><br>
<a href=outputs/mod_Othermill.js>outputs/mod_Othermill.js</a><br>
<a href=outputs/mod_othermill.js>outputs/mod_Othermill.js</a><br>
<a href=outputs/mod_Roland_mill.js>outputs/mod_Roland_mill.js</a><br>
<a href=outputs/mod_Roland_vinyl.js>outputs/mod_Roland_vinyl.js</a><br>
<a href=outputs/mod_Shopbot.js>outputs/mod_Shopbot.js</a><br>
Expand Down
2 changes: 1 addition & 1 deletion outputs/mod_outputs.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ define(['require', 'mods/mod_ui'], function(require) {
["Trotec laser (.tro)", "outputs/mod_Trotec.js"],
["GCC laser (.gcc)", "outputs/mod_GCC_laser.js"],
["GCC vinyl (.gcc)", "outputs/mod_GCC_vinyl.js"],
["Othermill (.nc)", "outputs/mod_Othermill.js"],
["Othermill (.nc)", "outputs/mod_othermill.js"],
["Oxford ulaser (.pgm)", "outputs/mod_Oxford.js"],
["Roland mill (.rml)", "outputs/mod_Roland_mill.js"],
["Roland vinyl (.camm)", "outputs/mod_Roland_vinyl.js"],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Fab Modules is a browser-based CAM system, which allows to generate toolpaths for and control lasercutters, CNC-mills and waterjets commonly found in [fablabs](https://www.fablabs.io/).",
"main": "main.js",
"dependencies": {
"node-static": "0.7.7",
"simple-server": "^1.0.1",
"ws": "^1.0.1"
},
Expand Down

0 comments on commit e46fe73

Please sign in to comment.