Git Product home page Git Product logo

um2.1-firmware's People

Contributors

banjer avatar bkubicek avatar blddk avatar borislandoni avatar brackendawson avatar buildrob avatar cdeboer avatar codexmas avatar daid avatar danielesdei avatar elgambitero avatar erikdebruijn avatar erikzalm avatar gege2b avatar ijackson avatar illuminarti avatar jcrocholl avatar jothan avatar kiyoshigawa avatar linagee avatar maikstohn avatar markfinn avatar phord avatar scuba82 avatar setar avatar stb3 avatar thinkyhead avatar triffid avatar yuroller avatar zetaphoenix 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

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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

um2.1-firmware's Issues

Mesh bed leveling

Looks like there is no option to engage mesh bed leveling. Can you please check?

No reaction and don't run again

Hi guys
I tried to upload the newest FW now but something went wrong and a permanent snoring sund comes up. No display everything shutted down some how. Cura don't recognize again my printer to load up again the genuin FW. I'm lost, hope some one can give hand

Import material from SD card bug: Retraction length is always imported as 0

Looks like the issue in source file:
https://github.com/Ultimaker/UM2.1-Firmware/blob/UM2.1_JarJar/Marlin/UltiLCD2_menu_material.cpp
Commit:
3bf2f97

Function

static uint16_t strToUint16(char* str, uint8_t scaling_factor)
{
    double value = strtod(str, NULL);
    value *= scaling_factor;
    return max(0, min(value, UINT16_MAX));
}

takes uint8_t scaling_factor

But in function static void lcd_menu_material_import() it calls as:
uint16_t retraction_length = strToUint16(c, EEPROM_RETRACTION_LENGTH_SCALE);

EEPROM_RETRACTION_LENGTH_SCALE defined as:
#define EEPROM_RETRACTION_LENGTH_SCALE 256
in "UltiLCD2_menu_material.h"

That's why strToUint16() returns always 0.

no documentation for the Marlin simulator?

Not even a readme file. Why provide code with no information on how to use it?

I tried using the provided .cbp file, to no avail. I fixed some obvious problems, such as the absolute path to the simulator directory, missing defines such as -D__AVR, but still, lots of compilation errors. I'm using CB 20.03.

coolingfans only goes to 14%

updated my 2+ extended and now the coolingfans only goes to 14% after first layer.
Got Cura and the profile set to 100%

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.