Giter Club home page Giter Club logo

anycubic_kossel_source_code's People

Contributors

anycubic-3d avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

anycubic_kossel_source_code's Issues

Controller Fan stay ON

Hi,
Controller fan on port 7 stay on all the time, it won't turn off when the temp is below 50.

I found this code in Marlin_Main.cpp
in void loop() {

pinMode(CONTROLLERFAN_PIN,OUTPUT); digitalWrite(CONTROLLERFAN_PIN,HIGH);

even if I commit this lines, the auto fan will not work at all

this is configuration_adv code

#define USE_CONTROLLER_FAN

#if ENABLED(USE_CONTROLLER_FAN)

  #define CONTROLLERFAN_PIN 7 //Pin used for the fan to cool controller (-1 to disable)

  #define CONTROLLERFAN_SECS 60 //How many seconds, after all, motors were disabled, the fan should run

  #define CONTROLLERFAN_SPEED 255  // == full speed

#endif

Any help

Checksum mismatch

Hi,
With this firmware we are unable to retrieve config (after reboot or with M501)
The problem is around a logic with AUTO_BED_LEVELING_BILINEAR in configuration_store.cpp, trying to read data which hasn't been saved.

I made some changes and it works... do you accept pull request?

Saludos,
abc

Printer does not start when the temperature is reached to configured numbers

When I start printing, the printer's temperature is reached to settings below.

Settings
Nozzle : 240 degree Celsius
Bed : 105 degree Celsius

The temperature is over the numbers of settings, but not start printing.
I have to toggle the nozzle setting about -5 to 5 degree.
How do I change setting to start the temperature is reached to a target.

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.