> On 12 Jan 2017, at 12:11, 'IonicBasher' via Machinekit > <[email protected]> wrote: > > That is very interesting for wrapping CNC gcode on an unleveled surface > however I am unsure if it would work with an stl file. However the principle > is indeed the same. > BCNC also has this feature built in for milling circuit boards and such. Am > just unsure if machinekit currently has it also since it does include some > probing code.
Machinekit doesnt automatically probe the bed and give you its warped state. But you can write a program which probes and give you those point values. > >> On Thursday, January 12, 2017 at 3:44:41 AM UTC-6, Fernando Correa Neto >> wrote: >> I'm not using a 3d printer but on my cnc router we use gcode ripper and it >> works great. >> You could extract what you wanted from its guts and make it work for you I >> think. >> >> Fernando >> >> >>> On Thu, Jan 12, 2017, 3:13 AM 'IonicBasher' via Machinekit >>> <[email protected]> wrote: >>> I have a 3d Printer outfitted with an induction probe and was wondering if >>> Machinekit has autoleveling featured? >>> >>> I looked into it and found that it does G29 probing, but not sure if that >>> makes a matrix or is like a z endstop? >>> https://github.com/machinekit/machinekit/blob/master/nc_files/remap-subroutines/fdm/g29.ngc >>> >>> I am retrofitting the 3d printer with a CRAMPS board so would I use Z min >>> limit switch for connection? >>> The printer has a 400mmx400mm aluminum plate for a bed which has a bend in >>> it so some form of leveling compensation would help. >>> >>> The printer in question also has an E3D Chimera Dual extruder fitted but I >>> have never seen any dual extrusion printer with machinekit. >>> I caught this discussion but did anyone ever get dual extrusion working? >>> >>> https://groups.google.com/forum/#!searchin/machinekit/dual$20extrusion%7Csort:relevance/machinekit/Q4Cg4HMkvAU/cJoDOMnxI3gJ >>> -- >>> 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. -- 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.
