3D Printing without Slicers: Introducing FullControl.

2023 ж. 22 Қар.
164 874 Рет қаралды

In this episode I take a look at FullControl, about time to do an episode on this amazing "not slicer" application. But there's more, because while I've been procrastinating - it got better.
*Sponsored by SUNLU*: Visit SUNLU to see BLACK FRIDAY offers! lostintech.co.uk/sunlu-full
All models not created by myself or chatGPT are credited to FullControl.
Links to fullcontrol:
fullcontrol.xyz/#/models
www.fullcontrolgcode.com/
github.com/FullControlXYZ/ful...
The design template (the quickest way to start): colab.research.google.com/git...
Thank you also SOVOL for providing the SV07+ for use in this video. You can visit SOVOL here: lostintech.co.uk/sovol
If you want to support the channel, you can via patreon: / lostintech
Join us on Discord!: / discord -- we have 600+ members !
Farting Around by Kevin MacLeod / licensed under a Creative Commons Attribution 4.0 licence. creativecommons.org/licenses/...
Source: incompetech.com/music/royalty-...
Artist: incompetech.com/

Пікірлер
  • This reminds me of pixel graphics vs vector graphics. Simple bits vs mathematical calculations that can create the same graphics at any size without loss of resolution.

    @EXG21@EXG215 ай бұрын
    • I almost used raster vs vector as an analogy but I thought it was a bit meta :)

      @LostInTech3D@LostInTech3D5 ай бұрын
    • @@LostInTech3D A bit Venta, Virtual Environment Beta. Ha ha. Just trying things in.

      @EXG21@EXG215 ай бұрын
    • I think this is the method used in Vectric Aspire to build 3D models. It works well for CNC routers. I have not tried it for 3D printing.

      @billstanley4819@billstanley48195 ай бұрын
    • makes me think of how people have gotten original era arcade games to work on laser projection systems used for laser shows, since they respond well to vector input as that is basically what they do when they draw on a wall with a laser dot. So things like Asteroids

      @filanfyretracker@filanfyretracker5 ай бұрын
    • This is a really good analogy. When we model a ball a stl is just triangles approximating a curved surface but full control allows us an actual curved surface.

      @kevinbruce5981@kevinbruce59815 ай бұрын
  • This style of code generation is closer to writing GCode for a CNC mill. Rather than generating the path automatically, a programmer builds the path from a library of movement types with parametric settings. Nice to see it finally starting to come to printing.

    @FluffRat@FluffRat5 ай бұрын
    • There is a reason that CNC milling is moving away from manually writing Gcode, it would be a step backwards for 3D printing.

      @conorstewart2214@conorstewart22145 ай бұрын
    • ​@@conorstewart2214I don't see it as a step backward. I see it as a side step. It's not for everything but it has its own use cases. If you want pattern parts without drawing them, it would be great for that. I wrote a very similar app for cnc machining so I don't have to draw everything in cad first. It's not a replacement of the process, it's simple an alternative workflow for certain use cases.

      @newmonengineering@newmonengineering5 ай бұрын
    • Different tool for a different job. I remember nophead doing stuff like this ~2009 so not exactly new, but a better software interface for sure

      @destinal_in_reality@destinal_in_reality5 ай бұрын
    • actually nothing that was done here couldn't be done in G-Code. Slicers just do not use the full functionality of g-code. most dont even use arcs. There is so much of low hanging fruit to grab in G-Code by slicers

      @johgude5045@johgude50455 ай бұрын
    • @@newmonengineering in the vast majority of cases creating the parts in CAD programs is easier and faster. You also have code based CAD software like openSCAD that is defined via code. Both methods I have mentioned are superior in pretty much every way to writing out gcode. Also both methods I mentioned allow you to have the base model and then use it for many different processes and tool types. With the method in the video if you change your nozzle size, or want to machine it, you will pretty much have to start from scratch. If you want to pattern parts then there are much better methods to do it.

      @conorstewart2214@conorstewart22145 ай бұрын
  • Love these 'side quests' that you get up to, along with any test/review content you do!! Keep up the good work!!

    @Shoikan@Shoikan5 ай бұрын
  • The Logo turtle is back, but this time its running a cnc machine instead of pictures on a screen. 80s kids rejoice!

    @SkateSoup@SkateSoup5 ай бұрын
    • Yes - but in three dimensions.

      @SteveBakerIsHere@SteveBakerIsHere5 ай бұрын
    • Just 80s kids? Turtle is still a way many students learn Python :-)

      @chrisheddles7005@chrisheddles70052 ай бұрын
  • This is brilliant and the possibilities are endless.

    @espressomatic@espressomatic3 ай бұрын
  • Pretty sure it's venv is "virtual env," which equals virtual environment.

    @Rievven@Rievven5 ай бұрын
    • nah, it's latin.

      @LostInTech3D@LostInTech3D5 ай бұрын
    • Yes, a way to have a "portable" python setup with all correct versions of prerequisites and stuff

      @gustavrsh@gustavrsh5 ай бұрын
    • *cough* docker

      @LostInTech3D@LostInTech3D5 ай бұрын
    • @@LostInTech3D - "venv" is a module in the standard library for creation of virtual environments. The docs page says venv was introduced in Python 3.3. - The Python website still has the release notes for 3.3.0, which claims 3.3 was released September 29, 2012. - The Wikipedia page for "Docker (software)" says Docker was first released March 20, 2013. - None of this actually explains why python folks haven't adopted Docker at any point in the last 10 years, but nonetheless, in at least some corners of the people who code in Python, docker hasn't made any inroads. - Despite docker's existence, many languages insist on doing their own thing for dependency management, and running code natively on the machine directly. 🤷

      @minifig404@minifig4045 ай бұрын
    • @@LostInTech3D but is it future Space Latin or ancient Roman Latin?

      @Rievven@Rievven5 ай бұрын
  • Very interesting thanks for sharing with us FullControl !!

    @antoninperbosc1532@antoninperbosc15325 ай бұрын
  • I saw the blob demo last video and I was super intrigued. Happy to know what it is. That's a really sick and useful printing style. I think it's the non-planar printing that interests me the most. Given it's just Python, it would be very easy to add some safeties too. You could have a place to plug in variables like nozzle depth and angle, height to print head, distance to cooling fans, and more. Then before a print model is generated, it could do some basic math to check if anything you have programmed will hit. Cool!

    @802Garage@802Garage5 ай бұрын
    • the sky is the limit on the python library, for sure. I wish I had more time to mess with it, maybe I'll do more later.

      @LostInTech3D@LostInTech3D5 ай бұрын
    • @@LostInTech3D I have a whole ass programming degree, but the math is still intimidating. Fortunately there are plenty of math libraries to make life easier as well.

      @802Garage@802Garage5 ай бұрын
  • Great! CNC GCode routines, loops and all, for subtractive manufacturing coming full circle into additive manufacturing... With all the same levels of trig knowledge and machine comprehension required. My mill wright would love this! Average user, not so much.

    @Jerrie-Lenore@Jerrie-Lenore5 ай бұрын
  • I guess I should publish my fullcontrol IDE now

    @ufffd@ufffd5 ай бұрын
  • So, back in the 1980s I used to write G-code by hand for a CNC lathe. This like something like that but for a 3D printer. Anyone could do that but it would be too too easy to make mistakes. And it would be very tedious. Since one is controlling a real machine one could do damage. Existing well tested modeling and slicer software for free seems to me to be far to good to pass on. We can share STL files. In many cases one can make modifications to an STL made by someone else. One can certainly modify design files from others. I can't see the point of trashing that and starting over.

    @peircedan@peircedan5 ай бұрын
    • yeah I see it as an entirely different use case, now I know how to use it, I will be, but not for designing objects - more for research and testing.

      @LostInTech3D@LostInTech3D5 ай бұрын
  • Loooool, event horizon quote on a 3D printing video, I really love this world 🤩

    @PrzemyslawDrewnowski@PrzemyslawDrewnowski3 ай бұрын
  • For this to be useful I'm reminded of getting 2 colour printing going in a hurry. I'd get Cura to spit out the gcode and then go in and tweak with notepad++. This is one of those things that i wonder where people get time to play with it!

    @smorris12@smorris125 ай бұрын
  • Interesting tool. Odd, niche use cases, but there are some times when what you need to do will require just taking over and telling the machine what to do. Rare, to be sure, but nevertheless useful.

    @jameskilpatrick7790@jameskilpatrick77905 ай бұрын
  • I think my first touch for G-Code was with CNC plate cutter/stamper or what it was called at 1997 when I was in vocational school. Course was about CNC machines. Basically we hand write G-code at that course. Can't remember was it heatsink from 1mm aluminum plate or amplifier case with 0.5mm steel. Heatsink used about 5x30mm rectangle punch tool and amplifier case use also that and additional tools to puch holes for potentiometers, switches, etc.

    @LimbaZero@LimbaZero5 ай бұрын
  • So this seems like basically an extrusion library for Python. Nice for data driven or function driven objects. But for most purposes, what would be desirable would be non-planar surface tracks - like a really smart, adaptive vase mode for the surface with smart fill.

    @richdobbs6595@richdobbs65955 ай бұрын
  • So so basically, write raw GCode - with a bit of python wrapping it...because....um...typing all of those G's is a pain? I make a lot of model railroad stuff - locomotives, buildings, etc. Doing ANY of those things using full-control would be a MASSIVE problem...it's being sold as a way to get to printer functionality that slicers can't use - but in truth, it's replacing super-sophisticated CAD software with everything having to be hand-coded. I see full control allowing you to print highly geometric vases and such - but if you wan it to make a model of a railway locomotive...you can't do it - it would take a lifetiime using direct control.

    @SteveBakerIsHere@SteveBakerIsHere5 ай бұрын
    • Exactly, full control is not the direction we want to be heading in, what people actually want to make models using CAD software and then just have a better slicer that isn’t limited to the “2.5D” that it currently is. As has been the case for a long time now, hardware isn’t the issue, it’s software, we can make CNC machines with many axes but it is just getting software to take advantage of all those axes that is the issue. Maybe an approach similar to CAM would be the best intermediate step, rather than full control.

      @conorstewart2214@conorstewart22145 ай бұрын
    • Let me give a CNC example. The first thing I often do is level the surface. To do this I normally have to draw a square or rectangle then import that to cam and then define the lines to be a pocket cut with the size cutter I am using. This is then exported to gcode and then run in the cnc sending software. That's 3 steps. I do this often. Now imagine I have my own software that I simply define 4 points and choose surface and it does all the magic without a cad file or without defining anything. That is 1 simple step. I am giving this example to help understand how it may be useful in some scenarios. Another example is a mesh of holes in a sheet. If I want a 9x9 square if holes 1inch apart I have to draw this in cad first then again define every point as a drilling operation. It may take 30 minutes to get it drawn, exported, imported and then define every point with the size and depth of cut. If I can write a simple routine where I define the hole size and depth once and then how many holes and spacing, it takes a few seconds to do the same thing. It's not for everything, it's useful for certain edge cases only, but if you do those often, it is a huge time saver. I wrote a software that does things for my cnc machine because I got tired of drawing everything exporting and defining all the time.. full control is similar to my software but its not the same. The point is, it depends on use case. It's not a solve every problem tool but it may save huge time if you need something specific and don't want to go through the normal flow every time.

      @newmonengineering@newmonengineering5 ай бұрын
    • @@newmonengineering I think you must either be using a spectacularly bad CAD system - or you haven't learned all of it's capabilities. If you're using this external Python script and importing an array of 81 holes rather than using the CAD system's automatic way to copy some structure into a grid of 91 copies at given spacing - then you're doing something wrong here. I use Blender for my 3D modeling - and I wouldn't think of using some external tool to do something that's two mouse clicks away. And blender is a *free* tool. If you're a professional then your CAD software probably cost a small fortune - and should be considerably more powerful. And incidentally - blender has a built-in Python system so if you DO need to generate something programmatically - you can do it directly in Blender rather than doing it someplace outside and importing g-code. Furthermore - something that a morasse of g-code is just a single object. Wouldn't you want things to each be their own object - with a nice name ("Hole(3,4)" or something)?

      @SteveBakerIsHere@SteveBakerIsHere5 ай бұрын
    • Hello, Do blender incorporate a slicer ? Can it make g-code file do make « real » 3D printing ? (With the nozzle moving in the Z axis at the same time as X and Y axis like showed in the video ?)

      @DD-ne3rl@DD-ne3rl5 ай бұрын
    • ​@@SteveBakerIsHereI think you need to do some CAM work and actual CNC machining to understand the value of the low level tool he described.

      @lupeters213@lupeters2135 ай бұрын
  • The blob cylinder really makes me want to be able to use surface treatments like that like how fuzzy skin works. Blobby textures would be fun.

    @ZacDonald@ZacDonald5 ай бұрын
    • Agreed. It would probably work really well on handles or other grippy surfaces!

      @Fighter_Builder@Fighter_Builder5 ай бұрын
  • While not practical for common hobby use. This would work really well for mass production. Where you can allow yourself to spend a bunch of time optimising the design. Yet, i feel it would be better to use a slicer for the general shape, then refine with gcode tools.

    @agustinsida8877@agustinsida88775 ай бұрын
    • i think you are right! there are workflows/tasks where this could make a lot of sense, combined with parametric scaling you could do varieties of parts when needed....lots of open frontiers with software and firmware in 3dp...

      @simonschneider5913@simonschneider59134 ай бұрын
  • This feels like it would be a really good toolkit to make a "3D slicer" from!

    @oskarelmgren@oskarelmgren5 ай бұрын
  • That was a fun video......Im a nerd methink. Thank you! I really enjoyed it, brought back nice memories of programming. In 1984 I did a Tie Fighter do a roll over and explode in machine language (no compiler) on an Apple ][e. From arrows..to binary...to hexadecimals...call commands....with the constant fear of typing the wrong command and redirecting extra power from power supply to a random key on my keyboard setting me on fire. :P Latter is an exaggeration, I could have made this happen if I remember right, but it would need a full set of self aware typos.

    @Slurgical_3D_Terrain_Channel@Slurgical_3D_Terrain_Channel3 ай бұрын
  • Oh, you've printed a non-planar leaf! That lattice phone stand makes great sounds when it's being rolled on hard surfaces ;)

    @TechieSewing@TechieSewing5 ай бұрын
  • That 90 degree overhang looks incredible. Cura needs to get on that lol

    @lajoyalobos2009@lajoyalobos20095 ай бұрын
    • Yes - it does - but it needs to be automatic. Manually generating the G-code to do that is a monumental pain for anything more than the simplest examples.

      @SteveBakerIsHere@SteveBakerIsHere5 ай бұрын
    • Look up Arc Overhang, there is a post-processor

      @JGnLAU8OAWF6@JGnLAU8OAWF62 ай бұрын
  • So python interface for parametric gcode generation?

    @edwardscrase6136@edwardscrase61365 ай бұрын
  • Nice primer! Grasshopper next?

    @woodywiest@woodywiest5 ай бұрын
  • I wrote multiple gcode generators for CNC machines. My software builds the entire scripts for some cnc functions. I wanted some very specific CNC operations to be super easy to get without a drawn cad file, so I was un-satisfied with what existed, so I taught myself gcode and then wrote software to generate gcode. It wasn't that hard. It's very useful to know some of it, you can make your own to clean the nozzle and things like that easily.

    @newmonengineering@newmonengineering5 ай бұрын
    • i did the same thing. these cycles were faster and easy to use - an old machines, it was faster than CAM! :) its all depending on what you try to accomplish"! ...3d printing has a huge software and firmware problem. everybody reinvents the wheel...

      @simonschneider5913@simonschneider59134 ай бұрын
  • Thank $deity I bunped into this video. This is a game changer. Appreciate the quick demos.

    @actualreplyguy@actualreplyguy4 ай бұрын
  • Amazing video!

    @ericjones8289@ericjones82895 ай бұрын
    • thank you! :)

      @LostInTech3D@LostInTech3D5 ай бұрын
  • I love full control

    @duller9430@duller94305 ай бұрын
  • It was so relieving when he finally activated the dark mode for the IDE.

    @David-pk2jz@David-pk2jz5 ай бұрын
  • A question about the little imperfection or ‘seam’ that is left behind by the print head in the surface of the print I know that the user can choose where to place this ‘seam’, such as in the back of a vase. Or this seam can be scattered randomly across the printed surface. Is it possible to add extra seams on the surface of a print? Such as having eight equidistant seams running up the side of the vase. Thus the ‘seams’ become part of the design. Maybe these eight ‘seams’ could spiral up the side of the vase, or cross over each other to form a diamond pattern? Could we write a brand name up the side of the vase using the ‘seams’? Could we make this imperfection a feature on the surface of the print?

    @DaveTimperley@DaveTimperley4 ай бұрын
  • Seems like more of a toy for anyone not doing slicer research, but I would like to see slicers getting more CAM-like features or CAM programs generating gcode for 3D printing that operates on pure part geometry like a CNC rather than parts converted to polygon volumes and then waterline algorithm slices.

    @treelineresearch3387@treelineresearch33875 ай бұрын
  • awesome

    @SantoshParamSivam@SantoshParamSivam2 ай бұрын
  • Interesting approach. Beyond slicers: Have an AI write G code for you, use Full Control, or the grand daddy that predates slicers, use OpenSCAD for parametric and/or geometric design. If you prefer programming to drawing things in CAD, OpenSCAD is for you. It's so incredibly powerful that it's almost addictive and programs can be developed piecemeal like other programming. Draw a square. Stack the squares to make a box. Rotate each Z step in the XY plane to make a twisted box vase. Increase the length of the X and Y moves slightly for each layer to make an outwardly flaring twisted box vase, Add a sin function to put surface ripples on the outwardly flaring twisted box vase. Increase the amplitude of the sin ripples with Z height. Etc. It's fun to write the code and see the 3D object you're describing, and the OpenSCAD file is very small for the complexity it creates.

    @Liberty4Ever@Liberty4Ever5 ай бұрын
    • sadly openscad is undercooked and scuffed as a language

      @dotanuki3371@dotanuki33715 ай бұрын
    • @@dotanuki3371 It's also glacially slow as a platform. I don't know why their solver is SO MUCH SLOWER than Solidworks or F360, it doesn't even have to calculate complex constraints.

      @treelineresearch3387@treelineresearch33875 ай бұрын
    • I was thinking the exact same thing. This would be cool school example for math. It would make people really understand how trigonometric functions work.

      @Lasseu@Lasseu5 ай бұрын
    • i wished id be better at coding - somebody needs to bent LINUXCNC and FreeCAD towards 3d printing. i am not yet able to do so myself...but i am going there....slowly... ;)

      @simonschneider5913@simonschneider59134 ай бұрын
  • Very Cool hope it works

    @MammothPaige@MammothPaige4 ай бұрын
  • wow cool

    @sirorlandodecorsica6210@sirorlandodecorsica62105 ай бұрын
  • A 5axis/rotary setup would make the max out of this.

    @constantinosschinas4503@constantinosschinas45035 ай бұрын
    • funny you should say that.

      @LostInTech3D@LostInTech3D5 ай бұрын
    • @@LostInTech3D I perceive 5-axis more fun than funny though.

      @constantinosschinas4503@constantinosschinas45035 ай бұрын
  • THAT LAST EXAMPLE WAS INSANE, could it go in a full sphere like that?????

    @AckzaTV@AckzaTVАй бұрын
  • I trust this guy cause he sounds like Mumbo Jumbo

    @danielsaenz5570@danielsaenz55705 ай бұрын
    • See, I knew confusing people was the right way to look smart.

      @LostInTech3D@LostInTech3D5 ай бұрын
  • It looks like it would shine the most while combining GCode generation processes: the easier, more repetitive stuff in the software, and more intricate parts in full control!

    @MrKubaxius@MrKubaxius2 ай бұрын
  • It's interesting.!! Where can I find the toolpath for the model in the video 13.34?

    @VijayasankarKn@VijayasankarKn5 ай бұрын
  • I don't think I'm stupid but I couldn't understand any of this. Is this just for round shapes? And even if it is I couldn't make sense of how he went from a cad package to the G code output. He seemed just as hesitant and confused as I was about it.

    @RobertA-hq3vz@RobertA-hq3vz5 ай бұрын
    • Well, if that makes you feel better ;) Not just round shapes. You can draw anything as a combination of lines and arcs, and it can convert svg images into sets of points too, and then convert the path between them into gcode. Converting instructions in Python into instructions in gcode (for the printer), is what library does. You say you want a point here and point there, please extrude enough to get there in a straight line, but you don't need to calculate how much to extrude, and the bed boundaries are already set (and hopefully accounted for; I haven't tried to go out of bounds yet).

      @TechieSewing@TechieSewing5 ай бұрын
  • How about modifying an (open?) source cnc mill software to control feeds, temps and routines? CNC Mill software is full control out of the box. Or use Grasshopper g-code output.

    @constantinosschinas4503@constantinosschinas45035 ай бұрын
  • craziest thing is that sunlu sponsored you

    @AckzaTV@AckzaTVАй бұрын
  • SO a bads analogy is, this is like vector printing when slicers are raster? it seems to use a lot less computing powerthan a slicer right?

    @AckzaTV@AckzaTVАй бұрын
  • Sunlu is the pla I got and stayed with after 3 years. It doesn't sink and prints great. Most of the time filament isn't most too, so no drying needed

    @SneakyJoeRu@SneakyJoeRu5 ай бұрын
  • Where can we find some of the model gcode? Want to print some of those out. I found them on their web site, I'm going to have fun printing some of these out tomorrow, whish I could post pictures in KZhead comments.

    @OldManJimmy1@OldManJimmy13 ай бұрын
  • Can’t wait for a CAD program that leverages this. Obviously writing code to draw is suboptimal for complex models, but if someone made a GUI around this, it might have more use cases.

    @kevintieman3616@kevintieman36165 ай бұрын
    • Probably not. It is called CAM. It is the standard in the machining world. And even after being common for 40 years, it still takes years to learn even with nice GUIs.

      @Amir_404@Amir_4044 ай бұрын
  • full control sounds like the winner! why do we not have their code in our 3d printers, and in our 3D printers? good luck changing the language from caveman!!

    @--JYM-Rescuing-SS-Minnow@--JYM-Rescuing-SS-Minnow5 ай бұрын
  • Please let me know when FullControl becomes installable with the proper input output

    @RaminOhebshalom@RaminOhebshalomАй бұрын
  • I think you can be much faster and it's more intuitive to design in a classical graphical CAD tool. Like sure, I would use this for something simple and abstract which looks nice, but when I want some functional part or some estethical part that is more complex, I can't see the advantage to using this. To me it feels like a solution in search for a problem, but maybe there is some valid use case that I'm not seeing. Or is it just something to toy around with? Kudos to the guys who wrote it anyway, I'm sure it's challenging to do.

    @FlorinPopescu35@FlorinPopescu355 ай бұрын
    • I mean it’s kind of more about discovering techniques to build into slicers down the line. Arc overhangs started as a full control thing and are getting implemented into PrusaSlicer just as one example. For most 3d printer users full control is a clever party trick.

      @AthenaEryma@AthenaEryma5 ай бұрын
    • With Cura 5.5's new API that lets you access some of the backend slicing logic, im curious how long it will be before someone implements CAM logic to slicers. Or if Fusion360 and its competitors would ever go down that road

      @antoinepapillon481@antoinepapillon4815 ай бұрын
    • Maybe if your running larger batches of objects on a print farm, you might benefit from some highly optimised gcode. In most cases, no. And the traditional workflow offers another important advantage: a clean separation between the description of the object itself, and the gcode that adds all the particularities of your printer and the filament you are working with.

      @kaasmeester5903@kaasmeester59035 ай бұрын
    • Import a 3d file in your python script and slice it

      @ufffd@ufffd5 ай бұрын
  • i love the use of AI in this context. i will give similar experiments a try i think. that was probably really fun to figure out!

    @simonschneider5913@simonschneider59135 ай бұрын
  • Maybe this will be useful with a ki take a stl and translate it to Full control code. But how it is now I can’t see a practical use case.

    @Todestelzer@Todestelzer5 ай бұрын
    • Have you not just described a slicer?

      @theninjascientist689@theninjascientist6895 ай бұрын
    • @@theninjascientist689 yeah but no slicer today is making the same tool paths for now like in full control. I heard in a Vision miner vid they are now using KI to improve high temp printing success rate. But they didn’t show it. But it’s probably in the slicer.

      @Todestelzer@Todestelzer5 ай бұрын
  • Ok, think in missing something. The "slicing music" at 2:19. Is that a real thing? What's it from? It's catchy.

    @danmatsav@danmatsav5 ай бұрын
    • Heh, see the cura video from about a month ago

      @LostInTech3D@LostInTech3D5 ай бұрын
    • @@LostInTech3D I looked the music up and played it in front of my daughter (10). She asked "why does that even exist?" I responded with "An even better question would be, where has this been all my life?" Thank you sir for introducing us to this new piece of world culture!

      @danmatsav@danmatsav5 ай бұрын
  • Nice, but I think another better solution already exist few years (unnoticed by 3d community), it's called "Velocity extrusion" and it's available in MachineKit. Concept is simple, you just tell your 3D printer how many plastic to deliver when we are printing, then just supply usual GCode for movements (lines, arcs, circles, etc ...) and speed, printer by itself will calculate and control retractions, accelerations, jerks, plastic delivery rate in particular point of space, this way your GCode don't need to directly control additional "Extrusion" axis on each move and you are free to utilize full power of CNC GCode.

    @GaOlSt@GaOlSt5 ай бұрын
  • Interesting although I don’t know how widespread the appeal is. Working with something like stl files is a bit more versatile

    @channelmachinebroke9638@channelmachinebroke96385 ай бұрын
    • Yeah - but STL only allows you to draw triangles. With direct g-code access, you can draw smooth arcs without using a bunch of straight line segments.

      @SteveBakerIsHere@SteveBakerIsHere5 ай бұрын
  • So, basically this is an 'assembly' language for G-Code as our machine language analogy here, instead of 'compiling' from triangle models? Interesting. Can't really think of many uses for this currently that wouldn't be equally well served by hand-writing G-code (as it was INTENDED to be hand-written this way back in the early days of numeric-controlled machinery), but the fact that it's a Python library opens up interesting programmatic uses of it -- like doing new kinds of 'slicing' from something like OpenSCAD, using something other than 2.5D slices. Of course, being able to loop and whatnot makes hand-writing G-code much easier, and I guess some ability to port G-code between machines is also handy. Maybe this will make 'handwritten' (or rather 'assembled' in this manner) G-code appear more often in 3D printing, as currently it's almost unheard of.

    @05Matz@05Matz5 ай бұрын
  • VENV a Virtual ENVironment. for non- computer science people: it's like having a collection of pots when cooking a recipe and the default python install is the kitchen to cook in. . if you mess up the recipe it's contained in the pots and can be cleaned or new pots can be obtained for a second go at the task. not having a venv activated just mean you are cooking your recipe without any pots, directly on the burner and if that recipe goes sideways, you're going to need to put in a lot more work cleaning that kitchen, or in worst case, a full remodel (reinstall of python) Hope that helps.

    @metalnat@metalnat5 ай бұрын
  • We need some tutorials on using GPT. You could point it to the python library. It would read and understand. Just need to prompt what we want. I want to try those blob light fixtures.

    @FilmFactry@FilmFactry5 ай бұрын
  • I wonder if you could use full control to design and print from your phone.

    @McRootbeer@McRootbeer5 ай бұрын
    • I think you can...I've done python on the phone before.

      @LostInTech3D@LostInTech3D5 ай бұрын
    • @@LostInTech3D cool... Now I just need to learn Python 😅.

      @McRootbeer@McRootbeer5 ай бұрын
  • Next step would be using that generator in combination with a 3D-model. Before that this is just going to be a novelty really.

    @shinobi6622@shinobi66225 ай бұрын
  • Can chat GPT build an STL file from descriptive language yet. Like telling it to make a model of a 1957 Lincoln or a well known celeb?

    @441rider@441rider2 ай бұрын
  • wow.

    @temporallabsol9531@temporallabsol95315 ай бұрын
  • I know that you just bearly touch this topic in this video but I really need non planar gcode to become more mainstream it would be extremely useful for some prints even if it would be just for a span of few layers to do a smooth curve around it

    @Stripeyy@Stripeyy2 ай бұрын
    • I certainly hope to look more at non planar as I get more into the self built stuff (pointy nozzles!)

      @LostInTech3D@LostInTech3D2 ай бұрын
  • Oh cool that Bambu Lab ad we see on KZhead is using FullControl isn't it?

    @OZtwo@OZtwo5 ай бұрын
    • I've not seen a bambu ad 🤔

      @LostInTech3D@LostInTech3D5 ай бұрын
  • Ooh, ooh, please sir, i watched the blob video.

    @smorris12@smorris125 ай бұрын
    • you're my favourite

      @LostInTech3D@LostInTech3D5 ай бұрын
    • @@LostInTech3D Popularity at last!

      @smorris12@smorris125 ай бұрын
  • Ok other than printing overhangs without supports ? it seems full control with it's features should be just added to a slicer program.

    @davidborg7305@davidborg73055 ай бұрын
    • it's an interesting thought...

      @LostInTech3D@LostInTech3D5 ай бұрын
  • Yes, you sound like that. Only with a better 🎤🎙️..., but the Quality are always 100% Perfect from the First Video, Sir‼️And You are AWESOME 👍😎‼️ Stay safe, healthy, Greatings to all and share Love 🤗🤗‼️

    @alexanderscholz8855@alexanderscholz88555 ай бұрын
    • appreciated! :)

      @LostInTech3D@LostInTech3D5 ай бұрын
  • We need a Cura plugin of fullcontrol

    @gri4on@gri4on5 ай бұрын
  • Just cause... Lboro Uni for the win (my alma mater)

    @Thats_Mr_Random_Person_to_you@Thats_Mr_Random_Person_to_you5 ай бұрын
  • The closest I can think to call this is additive CAM

    @bj_@bj_5 ай бұрын
  • Still can't understand why I would need this thing. What's the point of all of this flexibility, if this thing can't process the stls? It seems like with a lot of hussle I can design some gimicky geometric shape, which may have limited artistic value, and that's all. If I need to make something mechanical, like a gearbox enclosure, I would make it much faster in literally any CAD, than program it by hand. If I need something artistic, like a character figurine, then it's even imposibble to program manually. Meanwhile, all of the 3d prints featured in this video, except for the nonplanar one, are totally achievable in slicers with expert level settings. You mentioned calibration 3d prints, but more advanced slicers feature build in calibration generators (for example, SuperSlicer and Orca Slicer). You mentioned nonplanar 3d printing, which can be a game changer for eliminating layer lines, but it's inapplicable to real life prints. You demonstrated supportless concentric printing, but it's achievable with postprocessing scripts in Prusa Slicer and it's derivatives. I just can't see any actual usecase to this software.

    @pro100vald@pro100vald5 ай бұрын
  • Can FullControl print with 3D moves?

    @nesnduma@nesnduma2 ай бұрын
    • Yes! It can do non planar printing even

      @LostInTech3D@LostInTech3D2 ай бұрын
  • VENV - Virtual Environment x)

    @kyniverse@kyniverse5 ай бұрын
  • asking the AI was really cool

    @giovannifontanetto9604@giovannifontanetto96045 ай бұрын
  • So... Pretty much like OpenSCAD 😅

    @VonDerHeideblume@VonDerHeideblume5 ай бұрын
  • Full control is cool but it is not practical, you will have to spend far longer making the model up like that than using CAD software and hence most details would probably be lost due to the time required to make them. How do you do infill? I take it you would have to manually program infill too? Full control is not the way forward in my opinion, what we need instead is better slicers that can use more axes than they currently do. Having to manually write out code to create the gcode would just make 3D printing much harder to use for little benefit, making even a semi detailed or complex model using full control would take far too long and be too prone to errors.

    @conorstewart2214@conorstewart22145 ай бұрын
  • FYI, in case it wasn't already mentioned. VENV = virtual environment. It's a sane suggestion to install and run under a virtual environment because a root python environment can be dangerous, whereas a virtual one is kind of sandboxed and doesn't modify the base install when you start messing with dependencies.

    @cosmiccrunch8591@cosmiccrunch85915 ай бұрын
    • Why don't they just be normal and say "use a VM"?

      @ChaosSwissroIl@ChaosSwissroIl5 ай бұрын
    • @@ChaosSwissroIlbecause it’s totally not the same? Can’t tell if you are being serious or not..

      @kevintieman3616@kevintieman36165 ай бұрын
    • There's simply too much stuff to know it all. Easy misunderstanding if you're not familiar with python.@@kevintieman3616

      @cosmiccrunch8591@cosmiccrunch85915 ай бұрын
  • When you are using ChatGPT to generate code ... why not have it generate G-Code directly already? I would suspect that GPT-3.5 would not do an amazing job, but GPT-4 has something they call "analysis" which is just a generator of python code that does part of the work for GPT. So with GPT-4 + Analysis, it should be possible to write G-Code and even to plot out the results, and even to maybe write "tests" into the code itself to make sure some constraints/angles are respected.

    @kesor6@kesor65 ай бұрын
  • You still sound like that 😎

    @DuXQaK@DuXQaK5 ай бұрын
  • It’s probably more useful to slice a model traditionally and then modify the gcode how you need. 3D printers usually use marlin gcode which really sucks compared to the gcode that most professional cnc machines use. But it’s easy to understand gcode so I don’t want to learn python.

    @MawoDuffer@MawoDuffer5 ай бұрын
  • Ok, so fullcontrol isnt actually all that useful if i want to make anything complex. Hmmm, any chance that you might look into blender’s functionality for 3d printing? I know there is a process for importing gcode, and adjusting the path in blender, then exporting the updated path/shape to gcode again.

    @philippeholthuizen@philippeholthuizen5 ай бұрын
    • that, is the territory of makertales @keep-making if you've not heard of him.

      @LostInTech3D@LostInTech3D5 ай бұрын
    • nozzleboss addon for blender lets you do that.

      @jgiuguigiugigiugugiuuig4050@jgiuguigiugigiugugiuuig40505 ай бұрын
    • Full Control is good for complex objects. Try building those lattices on the Full Control site in a CAD program. FC is just good for a specific class of complex objects, namely, geometric ones. I think it's still early days for FC. CAD is typically based on constructive solid geometry, and FC is a slightly more primitive form of that, reduced to arcs and lines. I see no reason why you can't build a set of Python functions that generate gcode that construct the same sets of geometric objects typically used to construct CAD models.

      @naasking@naasking5 ай бұрын
  • 8:07 I don't think that it sounds that bad

    @alex940127@alex9401275 ай бұрын
  • venv = virtual environment

    @MyFedora@MyFedora2 ай бұрын
  • Why are printers all more expensive in the EU than USA? I thought China had a trade way with America? 😢 Filament is decent price though 😅

    @Baldavier@Baldavier5 ай бұрын
    • I think the main difference is the EU and UK have 20% VAT, whereas I think most of the time US prices are displayed without any sales tax?

      @LostInTech3D@LostInTech3D5 ай бұрын
    • @@LostInTech3D Yup, USA sales tax is state by state.

      @3dexperiments@3dexperiments5 ай бұрын
    • The 2 year compulsory warranty might have to do something with it too.

      @davidpodeszwa7010@davidpodeszwa70105 ай бұрын
  • hello rhinoman

    @ianchan2624@ianchan26244 ай бұрын
  • This is just vase mode for math nerds.

    @jamesgates1074@jamesgates10745 ай бұрын
  • OpenSCAD and FullControl need to have a baby. FCOpenSCAD? OpenSCAD-FC?

    @ManjaroBlack@ManjaroBlack5 ай бұрын
  • This seems similar to how mathcad works.

    @orange-micro-fiber9740@orange-micro-fiber97405 ай бұрын
  • ...It's just a Gcode Generator and Macro Library...

    @NexusTrimean@NexusTrimean5 ай бұрын
    • yep! and that's all I want it to be

      @ufffd@ufffd5 ай бұрын
  • We don't need operating systems where we're going. Let's write every operation ourselves...

    @mathiasstrand1254@mathiasstrand12545 ай бұрын
  • You sounded normal without the overly frequent mid sentance pause now in chic. You did ask🤣🤣

    @nicksmith1415@nicksmith14155 ай бұрын
    • The what lol

      @LostInTech3D@LostInTech3D5 ай бұрын
    • Please ignore me@@LostInTech3DI was trying to be funny and failing

      @nicksmith1415@nicksmith14155 ай бұрын
  • 14:33 This is a very weak "end script". It pulls a thread and even leaks plastic. Is very-very amateur.... The correct finish is a quick retract of at least 1mm, then very quickly lifting the hotend laterally and also up (diagonally). This has worked for me for years and even the notoriously fibrous PET-G doesn't pull...

    @jakabgipsz4788@jakabgipsz47885 ай бұрын
  • Fascinating, but tedious. Maybe there’s a compromise somewhere.

    @AmaroqStarwind@AmaroqStarwind2 ай бұрын
  • When is a resin vid coming ? 😏

    @martinskamla6789@martinskamla67895 ай бұрын
    • _checks notes_ we've still got a while before the heat death of the universe, I can fit it in :)

      @LostInTech3D@LostInTech3D5 ай бұрын
    • Probably when he is deaf so that the ultrasonic cleaner won't bother him. Ha ha.

      @EXG21@EXG215 ай бұрын
  • If you're still using the STL format you're loosing resolution. Start exporting your models to the STEP format instead. As for learning how to program to be able to print anything, if you're a masochist maybe, but no thanks.

    @mururoa7024@mururoa70245 ай бұрын
  • What is the point? From an engineering standpoint this is working backwards. Sure an option but why?!

    @TheSleepfight@TheSleepfight5 ай бұрын
  • From your descriptions o hatter you aren't very familiar with the concept of procedural design, wwell full control is just that. Procedural design systems shine when you have specific quantified needs, like specific gear meshes and compensation for material properties, and gcode was designed to be used this way. They tend to be weak in ease of use, which is why graphical tools like OpenSCAD and F360 exist.

    @orbatos@orbatos2 ай бұрын
  • just not sure how useful it is. Theres no reason a modern slicer couldnt be adapted to do this. But they aim to try to make a slicer useful for most people than being able to do really specific things. Full control works for stuff where you have patterns and simple objects but for anything more "organic" like something you've designed in cad, maybe a product then its definitely not suitable.

    @Festivejelly@Festivejelly5 ай бұрын
  • I don't think anyones life is long enough to be fiddling around with this to be honest

    @thekekronomicon590@thekekronomicon5902 ай бұрын
    • Idk, my first thought was that this could be a useful tool for exploring non planar printing (moving in all 3 axes while printing) and the benefits that that offers

      @rishirajbose2444@rishirajbose2444Ай бұрын
KZhead