Configuring of MKS_GEN_L V1.0How to set Z-probe boundary limits in firmware when using automatic bed leveling?
Crossed out red box fitting tightly around image
Suing a Police Officer Instead of the Police Department
Co-worker works way more than he should
Creating a chemical industry from a medieval tech level without petroleum
Bayes factor vs P value
Work requires me to come in early to start computer but wont let me clock in to get paid for it
How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?
How bug prioritization works in agile projects vs non agile
Contradiction proof for inequality of P and NP?
Will I lose my paid in full property
How to keep bees out of canned beverages?
Does the damage from the Absorb Elements spell apply to your next attack, or to your first attack on your next turn?
Why did C use the -> operator instead of reusing the . operator?
Where was the County of Thurn und Taxis located?
All ASCII characters with a given bit count
What is this word supposed to be?
Double-nominative constructions and “von”
Do I need to watch Ant-Man and the Wasp and Captain Marvel before watching Avengers: Endgame?
Older movie/show about humans on derelict alien warship which refuels by passing through a star
Are there moral objections to a life motivated purely by money? How to sway a person from this lifestyle?
Was Dennis Ritchie being too modest in this quote about C and Pascal?
I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?
What makes accurate emulation of old systems a difficult task?
Why do distances seem to matter in the Foundation world?
Configuring of MKS_GEN_L V1.0
How to set Z-probe boundary limits in firmware when using automatic bed leveling?
$begingroup$
I've bought a new "MKS GEN_L V1.0" and I'm trying to configure it with Marlin 1.1.X. I changed motherboard in configuration.h from previous:
#define BOARD_RAMPS_13_EFB 33 //RAMPS 1.3 (Power outputs:Hotend,Fan,Bed)
to
#define BOARD_MKS_GEN_L 53 //MKS GEN L.
I'm getting this error:
pins.h:268: error: #error "**Unknown MOTHERBOARD value set in Configuration.h**"
#error "Unknown MOTHERBOARD value set in Configuration.h"
^
In file included from sketchMarlinConfig.h:42:0,
from sketchG26_Mesh_Validation_Tool.cpp:27:
SanityCheck.h:58: error: #error "MOTHERBOARD is required. Please update your configuration."
#error "MOTHERBOARD is required. Please update your configuration."
^
SanityCheck.h:786: error: #error "**Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires the Z_MIN_PIN to be defined.**"
#error "Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires the Z_MIN_PIN to be defined."
^
SanityCheck.h:942: error: #error "**LCD_BED_LEVELING requires an LCD controller.**"
#error "LCD_BED_LEVELING requires an LCD controller."
^
SanityCheck.h:1084: error: #error "**HEATER_0_PIN not defined for this board.**"
#error "HEATER_0_PIN not defined for this board."
^
exit status 1
#error "Unknown MOTHERBOARD value set in Configuration.h"

marlin arduino-mega-2650 ramps
$endgroup$
add a comment |
$begingroup$
I've bought a new "MKS GEN_L V1.0" and I'm trying to configure it with Marlin 1.1.X. I changed motherboard in configuration.h from previous:
#define BOARD_RAMPS_13_EFB 33 //RAMPS 1.3 (Power outputs:Hotend,Fan,Bed)
to
#define BOARD_MKS_GEN_L 53 //MKS GEN L.
I'm getting this error:
pins.h:268: error: #error "**Unknown MOTHERBOARD value set in Configuration.h**"
#error "Unknown MOTHERBOARD value set in Configuration.h"
^
In file included from sketchMarlinConfig.h:42:0,
from sketchG26_Mesh_Validation_Tool.cpp:27:
SanityCheck.h:58: error: #error "MOTHERBOARD is required. Please update your configuration."
#error "MOTHERBOARD is required. Please update your configuration."
^
SanityCheck.h:786: error: #error "**Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires the Z_MIN_PIN to be defined.**"
#error "Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires the Z_MIN_PIN to be defined."
^
SanityCheck.h:942: error: #error "**LCD_BED_LEVELING requires an LCD controller.**"
#error "LCD_BED_LEVELING requires an LCD controller."
^
SanityCheck.h:1084: error: #error "**HEATER_0_PIN not defined for this board.**"
#error "HEATER_0_PIN not defined for this board."
^
exit status 1
#error "Unknown MOTHERBOARD value set in Configuration.h"

marlin arduino-mega-2650 ramps
$endgroup$
add a comment |
$begingroup$
I've bought a new "MKS GEN_L V1.0" and I'm trying to configure it with Marlin 1.1.X. I changed motherboard in configuration.h from previous:
#define BOARD_RAMPS_13_EFB 33 //RAMPS 1.3 (Power outputs:Hotend,Fan,Bed)
to
#define BOARD_MKS_GEN_L 53 //MKS GEN L.
I'm getting this error:
pins.h:268: error: #error "**Unknown MOTHERBOARD value set in Configuration.h**"
#error "Unknown MOTHERBOARD value set in Configuration.h"
^
In file included from sketchMarlinConfig.h:42:0,
from sketchG26_Mesh_Validation_Tool.cpp:27:
SanityCheck.h:58: error: #error "MOTHERBOARD is required. Please update your configuration."
#error "MOTHERBOARD is required. Please update your configuration."
^
SanityCheck.h:786: error: #error "**Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires the Z_MIN_PIN to be defined.**"
#error "Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires the Z_MIN_PIN to be defined."
^
SanityCheck.h:942: error: #error "**LCD_BED_LEVELING requires an LCD controller.**"
#error "LCD_BED_LEVELING requires an LCD controller."
^
SanityCheck.h:1084: error: #error "**HEATER_0_PIN not defined for this board.**"
#error "HEATER_0_PIN not defined for this board."
^
exit status 1
#error "Unknown MOTHERBOARD value set in Configuration.h"

marlin arduino-mega-2650 ramps
$endgroup$
I've bought a new "MKS GEN_L V1.0" and I'm trying to configure it with Marlin 1.1.X. I changed motherboard in configuration.h from previous:
#define BOARD_RAMPS_13_EFB 33 //RAMPS 1.3 (Power outputs:Hotend,Fan,Bed)
to
#define BOARD_MKS_GEN_L 53 //MKS GEN L.
I'm getting this error:
pins.h:268: error: #error "**Unknown MOTHERBOARD value set in Configuration.h**"
#error "Unknown MOTHERBOARD value set in Configuration.h"
^
In file included from sketchMarlinConfig.h:42:0,
from sketchG26_Mesh_Validation_Tool.cpp:27:
SanityCheck.h:58: error: #error "MOTHERBOARD is required. Please update your configuration."
#error "MOTHERBOARD is required. Please update your configuration."
^
SanityCheck.h:786: error: #error "**Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires the Z_MIN_PIN to be defined.**"
#error "Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires the Z_MIN_PIN to be defined."
^
SanityCheck.h:942: error: #error "**LCD_BED_LEVELING requires an LCD controller.**"
#error "LCD_BED_LEVELING requires an LCD controller."
^
SanityCheck.h:1084: error: #error "**HEATER_0_PIN not defined for this board.**"
#error "HEATER_0_PIN not defined for this board."
^
exit status 1
#error "Unknown MOTHERBOARD value set in Configuration.h"

marlin arduino-mega-2650 ramps
marlin arduino-mega-2650 ramps
edited Apr 18 at 14:57
0scar
13.7k31853
13.7k31853
asked Apr 18 at 10:42
2012User2012User
1637
1637
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The motherboard definition in configuration.h should be written like:
#define MOTHERBOARD BOARD_MKS_GEN_L
actually the word MOTHERBOARD was missing and there is no need to write 53 //MKS GEN L at the end.
The number definition is declared in boards.h - you just confused the two files, indeed you should not forget to define the motherboard constant itself. Do note that this is basically a RAMPS board, see pins_MKS_GEN_L.h.
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "640"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2f3dprinting.stackexchange.com%2fquestions%2f8721%2fconfiguring-of-mks-gen-l-v1-0%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The motherboard definition in configuration.h should be written like:
#define MOTHERBOARD BOARD_MKS_GEN_L
actually the word MOTHERBOARD was missing and there is no need to write 53 //MKS GEN L at the end.
The number definition is declared in boards.h - you just confused the two files, indeed you should not forget to define the motherboard constant itself. Do note that this is basically a RAMPS board, see pins_MKS_GEN_L.h.
$endgroup$
add a comment |
$begingroup$
The motherboard definition in configuration.h should be written like:
#define MOTHERBOARD BOARD_MKS_GEN_L
actually the word MOTHERBOARD was missing and there is no need to write 53 //MKS GEN L at the end.
The number definition is declared in boards.h - you just confused the two files, indeed you should not forget to define the motherboard constant itself. Do note that this is basically a RAMPS board, see pins_MKS_GEN_L.h.
$endgroup$
add a comment |
$begingroup$
The motherboard definition in configuration.h should be written like:
#define MOTHERBOARD BOARD_MKS_GEN_L
actually the word MOTHERBOARD was missing and there is no need to write 53 //MKS GEN L at the end.
The number definition is declared in boards.h - you just confused the two files, indeed you should not forget to define the motherboard constant itself. Do note that this is basically a RAMPS board, see pins_MKS_GEN_L.h.
$endgroup$
The motherboard definition in configuration.h should be written like:
#define MOTHERBOARD BOARD_MKS_GEN_L
actually the word MOTHERBOARD was missing and there is no need to write 53 //MKS GEN L at the end.
The number definition is declared in boards.h - you just confused the two files, indeed you should not forget to define the motherboard constant itself. Do note that this is basically a RAMPS board, see pins_MKS_GEN_L.h.
edited Apr 21 at 6:34
Greenonline♦
3,46031049
3,46031049
answered Apr 18 at 12:33
2012User2012User
1637
1637
add a comment |
add a comment |
Thanks for contributing an answer to 3D Printing Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2f3dprinting.stackexchange.com%2fquestions%2f8721%2fconfiguring-of-mks-gen-l-v1-0%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown