Non planar layers
-
Yes, that's VERY COOL, and the branch of slic3r that has it can be built... maybe going to build it later tonight...
-
@danal I will be attentive to your progress... Luck
-
... and here I am trying to avoid any top layer exposure whatsoever!
This makes the process much less automatic, IMO. Now we're playing the same game as a router table: "Can we reach this spot with this tool?" "Can we make this geometry with this approach?"
The beauty of 3D printing is that it is so generalized. (Let's be honest, there is a fine art in slicer settings, but it's going towards this.)
Interesting nonetheless. I know we've seen it before, but perhaps not such a refined form.
-
@peirof That's one of the best things I've seen in years. Thanks for sharing.
-
This kind of kinematics, can only implemented in a delta.... No?
-
@peirof said in Non planar layers:
This kind of kinematics, can only implemented in a delta.... No?
I don't think so. The video showed the bed moving in z.
-
@peirof said in Non planar layers:
This kind of kinematics, can only implemented in a delta.... No?
I think in delta we could tilt the effector to access tighter spots with wold make this even more effective but this would require custom firmware support
-
@peirof said in Non planar layers:
This kind of kinematics, can only implemented in a delta.... No?
I don't not see why not.
@deckingman said in Non planar layers:
@peirof said in Non planar layers:
This kind of kinematics, can only implemented in a delta.... No?
I don't think so. The video showed the bed moving in z.
Yes the bed moves in Z in this video, but noting would really change if the bed remained stationary and the head moves in Z.
-
@nxt-1 Exactly so.
-
very nice.
most printers will need a cooling fan adjustment for this to work on them
-
@veti
I don't think so.
The video shows the setup process where vertical clearance and nozzle angle are measured. I assume this is for the algorithm to decide which parts of the surface are reachable by the nozzle tip when doing non-planar moves without other parts of the hotend crashing into the print surface. -
yes i know, but look at the fan shroud of the mk3 for example. there is not much clearance between the nozzle and the fan shroud.
so not much room for manoeuvring -
This would be very cool, and It'd be relatively easy to create a longer thin "heated" nozzle perhaps out of a wire wound hypodermic needle. The heating would just maintain temperature from the heat block to the tip...
Either that or a 5 axis setup with a nozzle that could be sent alt azimuth demands... I could envisage 5 axis mill surfacing toolpaths could be wrapped around the exterior of a part!
Definitely one for the future...
-
This approach together with https://hackaday.com/2017/01/19/3d-printer-with-tilted-bed/ would allow to print everything without support material. It all depends on an intelligent slicer/kinematics and some additional actuators.
-
I have an adapter that allows an airbrush nozzle to be used as a 3D print nozzle. I've never tried it. I may dig it out, as it projects down several MM, and would improve the angles for this idea.
Hmmm... Where DID I last see that thing?
-
I don´t think this is very useful since the nozzle is not perpendicular to the printed layer.
There are a few problems.- This will result in concave lines on a downward printing path, and convex lines on an upward printing path, and therefore different surfaces on a downward/upward printing direction.
- uneven nozzle wear- this will wear out the nozzles one- or two sided, which will result in bad "normal" planar layers.
- this can´t be used with dual extruders that have both nozzles on the head. The second one would collide in most cases.
A true simultaneous 5 axis would be better. The mechanics is not the problem, it´s just that the software is lacking.
Some 5 axis printers:
https://www.youtube.com/watch?v=zhO2b0QnTao
https://www.youtube.com/watch?v=w8Fl8L4yk8M -
@nitrofreak said in Non planar layers:
The mechanics is not the problem, it´s just that the software is lacking.
specifically the slicer to generate the tool paths.
-
@t3p3tony said in Non planar layers:
@nitrofreak said in Non planar layers:
The mechanics is not the problem, it´s just that the software is lacking.
specifically the slicer to generate the tool paths.
Yes exactly, Sorry that is what i meant. For the Duet it would be just another axis, although for simultaneous 5 axis you need a pretty powerful processor that can calculate the Dynamic Work offsets realtime. As long as that is not a given, a 3+2 positioning is probably more likely. Also, as long as the duet can´t handle true sinusoidal G2/G3 computing, the simultaneous 5 axis is off the table.
I found a video of a 3+2 axis 3D printer, even running duet electronics:
https://www.youtube.com/watch?v=JdsR7nNDN3w
Anyways, slicers need to step it up to generate the toolpaths for a 5 axis printer.
First of all, they would need to implement slicing from .step files. This would allow a feature selection, especially for round holes. You could then also easily select planar surfaces to print features perpendicularly from.
There are CAM module suppliers that sell the toolpath generation algorithms to the CAM software suppliers. Just like moduleworks:https://www.moduleworks.com/de/cam/
I bet they have some 5 axis generation algorithms that could be adapted to 3d printing. However this is not likely to happen in the open source world, as these CAM modules are $$$.
When i was at the Formnext 2018, i was at the HAGE sondermaschinenbau booth and they had a 5 axis 3d printer. It was this one:
https://www.youtube.com/watch?v=qYE-WDh3NQM
They showed me their workflow and they used Siemens NX for the toolpath generation. However they could only use this for pipes and the sort. They partnered with siemens to adapt a "simple" 5 axis swarf to output the gcode for a 3d printer.
-
@nitrofreak Thank you for the video links, those are interesting samples what is possible. I think the sinusoidal discussion is only the "tip of the iceberg", the problem is, that the drive movement planning should be flexible for all drives, not only for the extruder. Maybe the current firmware extended by the possibility to define algorithms between the driver movements as dynamic parameters (e.g. G-Code at the beginning). E. g. if the heatbed is to be pivoted and is a hexpod, the movements will be nonlinear and complex.
Problems aside, I am sure an open software community can develop the same quality as commercial firms. There must be a driving group of people (or one person) however who are motivated enough to implement the solution. Maybe we can start with such an effort here with the enhanced Duet 3 capabilities.
If you look into the kernel of algorithms, they are in general very short, e.g. for Delta, for sinusoidal etc. in the different firmwares, so implementing is not a big effort. A correct model of behaviour is the most important point to start with.
-
I just found another example of non planar printing all the way back from 2014. It seems to do the same thing