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?













4












$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"


enter image description here










share|improve this question











$endgroup$
















    4












    $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"


    enter image description here










    share|improve this question











    $endgroup$














      4












      4








      4





      $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"


      enter image description here










      share|improve this question











      $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"


      enter image description here







      marlin arduino-mega-2650 ramps






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 18 at 14:57









      0scar

      13.7k31853




      13.7k31853










      asked Apr 18 at 10:42









      2012User2012User

      1637




      1637




















          1 Answer
          1






          active

          oldest

          votes


















          5












          $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.






          share|improve this answer











          $endgroup$













            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
            );



            );













            draft saved

            draft discarded


















            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









            5












            $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.






            share|improve this answer











            $endgroup$

















              5












              $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.






              share|improve this answer











              $endgroup$















                5












                5








                5





                $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.






                share|improve this answer











                $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.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Apr 21 at 6:34









                Greenonline

                3,46031049




                3,46031049










                answered Apr 18 at 12:33









                2012User2012User

                1637




                1637



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

                    What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

                    Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos