Giter Site home page Giter Site logo

takeru / kingroonkp3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lgv2018/kingroonkp3

0.0 1.0 0.0 74.95 MB

License: GNU General Public License v3.0

C 28.40% Makefile 0.31% C++ 66.29% Objective-C 3.04% Python 1.05% Shell 0.80% OpenSCAD 0.08% G-code 0.03%

kingroonkp3's Introduction

This firmware is maintained by TH3D. The goal is an easy to use firmware for boards that we have added support for.

Current Board Support for this Version

  • Kingroon KP3 using MKS Robin Mini

The issues queue has been disabled as some people do not understand it's for firmware problems and not technical support.



THIS IS PROVIDED UNDER THE GPL V3 LICENSE. PROVIDED AS-IS. NO SUPPORT OR WARRANTY IS PROVIDED.

Based on Marlin 2.0 and our own custom additions.

If you have a custom machine it is best to use vanilla Marlin.

kingroonkp3's People

Contributors

takeru avatar

Watchers

James Cloos avatar

kingroonkp3's Issues

diff ChanaKennington-20200430

https://www.facebook.com/groups/451554662353347/permalink/654280615414083/

% cd KingroonKP3 && git log -1

commit 2aa925ab5349547d0553d46c93b75a4618cfbce5 (HEAD)
Author: Timothy Hoogland <[email protected]>
Date:   Thu Dec 5 20:00:41 2019 -0600
    Update to Marlin 2.0 official release

diff -r --exclude=.git --exclude=Pre-Compiled KingroonKP3 TH3D_KP3_Marlin_for_BL_Touch-ChanaKennington-20200430

Only in TH3D_KP3_Marlin_for_BL_Touch-ChanaKennington-20200430: .pioenvs
Only in TH3D_KP3_Marlin_for_BL_Touch-ChanaKennington-20200430: .piolib
Only in TH3D_KP3_Marlin_for_BL_Touch-ChanaKennington-20200430: .piolibdeps
Only in TH3D_KP3_Marlin_for_BL_Touch-ChanaKennington-20200430: .vscode
diff -r --exclude=.git --exclude=Pre-Compiled KingroonKP3/Marlin/Configuration.h TH3D_KP3_Marlin_for_BL_Touch-ChanaKennington-20200430/Marlin/Configuration.h
50c50
< //#define KINGROON_KP3
---
> #define KINGROON_KP3
54c54
< //#define CUSTOM_PROBE
---
> #define CUSTOM_PROBE
78c78
< #define EZABL_FASTPROBE
---
> //#define EZABL_FASTPROBE
99c99
< #define EZABL_OUTSIDE_GRID_COMPENSATION
---
> //#define EZABL_OUTSIDE_GRID_COMPENSATION
106a107,111
> /**
>  * The BLTouch probe uses a Hall effect sensor and emulates a servo.
>  */
> #define BLTOUCH
> 
133c138
<   #define NOZZLE_TO_PROBE_OFFSET { 10, 10, 0 }
---
>   #define NOZZLE_TO_PROBE_OFFSET { 20, -29, 0 }
diff -r --exclude=.git --exclude=Pre-Compiled KingroonKP3/Marlin/Configuration_adv.h TH3D_KP3_Marlin_for_BL_Touch-ChanaKennington-20200430/Marlin/Configuration_adv.h
203c203
<   #define SDCARD_SORT_ALPHA
---
>   //#define SDCARD_SORT_ALPHA
diff -r --exclude=.git --exclude=Pre-Compiled KingroonKP3/Marlin/Configuration_backend.h TH3D_KP3_Marlin_for_BL_Touch-ChanaKennington-20200430/Marlin/Configuration_backend.h
305c305
<     #define MULTIPLE_PROBING 2
---
>     #define MULTIPLE_PROBING 3
468,469c468,469
< #define PREHEAT_1_TEMP_HOTEND 200
< #define PREHEAT_1_TEMP_BED     60
---
> #define PREHEAT_1_TEMP_HOTEND 215
> #define PREHEAT_1_TEMP_BED     70
472c472
< #define PREHEAT_2_LABEL       "ABS"
---
> #define PREHEAT_2_LABEL       "PETG"
474c474
< #define PREHEAT_2_TEMP_BED    100
---
> #define PREHEAT_2_TEMP_BED     80
diff -r --exclude=.git --exclude=Pre-Compiled KingroonKP3/Marlin/src/pins/stm32/pins_MKS_ROBIN_MINI.h TH3D_KP3_Marlin_for_BL_Touch-ChanaKennington-20200430/Marlin/src/pins/stm32/pins_MKS_ROBIN_MINI.h
105c105,109
< //#define LED_PIN            PB2
---
> //#define LED_PIN                           PB2
> 
> // Servos
> //
> #define SERVO0_PIN         PB2   // BLTOUCH
149c153
< #define DEFAULT_PWM_MOTOR_CURRENT  { 1000, 1000, 1000 } // 1.05Amp per driver, here is XY, Z and E. This values determined empirically.
---
> #define DEFAULT_PWM_MOTOR_CURRENT  { 800, 800, 800 } // 1.05Amp per driver, here is XY, Z and E. This values determined empirically.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.