Had accidentally switched motors, explaining odd homing behavior. New homing behavior whips ass.

This commit is contained in:
Matt McWilliams 2023-10-09 22:58:48 -04:00
parent 99b63150ac
commit 702fc4680d
8 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
{
"version": "1.8.54",
"version": "1.8.55",
"ext_port": 1111,
"profiles": {
"mcopy": {

2
app/package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mcopy-app",
"version": "1.8.54",
"version": "1.8.55",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "mcopy-app",
"version": "1.8.54",
"version": "1.8.55",
"description": "GUI for the mcopy small gauge film optical printer platform",
"main": "main.js",
"scripts": {

View File

@ -1,5 +1,5 @@
{
"version": "1.8.54",
"version": "1.8.55",
"ext_port": 1111,
"profiles": {
"mcopy": {

View File

@ -43,16 +43,16 @@ class McopyProjector {
int64_t _posTakeup = 0;
int64_t _posFeed = 0;
//X
//Y
uint8_t _takeupSettingA;
uint8_t _takeupSettingB;
//Y
//X
uint8_t _feedSettingA;
uint8_t _feedSettingB;
//X
//Y
uint8_t _takeupEmitter;
uint8_t _takeupReceiver;
//Y
//X
uint8_t _feedEmitter;
uint8_t _feedReceiver;

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "mcopy",
"version": "1.8.54",
"version": "1.8.55",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mcopy",
"version": "1.8.54",
"version": "1.8.55",
"license": "MIT",
"dependencies": {
"arduino": "file:app/lib/arduino",

View File

@ -1,6 +1,6 @@
{
"name": "mcopy",
"version": "1.8.54",
"version": "1.8.55",
"description": "Small gauge film optical printer platform",
"main": "build.js",
"directories": {

View File

@ -1,5 +1,5 @@
{
"version": "1.8.54",
"version": "1.8.55",
"ext_port": 1111,
"profiles": {
"mcopy": {