MKS-Robin | MKS Robin

 by   makerbase-mks C Version: Current License: No License

kandi X-RAY | MKS-Robin Summary

kandi X-RAY | MKS-Robin Summary

MKS-Robin is a C library typically used in Internet of Things (IoT), Raspberry Pi, Arduino applications. MKS-Robin has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

MKS Robin Firmware version description. 2.Support dual extruder and corexy machine. 3.Available for manual leveling. 4.Support sequential setting of homing. 5.Added "More" icon on printing operation interface for user-defined. 6.Support auto off after printing finishes. 7.Available to enable high/low level of motor driver. 8.Available for thermocouple AD597. 9.Deleted screen calibration function. 1.Aviailble to enable PID,improved better stability of temperature . 2.Fixed temperature alarm problem during printing.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              MKS-Robin has a low active ecosystem.
              It has 94 star(s) with 116 fork(s). There are 27 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 141 open issues and 61 have been closed. On average issues are closed in 228 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of MKS-Robin is current.

            kandi-Quality Quality

              MKS-Robin has no bugs reported.

            kandi-Security Security

              MKS-Robin has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              MKS-Robin does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              MKS-Robin releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of MKS-Robin
            Get all kandi verified functions for this library.

            MKS-Robin Key Features

            No Key Features are available at this moment for MKS-Robin.

            MKS-Robin Examples and Code Snippets

            No Code Snippets are available at this moment for MKS-Robin.

            Community Discussions

            Trending Discussions on MKS-Robin

            QUESTION

            Marlin 2.0 Change Bed Size at Runtime
            Asked 2020-Apr-14 at 19:13

            Is it possible to change the size of the bed at run-time? To clarify, I want to change the bed dimensions to effectively modify the probing-grid-area of the automatic-bed-leveling routine (I'll accept any answer that accomplishes this that doesn't involve re-compiling Marlin firmware).

            Details

            Printer: Flsun Q5 Auto Leveling Kossel Delta 3D Printer, but I've removed the hot-end and replaced it with a spring-loaded drawing tip with the Z-probe switch triggering when the spring is compressed sufficiently.

            Controller: MKS-robin-nano

            I need to draw on a rectangular work-piece that will inevitably have some slight curvature to it. Drawing on this surface requires relatively constant pressure. My hope is that I can do an automatic-bed-leveling (G29) on just the work-piece area, and then allow the leveling to produce a relatively constant drawing pressure along the surface.

            ...

            ANSWER

            Answered 2020-Apr-14 at 19:13

            There is one solution I found trying to do same thing as you. To clarify I am using marlin bugfix-2.0.x branch. If you choose AUTO_BED_LEVELING_BILINEAR in Configuration.h mariln uses the older (not unified) mesh bed leveling system. The example procedure for your case would then be:

            1. Make sure you have flashed marlin with AUTO_BED_LEVELING_BILINEAR.

            2. Move tool-head to the lower left corner (top view) of your rectangular work-piece just touching the surface either manually, using G-codes, repetier, pronterface, whatever.

            3. G92 X0 Y0 Z0 to set the machine position to 0,0,0.
            4. G29 F0 L0 R40 B20 to probe a 40mm by 20mm rectangle. The Mnemonic are: Front, Left, Right, Back.
            5. M500 to save the probed grid.
            6. M420 S1 to enable leveling to affect your G1-moves in probed area.
            7. Execute your drawing G-code.

            Be careful with G29 command when using AUTO_BED_LEVELING_BILINEAR though, as some of the options described at G29 marlin help page doesn't work e.g. I couldn't get the P option to work so to change probing grid size (amount of probe points) you have to recompile. Also to then draw on the surface you may be using negative Z values for G1 moves in your G-code, in that case don't forget to M211 S0 to be able to move below 0 (which would be your work-piece surface).

            Source https://stackoverflow.com/questions/60763573

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install MKS-Robin

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/makerbase-mks/MKS-Robin.git

          • CLI

            gh repo clone makerbase-mks/MKS-Robin

          • sshUrl

            git@github.com:makerbase-mks/MKS-Robin.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link