Caught one bug after separating out code
This commit is contained in:
parent
0cf147d185
commit
c8e5f7b742
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.8.51",
|
||||
"version": "1.8.52",
|
||||
"ext_port": 1111,
|
||||
"profiles": {
|
||||
"mcopy": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcopy-app",
|
||||
"version": "1.8.51",
|
||||
"version": "1.8.52",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcopy-app",
|
||||
"version": "1.8.51",
|
||||
"version": "1.8.52",
|
||||
"description": "GUI for the mcopy small gauge film optical printer platform",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.8.51",
|
||||
"version": "1.8.52",
|
||||
"ext_port": 1111,
|
||||
"profiles": {
|
||||
"mcopy": {
|
||||
|
|
|
@ -210,7 +210,7 @@ void McopyProjector::home () {
|
|||
Serial.println(feedPeak);
|
||||
|
||||
takeupOffset = abs(steps - takeupPeak);
|
||||
feedOffset = abs(steps - takeupPeak);
|
||||
feedOffset = abs(steps - feedPeak);
|
||||
|
||||
Serial.print("takeup offset: ");
|
||||
Serial.println(takeupOffset);
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "mcopy",
|
||||
"version": "1.8.51",
|
||||
"version": "1.8.52",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mcopy",
|
||||
"version": "1.8.51",
|
||||
"version": "1.8.52",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"arduino": "file:app/lib/arduino",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcopy",
|
||||
"version": "1.8.51",
|
||||
"version": "1.8.52",
|
||||
"description": "Small gauge film optical printer platform",
|
||||
"main": "build.js",
|
||||
"directories": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.8.51",
|
||||
"version": "1.8.52",
|
||||
"ext_port": 1111,
|
||||
"profiles": {
|
||||
"mcopy": {
|
||||
|
|
Loading…
Reference in New Issue