ben_mkiv 9 Posted March 26, 2017 Share Posted March 26, 2017 added some button to load data from projector, so you can edit stuff like geo2holo projections https://github.com/ben-mkiv/oc-lua/ Quote Link to post Share on other sites
Arron 0 Posted October 15, 2017 Share Posted October 15, 2017 Please could we get something to be able to rotate a hologram on the x and z axis as I built it top down not side view. Quote Link to post Share on other sites
MoonlightOwl 28 Posted October 19, 2017 Author Share Posted October 19, 2017 On 10/15/2017 at 2:32 AM, Arron said: Please could we get something to be able to rotate a hologram on the x and z axis as I built it top down not side view. Yeah, quite reasonable feature, i think. I will add it to the next version sometime soon. =) Quote Link to post Share on other sites
Gaborboy95 0 Posted December 30, 2017 Share Posted December 30, 2017 Please port it for OC version 1.7.1.(Not the minecraft version) because it gives an error Quote Link to post Share on other sites
Doggle 0 Posted March 31, 2018 Share Posted March 31, 2018 If this forum is not 100% dead I would like to ask a few questions. 1.Whenever I try to "show" the file it always says projector is not found so I think that I did not propely connect it, but I do not know how to "properly connect" it. 2.Whenever I try to print3d the models it always says: [string "return ?"]:1: unexpected symbol near char(255) I have NO idea what /\ This /\ means Quote Link to post Share on other sites
MoonlightOwl 28 Posted April 4, 2018 Author Share Posted April 4, 2018 Hello Doggle. On 01.04.2018 at 12:02 AM, Doggle said: 1.Whenever I try to "show" the file it always says projector is not found so I think that I did not propely connect it, but I do not know how to "properly connect" it. The projector need to be connected to the computer (where the editor is running) with a cable. The cable can be connected to the computer from any side, and to the projector only from the bottom side. You can check a list of components available for the computer by entering an OpenOS command: components If the resulting output will contain any string with a word `hologram` in it - there you are. On 01.04.2018 at 12:02 AM, Doggle said: 2.Whenever I try to print3d the models it always says: [string "return ?"]:1: unexpected symbol near char(255) Unfortunately, this editor models are not compatible with the 3D printer. To create 3D models for the printer with some comfort you can use some external voxel tools like this, and then convert a *.vox file to the printer compatible format, for example with this JS converter. Quote Link to post Share on other sites
ben_mkiv 9 Posted April 4, 2018 Share Posted April 4, 2018 i've made another little change which adds a 2nd output file when saving the hologram. the format contains an table with subtables for each color with stroke instructions to use with the fill render method of the projector, for some usecases this is faster than setting the voxels one by one. the rendering function is at line 352 and can be used pretty easy in other projects. the outputfile has ".raw" suffix also this script uses the renderfunction, which can be changed in line 100 https://pastebin.com/6EJV1CbX MoonlightOwl 1 Quote Link to post Share on other sites
payonel 21 Posted September 1, 2018 Share Posted September 1, 2018 we saw a bug report I think was about this program: https://github.com/MightyPirates/OpenComputers/issues/2908 you should always include bit32 in your scripts, and not assume it is in _G: `local bit32 = require("bit32")` Quote Link to post Share on other sites
Distruction11 0 Posted February 8, 2019 Share Posted February 8, 2019 On 9/1/2018 at 7:34 AM, payonel said: we saw a bug report I think was about this program: https://github.com/MightyPirates/OpenComputers/issues/2908 you should always include bit32 in your scripts, and not assume it is in _G: `local bit32 = require("bit32")` I know it's a dump question but I am very noob and I don't know how to open the editor can you help me pls Quote Link to post Share on other sites
仮面ライダーTheG 0 Posted January 20, 2020 Share Posted January 20, 2020 Assuming this is an error cause of me using a Mac, but I can't delete when I'm typing in any of the boxes in the program (colour selection, filenames). All I get is a weird DT character or a question mark. Is there a manual fix to fix this? Quote Link to post Share on other sites
Rip Van Winkle 0 Posted September 14, 2020 Share Posted September 14, 2020 Trying to run the program gives me this error, I'm not sure what I've done wrong. Quote Link to post Share on other sites
Foxx 0 Posted February 1 Share Posted February 1 im vary late but when i try i get this https://ibb.co/3WQyHKT Quote Link to post Share on other sites
Lizzian 46 Posted February 22 Share Posted February 22 On 2/1/2021 at 3:14 AM, Foxx said: im vary late but when i try i get this https://ibb.co/3WQyHKT On 9/15/2020 at 12:41 AM, Rip Van Winkle said: Trying to run the program gives me this error, I'm not sure what I've done wrong. You'll need to take the CPU out of your computer, shift-right click with it in hand to switch it to Lua 5.2 mode and then try again. The bit32 library isn't present in the (now default) Lua 5.3 Archetecture Quote Link to post Share on other sites