Giter Site home page Giter Site logo

prusa_i3_3dprinter's People

Contributors

geeetech3d avatar redsleep avatar thinkyhead 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  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  avatar  avatar  avatar  avatar  avatar

prusa_i3_3dprinter's Issues

Bug: commands G4

Applies to Brovo firmware printers

I have a problem with the G4 command.
It seems to work, but I think it's not working properly. My printer is clogged.

Support for commands M0

Applies to Brovo firmware printers

Hello
๐Ÿ˜ƒ

The Marlin Firmware does wait for user to press a button on the LCD, or a specific time. "M0 P2000" waits 2000 milliseconds, "M0 S2" waits 2 seconds.

This will allow you to create interesting scripts, pause the action until the user intervenes.
With the M117 (Display Message) command, huge possibilities are created.
๐Ÿ˜‰

How can I setup TMC 2209 with UART Mode on GT2560 V4.0

How can I setup TMC 2209 with UART Mode on GT2560 V4.0?
I have changed to tmc2209_standalone and it works well. Now I will use UART Mode.
What should i do on GT2560 V4.0. I didn't found nay jumper. Only found an 4 PIN UART connector.

Several printers home X and Y axes after finished printing

Many cardreader.cpp files contain something similar to the following:

void CardReader::printingHasFinished() {
  stepper.synchronize();
  file.close();
  enqueue_and_echo_commands_P(PSTR("G28 XY"));
  ...
}

The enqueuing of the XY homing command overrides any final positioning g-code the users have configured their slicers to append to the printing gcode. E.g., if a user has configured their printer to raise the Z, home X, and max Y to present the build plate front and center for easier removal, the homing of the Y axis will return the build plate home.

I think the final positioning of the build plate should be left up to the slicer or user and not overridden by the firmware, so this final command should be removed.

Issues turining on Fillament Sensor

Run out of filament and wondered why the printer didn't halt. Realised the filament sensor isn't turned on by default. Turned it on via control knob and printer screen went blank and printer hung until restart.

A10M using latest firmware

M201

Add support for the M201

buzzer.h not found (A10M)

I'm trying to build latest commit from this repo for the A10M on Arduino IDE 1.8.5.
I get the following error:

sketch/stepper.cpp:57:20: fatal error: Buzzer.h: No such file or directory
 #include "Buzzer.h"

Please advise on how to solve this problem.

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.