Jump to content
THIS IS THE TEST SITE OF EUROBRICKS! ×
THIS IS THE TEST SITE OF EUROBRICKS!

Search the Community

Showing results for tags 'pdf'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Frontpage, Forum Information and General LEGO Discussion
    • Guest Section - PLEASE READ BEFORE YOU REGISTER!
    • New Member Section - PLEASE READ BEFORE STARTING!
    • Frontpage News
    • Forum Information and Help
    • General LEGO Discussion
  • Themes
    • LEGO Licensed
    • LEGO Star Wars
    • LEGO Historic Themes
    • LEGO Action and Adventure Themes
    • LEGO Pirates
    • LEGO Sci-Fi
    • LEGO Town
    • LEGO Train Tech
    • LEGO Technic, Mindstorms, Model Team and Scale Modeling
    • LEGO Action Figures
    • Special LEGO Themes
  • Special Interests
    • The Military Section
    • Minifig Customisation Workshop
    • Digital LEGO: Tools, Techniques, and Projects
    • Brick Flicks & Comics
    • LEGO Mafia and Role-Play Games
    • LEGO Media and Gaming
  • Eurobricks Community
    • Hello! My name is...
    • LEGO Events and User Groups
    • Buy, Sell, Trade and Finds
    • Community
    • Culture & Multimedia

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


What is favorite LEGO theme? (we need this info to prevent spam)


Which LEGO set did you recently purchase or build?


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Country


Special Tags 1


Special Tags 2


Special Tags 3


Special Tags 4


Special Tags 5


Special Tags 6


Country flag

Found 10 results

  1. Hello there, I've started collecting Technic from around the 42046 times and I've owned many pre-42046 sets. PDF instructions are a godsend by LEGO and all praise goes to them for this. HOWEVER - 42000 and 42009 made my eyes bleed because of the lower resolution and bad contrast of the PDF pages. Black and DBG were a real pain there, also 2L pins on black beams - boooy did I edit some steps - contrast, colours - or watch speedbuilds on YT to see it better... As I own sets like 42037 and other - the PDFs online hurt my eyes every time I try to use them for reference. My topic has the following questions: 0. Is there any HD-topic/collection with such instructions? 1. Is it LEGAL to scan your instructions and upload them or TLG can sue you as they own the rights? 2. Is it LEGAL to re-do their instructions in Stud.io and upload them somewhere /like our LDD/LXF/IO topic? 3. Is there any point in doing so? 4. Are you happy with the old PDFs? If the topic isn't according to the rules you can safely delete it - I still have my instruction booklets for the sets I own.
  2. The Bat Free Building Instructions: https://rebrickable.com/mocs/MOC-99935/makushima/the-bat Lego Technic MOC - The Bat (Free Building Instructions) by makushima
  3. Can someone point me to topic or software, that can generate cute PDF when LDD finished generating HTML building guide activated by shortcut CTRL+H.
  4. Greetings,LPub3D 2.0.14 is released. LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions. It uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO parts available and reads the LDraw LDR and MPD model file formats. LPub3D is available for free under the GNU Public License v3 and works on the Windows Operating Systems. Portions of LPub3D are based on LPUB© 2007-2009 Kevin Clague, LeoCAD© 2015 Leonardo Zide.and additional third party components. LPub3D can run under POSIX-compliant operating systems, such as Linux, Mac OSX, & BSD using WINE HQ. You can download from sourceforge.net or check for updates in your existing installation. LPub3D 2.0.14.838.2 Features and enhancements ------------ Fix: File reload after external source change breaks page drop-down combo dialogue(r837) * When a file is reloaded after being changed by an external source, the drop-down menu for selecting a page doesn't work until after navigating using another method. Fix: Image orientation does not conform when page orientation changed to Landscape (r836) * Image generation was not inheriting the proper page size values. Fix: Extra characters "%3" in margin meta and page size meta does not display the page size identifier(r835) * Oops, allocated the page size identifier variable to the wrong meta - should have been allocated to page size meta instead of units meta (units meta is used for setting the margin). Consequently, the page size meta is missing the size identifier (A4, Letter, etc...) because the place-holder to pass the variable is not there. This must have happened during the patch process from the maintenance branch because it did not present during my tests. Both issues are now corrected. Cheers,
  5. Greetings, LPub3D 2.0.13 is released. You can download from sourceforge.net or check for updates in your existing installation. Interesting fixes are the ability to switch part occurrence (times used) in the PLI between per step and per submodel on called out and submodel pages; the ability to insert one-to-many non-faded models (e.g. with alternate attachments/views etc...) when fade step is on; and new meta for pages size including the standard identifier - e.g. A4, Letter, Legal etc... and print/export performance improvements. LPub3D 2.0.13.834.2 Features and enhancements ------------ Fix: Logging options added to Preferences (r832) * Select logged attributes and logging levels. Fix: Prompt search directory settings reset (r831) * Prompt to inform that the search directories have been reset after the search directory reset button is clicked. Restarting LPub3D is not required. Also changed menu items "Reset 3D Viewer Model Cache" to "Change Temp File Cache" and "Reset Image and Model Caches" to "Reset All Caches". Fix: Inconsistency between part counts in submodels and part counts in call-outs where multiple instances are involved (r829) * For submodels, the PLI part counts reflect only one instance of the submodel, even if multiple instances are used in the same step. The instance count is correct, and the BOM has the correct total number of parts. With this update, sub-model pages displaying instance count now have a context menu option to display parts per step/page or not (total parts consumed by the number of instances indicated. Previously, for callouts, you have the options (see context menu) to display parts list per callout (one instance) or not. When you select no parts list per callout, the PLI will show all the parts consumed by the total number of instances in the callout. If you choose parts list per callout, the PLI is moved to the callout and only the parts for a single occurrence of the callout is shown. The idea here is if you have 5 occurrences of the called out assembly, you'll need 5x the parts total, but only 1x parts are shown to indicate what you need to build an instance of the called out assembly. On sub-model pages displaying the instance count, there is only one behaviour for PLI counts (the most intuitive) which is to display the parts list per step. This is intuitive because the primary role of the PLI is to show what you'll need to build an occurrence of the step shown - it is not the intention to mimic the BoM. Nevertheless, I added a context menu item to not display parts list per step and instead display total parts consumed by the number of occurrences of the submodel in the parent submodel/step. Fix: Page size and orientation processing update (r826/833) * Further industrialization of the print/export module. This update streamlines the process and realizes some performance gains. There are some key changes. Notably, page orientation and page size are now mutually exclusive. This means when switching from Portrait to Landscape, accompanying the orientation meta with a transposed page size meta no longer required or managed. Here is an illustration: Previous behaviour when editing a page size change required the following meta commands: 0 STEP 0 LPUB PAGE ORIENTATION LOCAL LANDSCAPE 0 LPUB PAGE SIZE LOCAL 11.0000 8.5000 Note that the page width and height have been transposed. Going forward, transposition of the page width and height when switching from Portrait to Landscape is automatically managed by LPub3D. NOTE: This update is NOT backward compatable. An accompanying transposed page size meta to indicate the switch from portrait to landscape as shown above will be treated as a new page size meta for that page. Consequently, using this meta to 'switch' orientation will actually result in NOT switching the orientation as LPub3D will automatically switch again the switched page size meta. If the user is only interested in changing the orientation, the proper meta command going forward will be: 0 STEP 0 LPUB PAGE ORIENTATION LOCAL LANDSCAPE To help with accurately displaying the page size identifier in the setup and context menus, the standard page identifier is now appended to the page size meta command. For example: 0 LPUB PAGE SIZE 8.5000 14.0000 Legal 0 LPUB PAGE SIZE LOCAL 8.5000 11.0000 Letter 0 LPUB PAGE SIZE LOCAL 5.8000 8.3000 A5 0 LPUB PAGE SIZE LOCAL 5.8678 8.3456 Custom Along with the width and height values, if the page size is non-standard, the identifier "Custom" will be automatically used. Additionally if an identifier is not present, the identifier "Custom" will automatically used. The page identifier is displayed in the Page Setup dialogue and Size/Orientation change context menu dialogue. Also, the LPub3D print/export function no longer needs to parse the model file to capture, in advance, page sizes. This capture is performed during the existing page parse and load functions and is exposed to the print routines during printing/exporting. This change was necessary to better enable mixed-size page export/printing where it is necessary to 'look ahead' to get the next page's size and orientation parameters in order to configure the printer engine before processing the page. Fix: Expand INSERT MODEL meta command behaviour (r825) * When using part fading LPUb3D will now process multiple INSERT MODEL commands rendering the CSI content at each command. For example, if the instruction document includes different model attachments, the editor can now include a non-faded image of the entire model with each attachment. Here is an example of he proper command sequence when used in conjunction with BUFEXCHG: 0 BUFEXCHG B STORE 0 //... default model content... 0 STEP 0 BUFEXCHG B RETRIEVE 0 BUFEXCHG A STORE 1 0 445 -46 -10 1 0 0 0 1 0 0 0 1 attachment1.ldr 0 STEP 0 LPUB INSERT MODEL 0 LPUB INSERT PAGE 0 STEP 0 BUFEXCHG A RETRIEVE 1 0 0 0 0 1 0 0 0 1 0 0 0 1 attachment2.ldr 0 //STEP These last 3 lines are optional when editing the model file. 0 //LPUB INSERT MODEL If they don't exist and fade step is ON, they will be automatically created by LPub3D 0 //LPUB INSERT PAGE Fix: The PNG output of a model with various page orientations is not correct (r824) * Cleared page buffer before rendering each page. Also corrected a typo causing page range to sometimes not work for image exports. Cheers,
  6. What I want to do: Create a 3D pdf instruction for my now, wip ponsse buffalo dual. What I know: This creator here is the only known person (to me, after much research) to have made 3D pdf lego instructions and there are some things I can infer or have gathered. 1. He is using adobe acrobat, and every piece is its own mesh, individually textured. This leads me to believe they are meshes exported as colladas, which are akin to fbxes which are both just a collection of textured 3d objects. 2. I would need to seperately export a collada for each step, and identify which pieces have been added in each step. This is where I am lost. I feel like there must be a more efficient way to do this. His 3D pdf file is hardly over 10mb, from what I recall, which is much less than what one would expect from so many bundled meshes. There must be a better way that i do not know of. Secondly, the issue of defining what pieces have been added. In lego instructions, they have red outlines around each newly added part to help them stand out from the others. There are two ways I can see being able to do this: The first, and arguably more complex way, is to create a custom material in studio for every colour used in the model for it to have its own outline when exported for each step. The other alternative i can think of, is longer and more tedious, but probably easier to figure out. First one would put the collada in blender, isolate which meshes in the collada are new, and apply a node texture that creates coloured outlines. (I dont know how this would be done but someting this simple should definitely be possible with blender's node system). I hope I have made my situation clear, and any insights would be greatly appreciated.
  7. Then I realized, that this chassis behaves really well, and started thinking about it as about my new Overland Expedition (or Kostky Trophy) truck. (later I got reminded, that buggy motor is quite hungry, so it can not be used in this kind of event. But, with bigger battery... Have to try.) So, next step was the body. You can see that I experimented with new tire-rim combo. Too heavy, but not bad. And then I finally bought Buwizz. Laziness and worries about custom RC recievers and batteries won. (hope that not for all times :D) I also installed LEDs to the truck. And bought new tires. And finally, last week I took it outside. Hope you like it. :) More upgrades are slowly on the way. ;)
  8. I'm proud to present that the LEGO GBC Shooter module from GBC 5 has been digitized and ready for download. I also made the building instructions available in PDF format. Here is the file if you want it: http://pv-productions.com/lego-gbc-5/
  9. Hey guys, after long and hard weeks of work I can present you my own ebook. KevFett2011: Build your way! Ebook by KevFett2011, auf Flickr There is a lot of content inside my book for example : different building techniques, MOC showcase, my biography, 2 interviews with h2brick and norlego and a lot more. The ebook has 162 pages but at the beginning I only planned to write 50. content by KevFett2011, auf Flickr The ebook shouldn’t be a building technique bible, it should give you ideas and realizations from me to inspire you for your next MOCs. The sense of the book isn’t to give your building techniques and you build your MOCs like that but rather to encourage your fantasy and build with your own building techniques. If you are interested in my ebook please write me a private message or write to my email www.kev2010@web.de The ebook costs 7,50€ / 7,00 pounds / 9,00$ and it is german/english. Greetings Kevin I hope you enjoy my work.
  10. I apologize if this is the wrong place to ask, sorry mods! I'm looking for a PDF of the November-December 2011 Lego Club Magazine. If anyone has one, I would appreciate a link. Thanks!
×
×
  • Create New...