Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
  • 0
Me4eHoCeTc

Print multiple figures in one file

Question

Hello everyone. Let me explaine my problem.

For print i using OPPM programm print3d and for make 3d models MagicaVoxel and converter.

When i make big textures like 32x32x32 or highter converter cut this file to small parts 16x16x16.

But when i try to print, it's print only the first one in list.

And everytime i must cut this file by my self for print each part of one big texture. 

Example of converted file.

Any solutuon for print one by one with one file ?

Thx alot and i hope you help me.  :rolleyes: 

Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Well, you was should to ask me directly.

 

I had this problem of mass printing too, but then made temporary solution.

 

I edited standard print3d.lua program and made it work with many printers printing many parts same time:

https://github.com/Krutoy242/OpenComputers/blob/master/printAll.lua

 

How to use

  1. Download it
    1. wget "https://raw.githubusercontent.com/Krutoy242/OpenComputers/master/printAll.lua" printAll.lua
  2. You must use file with table like my converter do - each part separated by commas. So, your example is fine.
     
  3. Set any count of printers, connect them and don't forget to fuel up.
    I connected three printers with hoppers to chest.

    nUKzatE.png
     
  4. Lunch program and give converted table as second param, just like always.
    Also, you can add counts of copies, like in original one.

    5vASRuQ.png
     
  5. Now, wait before all parts will be printed

    AeTlvmP.png

    y3a0bbE.png


Hope this will be useful.
Still, want to aware that this program is raw, have errors and problems.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.