Remove mcad
This commit is contained in:
parent
02e697822b
commit
72e91a41fb
|
@ -2,6 +2,10 @@
|
||||||
path = scad/common
|
path = scad/common
|
||||||
url = https://git.sixteenmillimeter.com/modules/common.git
|
url = https://git.sixteenmillimeter.com/modules/common.git
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
|
[submodule "scad/takeup"]
|
||||||
|
path = scad/takeup
|
||||||
|
url = https://git.sixteenmillimeter.com/modules/takeup.git
|
||||||
|
ignore = dirty
|
||||||
[submodule "scad/sprocketed_roller"]
|
[submodule "scad/sprocketed_roller"]
|
||||||
path = scad/sprocketed_roller
|
path = scad/sprocketed_roller
|
||||||
url = https://git.sixteenmillimeter.com/modules/sprocketed_roller.git
|
url = https://git.sixteenmillimeter.com/modules/sprocketed_roller.git
|
||||||
|
@ -10,7 +14,4 @@
|
||||||
path = scad/MCAD
|
path = scad/MCAD
|
||||||
url = https://github.com/openscad/MCAD.git
|
url = https://github.com/openscad/MCAD.git
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
[submodule "scad/takeup"]
|
branch = master
|
||||||
path = scad/takeup
|
|
||||||
url = https://git.sixteenmillimeter.com/modules/takeup.git
|
|
||||||
ignore = dirty
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.8.155",
|
"version": "1.8.156",
|
||||||
"ext_port": 1111,
|
"ext_port": 1111,
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"mcopy": {
|
"mcopy": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy-app",
|
"name": "mcopy-app",
|
||||||
"version": "1.8.155",
|
"version": "1.8.156",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy-app",
|
"name": "mcopy-app",
|
||||||
"version": "1.8.155",
|
"version": "1.8.156",
|
||||||
"description": "GUI for the mcopy small gauge film optical printer platform",
|
"description": "GUI for the mcopy small gauge film optical printer platform",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.8.155",
|
"version": "1.8.156",
|
||||||
"ext_port": 1111,
|
"ext_port": 1111,
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"mcopy": {
|
"mcopy": {
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy",
|
"name": "mcopy",
|
||||||
"version": "1.8.155",
|
"version": "1.8.156",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mcopy",
|
"name": "mcopy",
|
||||||
"version": "1.8.155",
|
"version": "1.8.156",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"alert": "file:app/lib/alert",
|
"alert": "file:app/lib/alert",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mcopy",
|
"name": "mcopy",
|
||||||
"version": "1.8.155",
|
"version": "1.8.156",
|
||||||
"description": "Small gauge film optical printer platform",
|
"description": "Small gauge film optical printer platform",
|
||||||
"main": "build.js",
|
"main": "build.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.8.155",
|
"version": "1.8.156",
|
||||||
"ext_port": 1111,
|
"ext_port": 1111,
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"mcopy": {
|
"mcopy": {
|
||||||
|
|
Loading…
Reference in New Issue