Coder Social home page Coder Social logo

klippy-cnc's Issues

What is your setup?

Hi !

I saw this project a while ago and always wanted to try it out. But there are some questions left ...
So this is not an issue. More some questions about practical usage :-)

  1. At the moment I use estlcam with it's Windows frontend. What did you use with this klipper impementation? Will it work with MainSail and fluid? Or are there some other UIs ?
  2. What did you use for generating the GCode? I could still use estlcam for that. But it would make the whole workflow more complicated I think.
  3. I have some high power stepper driver. Something similar to DM542. Can I use these steppers? Basically I only need to connect DIR, STEP, Enable - right?

So in general it would be really nice if you can tell a little bit about your setup and your software workflow.
Thx in advance
Dominik

Unsupported syntax - "default_parameter"

As the "default_parameter" syntax is no longer supported in klipper, This needs updating for the relevant macros (e.g. M204:)

[gcode_macro M204] rename_existing: M204.1 #default_parameter_F: 0.75 gcode: {% set F = params.F|default(0.75) %} {% if 'S' in params %} SET_VELOCITY_LIMIT ACCEL={ S } ACCEL_TO_DECEL={ S|float * F|float } {% endif %}

G68?

I would love to be able to rotate the relative coordinate system about the Z-axis.

HOME_PRINTER

Howdy, I'm struggling to understand some parts of these macros, I have them loaded properly and customised m3 and m4 to work with my setup.

I'm currently stuck with homing. I see the custom macro kcnc_home_machine and I uncommented as below:

Home Machine Axis

[gcode_macro kcnc_home_machine]
gcode:
G990028

But the machine doesnt respond to this macro at all.

What screen are you using

So I looked at Sailfish, fluid,Klipper screen, etc what one would you recommend for CNC and implementing the macros as buttons.

Thanks

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.