On 12/01/17 15:17, 'IonicBasher' via Machinekit wrote:
So if I use the probe to obtain those points. I would then need a program to make a matrix. Then another program to compensate for all incoming gcode.

Sounds like I would be reverse engineering what is in other 3d printing firmware and porting to machinekit.

Machinekit is not 3D printing software, that is just what some people choose to use it for.

What you would be producing, is effectively a gcode post processor to take account of deficiencies in your bed.
Machinekit would work just the same, except your code would have deeper or shallower Z axis moves to compensate for warp.


The language for machinekit is python correct?

It is predominantly written in C, with some C++.
There are python bindings, ( also written in C/C++  ) that allow access to most things.

However for your use, plain python would be fine, you would just be comparing an XY coordinate to a lookup table produced by
probing and adding / removing a figure from Z to compensate

--
website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit
---
You received this message because you are subscribed to the Google Groups "Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.

--
website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit
---
You received this message because you are subscribed to the Google Groups "Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to