GithubHelp home page GithubHelp logo

ender-3-max-neo-sprite-pro's Introduction

Ender-3-Max-Neo-Sprite-Pro

Klipper printer settings for Ender 3 Max Neo v4.2.7 board with the Sprite Extruder Pro upgrade.

Credit goes to ParrotKng for posting the v4.2.2 version on Reddit. https://www.reddit.com/r/klippers/comments/yxd4z7/for_anyone_trying_to_install_fluidd_klipper_on/
Credit also goes to BotMeka for creating a 3D printed part that allows this to work. https://www.thingiverse.com/thing:5581314
Credit also goes to bamacups for creating a 3D printed part for the filament sensor. https://www.thingiverse.com/thing:5886875

Macro.cfg includes examples of powering off the printer when its IDLE. In my example I am using home assistant to power on and off the printer when certain conditions are met. If the printer is IDLE for more than 26 minutes and the extruder temperature is under 60C, power it off. If a job is sent from Cura and stored in Klipper Queue power the printer on and start the job.

Cura Settings:

Start G-Code:
; Ender 3 Max Custom Start G-code
G92 E0 ; Reset Extruder
G28 ; Home all axes
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X10.1 Y20 Z0.3 F5000.0 ; Move to start position
G1 X10.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line
G1 X10.4 Y200.0 Z0.3 F5000.0 ; Move to side a little
G1 X10.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line
G92 E0 ; Reset Extruder
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish

End G-Code:
G91 ;Relative positioning
G1 E-2 F2700 ;Retract a bit
G1 E-2 Z0.2 F2400 ;Retract and raise Z
G1 X5 Y5 F3000 ;Wipe out
G1 Z10 ;Raise Z more
G90 ;Absolute positioning

G1 X0 Y290 ;Present print
M106 S0 ;Turn-off fan
M104 S0 ;Turn-off hotend

M140 S0 ;Turn-off bed

M84 X Y E ;Disable all steppers but Z

Extruder: Nozzle Offset X: -5.0mm

Additional Information:
Jyers/Marlin#814

ender-3-max-neo-sprite-pro's People

Contributors

ncgeek avatar

Stargazers

 avatar Didi avatar

Watchers

 avatar

Forkers

dexternator

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.