-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what am I doing wrong #11
Open
alexrims87
wants to merge
15
commits into
lansing-makers-network:master
Choose a base branch
from
TurnkeyTyranny:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…link (usb cable) to handle jobs with up to 999999 lines in total
Add option to invert the firing signal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
after Verify/Compile button
i have error
`Arduino: 1.8.10 (Windows 7), Плата:"Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
In file included from sketch\Marlin.h:21:0,
sketch\fastio.h:1418:0: warning: "DIO73_PIN" redefined
#define DIO73_PIN PINJ4
sketch\fastio.h:1406:0: note: this is the location of the previous definition
#define DIO73_PIN PINJ3
In file included from sketch\Marlin.h:23:0,
sketch\pins.h:422:0: warning: "CONTROLLERFAN_PIN" redefined
In file included from sketch\Configuration.h:623:0,
sketch\Configuration_adv.h:60:0: note: this is the location of the previous definition
#define CONTROLLERFAN_PIN -1 //Pin used for the fan to cool controller (-1 to disable)
In file included from sketch\Marlin.h:22:0,
sketch\ConfigurationStore.cpp: In function 'void Config_ResetDefault()':
sketch\Configuration.h:398:57: warning: narrowing conversion of '2.5e+0' from 'double' to 'long int' inside { } [-Wnarrowing]
#define DEFAULT_MAX_ACCELERATION {2600,2600,2.5,2.5} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot.
sketch\ConfigurationStore.cpp:259:17: note: in expansion of macro 'DEFAULT_MAX_ACCELERATION'
sketch\Configuration.h:398:57: warning: narrowing conversion of '2.5e+0' from 'double' to 'long int' inside { } [-Wnarrowing]
#define DEFAULT_MAX_ACCELERATION {2600,2600,2.5,2.5} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot.
sketch\ConfigurationStore.cpp:259:17: note: in expansion of macro 'DEFAULT_MAX_ACCELERATION'
sketch\ConfigurationStore.cpp:262:38: warning: iteration 3 invokes undefined behavior [-Waggressive-loop-optimizations]
sketch\ConfigurationStore.cpp:260:21: note: within this loop
In file included from sketch\Marlin.h:21:0,
sketch\fastio.h:1418:0: warning: "DIO73_PIN" redefined
#define DIO73_PIN PINJ4
sketch\fastio.h:1406:0: note: this is the location of the previous definition
#define DIO73_PIN PINJ3
In file included from sketch\Marlin.h:23:0,
sketch\pins.h:422:0: warning: "CONTROLLERFAN_PIN" redefined
In file included from sketch\Configuration.h:623:0,
sketch\Configuration_adv.h:60:0: note: this is the location of the previous definition
#define CONTROLLERFAN_PIN -1 //Pin used for the fan to cool controller (-1 to disable)
In file included from sketch\Marlin.h:21:0,
sketch\fastio.h:1418:0: warning: "DIO73_PIN" redefined
#define DIO73_PIN PINJ4
sketch\fastio.h:1406:0: note: this is the location of the previous definition
#define DIO73_PIN PINJ3
In file included from sketch\Marlin.h:23:0,
sketch\pins.h:422:0: warning: "CONTROLLERFAN_PIN" redefined
In file included from sketch\Configuration.h:623:0,
sketch\Configuration_adv.h:60:0: note: this is the location of the previous definition
#define CONTROLLERFAN_PIN -1 //Pin used for the fan to cool controller (-1 to disable)
In file included from sketch\Marlin.h:21:0,
sketch\fastio.h:1418:0: warning: "DIO73_PIN" redefined
#define DIO73_PIN PINJ4
sketch\fastio.h:1406:0: note: this is the location of the previous definition
#define DIO73_PIN PINJ3
In file included from sketch\Marlin.h:23:0,
sketch\pins.h:422:0: warning: "CONTROLLERFAN_PIN" redefined
In file included from sketch\Configuration.h:623:0,
sketch\Configuration_adv.h:60:0: note: this is the location of the previous definition
#define CONTROLLERFAN_PIN -1 //Pin used for the fan to cool controller (-1 to disable)
sketch\Marlin_main.cpp:1769:36: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
In file included from sketch\Marlin.h:21:0,
sketch\fastio.h:1418:0: warning: "DIO73_PIN" redefined
#define DIO73_PIN PINJ4
sketch\fastio.h:1406:0: note: this is the location of the previous definition
#define DIO73_PIN PINJ3
In file included from sketch\Marlin.h:23:0,
sketch\pins.h:422:0: warning: "CONTROLLERFAN_PIN" redefined
In file included from sketch\Configuration.h:623:0,
sketch\Configuration_adv.h:60:0: note: this is the location of the previous definition
#define CONTROLLERFAN_PIN -1 //Pin used for the fan to cool controller (-1 to disable)
In file included from sketch\SdFile.h:27:0,
SdBaseFile.h:46:10: error: expected unqualified-id before ')' token
fpos_t() : position(0), cluster(0) {}
SdBaseFile.h:47:1: error: expected declaration before '}' token
};
^
In file included from sketch\Marlin.h:21:0,
sketch\fastio.h:1418:0: warning: "DIO73_PIN" redefined
#define DIO73_PIN PINJ4
sketch\fastio.h:1406:0: note: this is the location of the previous definition
#define DIO73_PIN PINJ3
In file included from sketch\Marlin.h:23:0,
sketch\pins.h:422:0: warning: "CONTROLLERFAN_PIN" redefined
In file included from sketch\Configuration.h:623:0,
sketch\Configuration_adv.h:60:0: note: this is the location of the previous definition
#define CONTROLLERFAN_PIN -1 //Pin used for the fan to cool controller (-1 to disable)
In file included from sketch\SdBaseFile.cpp:24:0:
SdBaseFile.h:46:10: error: expected unqualified-id before ')' token
fpos_t() : position(0), cluster(0) {}
SdBaseFile.h:47:1: error: expected declaration before '}' token
};
^
Несколько библиотек найдено для "LCDMenuLib2.h"
Используется: C:\Users\ZIM\Documents\Arduino\libraries\LCDMenuLib2
Несколько библиотек найдено для "U8glib.h"
Используется: C:\Users\ZIM\Documents\Arduino\libraries\U8glib
exit status 1
expected unqualified-id before ')' token
Этот отчёт будет иметь больше информации с
включенной опцией Файл -> Настройки ->
"Показать подробный вывод во время компиляции"
`