Difference between revisions of "Sandbox - 01"
Line 1: | Line 1: | ||
+ | '''G-code File Format Tips''' | ||
− | |||
− | ''' | + | '''G-code stands for "Geometry" code,''' a widely-used programming language to control equipment such as 3D printers and CNC machines |
− | |||
− | |||
− | |||
− | |||
− | |||
+ | Other related formats for scene descriptions are "USDA" (ASCII encoded) and "USDC" (binary encoded). | ||
<br> | <br> | ||
<br> | <br> | ||
{{Template:Contact Us}} | {{Template:Contact Us}} | ||
− | <p style="padding:0.2em 0.4em; | + | <p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> </p> |
<br> | <br> | ||
− | == | + | [[File:Burst.png|alt=burst of white rays on orange background|link=https://wiki.pikespeakmakerspace.org/index.php/About_PPM|right|frameless|250x250px]] |
− | === | + | ==Tips== |
− | |||
− | === | + | ===Import USDZ/USD (with software at PPM)=== |
− | + | :'''[https://docs.blender.org/manual/en/latest/files/import_export/usd.html#importing-usd-files Blender]''' — Importing USD Files | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | == | + | ===Export USDZ/USD (with software at PPM)=== |
+ | :'''[https://help.autodesk.com/view/fusion360/ENU/?guid=ASM-EXPORT-DESIGN Autodesk Fusion]''' — Export designs | ||
+ | :'''[https://docs.blender.org/manual/en/latest/files/import_export/usd.html Blender]''' — Exporting to USD Files | ||
− | + | ===Preview USDZ/USD (with software at PPM)=== | |
+ | :'''[https://support.apple.com/guide/preview/view-a-universal-scene-description-usd-file-prvwd129f236/11.0/mac/14.0 Preview — on Macintosh]''' | ||
+ | :'''[https://help.procreate.com/procreate/handbook/3d-painting/import Procreate iPad app]''' | ||
− | + | '''Links to external sites (youtube.com):''' | |
− | ''' | + | :'''[https://www.youtube.com/watch?v=GOdyx-oSs2M What is the USD File Type? (NVIDIA Studio)]''' |
− | :''' | + | :[https://www.youtube.com/shorts/WdGcFk9xsuo '''How to Make an Augmented Reality File'''] |
− | :''' | ||
− | ===[[ | + | ==External Training== |
+ | '''Links to external sites:''' | ||
+ | :'''[https://openusd.org/release/usd_products.html Products Using USD]''' — on OpenUSD.org | ||
+ | :'''[[wikipedia:G-code|G-code]]''' — on Wikipedia | ||
==Related Pages== | ==Related Pages== | ||
'''Links to related PPM Wiki pages:''' | '''Links to related PPM Wiki pages:''' | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
:'''[[Autodesk Fusion Tips]]''' | :'''[[Autodesk Fusion Tips]]''' | ||
− | :'''[[ | + | :'''[[Blender Tips]]''' |
− | :'''[[ | + | :'''[[Visual Studio Code Tips]]''' |
+ | :'''[[STL File Format Tips]]''' | ||
+ | :'''[[GitHub Tips]]''' | ||
+ | :[[3D Printing|<span style="color:#000000; background:#EE9F21"> '''3D Printing — Filament (FDM)''' </span>]] | ||
+ | :[[3D Printing -- Resin|<span style="color:#000000; background:#EE9F21"> '''3D Printing — Resin (SLA)''' </span>]] | ||
+ | :[[Computers|<span style="color:#000000; background:#D0DD27"> '''Computers — Windows''' </span>]] | ||
− | == Hand-Curated Links == | + | ==Hand-Curated Links== |
'''Links to member-recommended external sites:''' | '''Links to member-recommended external sites:''' | ||
− | :'''[https:// | + | :'''[https://reprap.org/wiki/G-code Complete list of G-code used by most 3D printers]''' — reprap.org |
− | + | :'''[[wikipedia:Computer-aided_design|Computer-aided design]]''' — on Wikipedia | |
− | :'''[[wikipedia: | + | :'''[[wikipedia:Computer-aided_manufacturing|Computer-aided manufacturing]]''' — on Wikipedia |
− | |||
− | :'''[ | ||
− | |||
− | |||
− | == For Additional Help == | + | ==For Additional Help== |
− | :Use the PPM Slack channel # | + | : Use the PPM Slack channel #computing |
:[[How To Slack#PPM Channel Names and Descriptions|'''List of all PPM Slack channels''']] | :[[How To Slack#PPM Channel Names and Descriptions|'''List of all PPM Slack channels''']] | ||
:Note that we have a Slack channel (#job-board) for members to post, discuss, or accept job opportunities either within PPM or from the community. | :Note that we have a Slack channel (#job-board) for members to post, discuss, or accept job opportunities either within PPM or from the community. | ||
{{Template:Footer}} | {{Template:Footer}} | ||
{{Template:Ideas into reality}} | {{Template:Ideas into reality}} | ||
− | <p style="padding:0.2em 0.4em; | + | <p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> </p> |
− | + | [[Category:Software]] |
Revision as of 19:44, 5 December 2024
G-code File Format Tips
G-code stands for "Geometry" code, a widely-used programming language to control equipment such as 3D printers and CNC machines
Other related formats for scene descriptions are "USDA" (ASCII encoded) and "USDC" (binary encoded).
Contact Us if you cannot find your answer here on our Wiki or if you notice any information that is outdated.
Tips
Import USDZ/USD (with software at PPM)
- Blender — Importing USD Files
Export USDZ/USD (with software at PPM)
- Autodesk Fusion — Export designs
- Blender — Exporting to USD Files
Preview USDZ/USD (with software at PPM)
Links to external sites (youtube.com):
External Training
Links to external sites:
- Products Using USD — on OpenUSD.org
- G-code — on Wikipedia
Related Pages
Links to related PPM Wiki pages:
- Autodesk Fusion Tips
- Blender Tips
- Visual Studio Code Tips
- STL File Format Tips
- GitHub Tips
- 3D Printing — Filament (FDM)
- 3D Printing — Resin (SLA)
- Computers — Windows
Hand-Curated Links
Links to member-recommended external sites:
- Complete list of G-code used by most 3D printers — reprap.org
- Computer-aided design — on Wikipedia
- Computer-aided manufacturing — on Wikipedia
For Additional Help
- Use the PPM Slack channel #computing
- List of all PPM Slack channels
- Note that we have a Slack channel (#job-board) for members to post, discuss, or accept job opportunities either within PPM or from the community.
Search the PPM Wiki — include Content pages as well as Multimedia.
Contact Us if you cannot find your answer here on our Wiki or if you notice any information that is outdated.
Pikes Peak Makerspace (PPM) is dedicated to supporting our maker community in their creative processes by providing shared space, shared tools, materials, software, and a knowledge base to turn their ideas into reality.