百度360必应搜狗淘宝本站头条
当前位置:网站首页 > 编程字典 > 正文

科技最新动态--3D打印机可以在一天内创造出完整的家

toyiye 2024-06-21 12:02 9 浏览 0 评论

一家美国公司说,它已经完成了美国第一个允许的3D打印房屋。

An American company says it has completed the first permitted 3D printed home in the United States.

在西南科技大会和音乐节上,这个家向记者和游客展示。该活动于本月初在德克萨斯州的奥斯汀举行。

The home was shown to reporters and visitors at the South by Southwest technology conference and music festival. The event took place earlier this month in Austin, Texas.

建筑公司的图标已经开发出了大型3D打印机可以用砂浆建造房屋,坚硬而坚固的材料。图标使用机器人技术,计算机软件程序和先进的材料来做房子。杰森巴拉德是该公司的联合创始人。

Building company ICON has developed large 3D printers that build homes with mortar, a hard and strong material. ICON uses robotics, computer software programs and advanced materials to make houses.Jason Ballard is the company’s co-founder.

所以我站在美国第一个允许的3d打印房屋的前面。这所房子实际上是在强风中印刷的,吹着灰尘和雨水。

“So I’m standing in front of the first permitted 3D-printed home in America. This house was actually printed in high winds, blowing dust and rain.”

在极端情况下,如天气灾害,印刷过程是很重要的。目标是在发展中国家打印房屋。

It is important for the printing process to operate in extreme conditions, such as weather disasters. The goal is to print homes in developing countries.

图标的3d打印机是由轻质的铝制成的,它的高度是4。5米宽9米宽。这些房子都是现场打印的,所以设备必须足够轻,可以从一个地方搬到另一个地方。

ICON’s 3-D printer is made of lightweight aluminum, and measures 4.5-meters tall by 9 meters wide. The homes are printed on-site, so the equipment has to be light enough to move from one property to the next.

巴拉德认为,有一天,许多3d打印机将在全世界范围内运作,以制造房屋。他说:“建造一台打印机比建造一座房子要简单得多。”

Ballard imagines that someday, many 3-D printers will operate around the world to make homes. “It’s actually a lot more simple to build a printer than it is to build a house,” he said.

我们用大约四分之一的速度运行这台打印机来打印这所房子,我们在不到48小时的打印时间内就完成了这所房子。”巴拉德说,在全速的情况下,印刷过程可能需要12个小时。

“We ran this printer at about a quarter speed to print this house, and we were able to complete the house in less than 48 hours of print time.”Ballard says that at full speed, the printing process could take as little as 12 hours.

图标与一个称为新故事的非营利团体合作。他们一起努力为千百万最需要的人提供快速、廉价的住房解决方案。布雷特哈格勒是新故事的创始人和首席执行官。

ICON has teamed up with a not-for-profit group called New Story. Together, they are attempting to help provide a quick, cheap housing solution for the millions of people who need it most.Brett Hagler is founder and chief executive officer of New Story.

我们面临的问题如此严重,大约有10亿人没有生命中最基本的人类需求,这是安全的避难所。

“The magnitude of the problem that we face is so big, it’s about a billion people that don’t have one of life’s most basic human needs, and that’s safe shelter.”

哈格勒说,他的组织已经在不同地区的贫困家庭的住房需求上工作。但他说,要真正发挥作用,这个项目需要大力发展。

Hagler says his organization already works on housing needs with poor families in different areas. But he says that to really make a difference, the program will need to greatly expand.

他补充说,由于3D打印过程比传统的房屋建造速度要快得多,一个完整的社区可以在几个月内建成。

He added that since the 3D printing process is so much faster than traditional homebuilding, a whole community could be built in just a few months.

这必须通过显著降低成本,提高速度,同时不牺牲质量。”哈格勒指出,一个3D打印的房子要比传统的房子便宜很多。

“That has to come through significantly decreasing cost, increasing speed, while doing that without sacrificing quality.”Hagler notes that a 3D printed home costs a lot less than a traditional home.

“传统风格,一个新故事的家庭,大约每户6500美元,对吧。”我们相信随着时间的推移,我们可以把新房子的价格降到4000美元以下。

“Traditional style, one of New Story’s homes, is about $6,500 per home, right. We believe over time, we can get the new home below $4,000.”

我们的目标是将新的建筑技术带给世界上最贫穷和最落后的国家。新故事目前正在与当地非营利组织、政府和家庭合作,帮助筹集资金。它计划今年晚些时候在萨尔瓦多开始3D打印家庭。

The goal is to bring the new building technology to the world’s poorest and underserved first.New Story is currently working with local nonprofits, governments and families to help raise money. It plans to start 3D printing homes in El Salvador later this year.

如果喜欢我的文章,请关注我的头条号:每日一点英语。有什么问题,也可以留言,我会第一时间回复您的。

相关推荐

为何越来越多的编程语言使用JSON(为什么编程)

JSON是JavascriptObjectNotation的缩写,意思是Javascript对象表示法,是一种易于人类阅读和对编程友好的文本数据传递方法,是JavaScript语言规范定义的一个子...

何时在数据库中使用 JSON(数据库用json格式存储)

在本文中,您将了解何时应考虑将JSON数据类型添加到表中以及何时应避免使用它们。每天?分享?最新?软件?开发?,Devops,敏捷?,测试?以及?项目?管理?最新?,最热门?的?文章?,每天?花?...

MySQL 从零开始:05 数据类型(mysql数据类型有哪些,并举例)

前面的讲解中已经接触到了表的创建,表的创建是对字段的声明,比如:上述语句声明了字段的名称、类型、所占空间、默认值和是否可以为空等信息。其中的int、varchar、char和decimal都...

JSON对象花样进阶(json格式对象)

一、引言在现代Web开发中,JSON(JavaScriptObjectNotation)已经成为数据交换的标准格式。无论是从前端向后端发送数据,还是从后端接收数据,JSON都是不可或缺的一部分。...

深入理解 JSON 和 Form-data(json和formdata提交区别)

在讨论现代网络开发与API设计的语境下,理解客户端和服务器间如何有效且可靠地交换数据变得尤为关键。这里,特别值得关注的是两种主流数据格式:...

JSON 语法(json 语法 priority)

JSON语法是JavaScript语法的子集。JSON语法规则JSON语法是JavaScript对象表示法语法的子集。数据在名称/值对中数据由逗号分隔花括号保存对象方括号保存数组JS...

JSON语法详解(json的语法规则)

JSON语法规则JSON语法是JavaScript对象表示法语法的子集。数据在名称/值对中数据由逗号分隔大括号保存对象中括号保存数组注意:json的key是字符串,且必须是双引号,不能是单引号...

MySQL JSON数据类型操作(mysql的json)

概述mysql自5.7.8版本开始,就支持了json结构的数据存储和查询,这表明了mysql也在不断的学习和增加nosql数据库的有点。但mysql毕竟是关系型数据库,在处理json这种非结构化的数据...

JSON的数据模式(json数据格式示例)

像XML模式一样,JSON数据格式也有Schema,这是一个基于JSON格式的规范。JSON模式也以JSON格式编写。它用于验证JSON数据。JSON模式示例以下代码显示了基本的JSON模式。{"...

前端学习——JSON格式详解(后端json格式)

JSON(JavaScriptObjectNotation)是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScriptProgrammingLa...

什么是 JSON:详解 JSON 及其优势(什么叫json)

现在程序员还有谁不知道JSON吗?无论对于前端还是后端,JSON都是一种常见的数据格式。那么JSON到底是什么呢?JSON的定义...

PostgreSQL JSON 类型:处理结构化数据

PostgreSQL提供JSON类型,以存储结构化数据。JSON是一种开放的数据格式,可用于存储各种类型的值。什么是JSON类型?JSON类型表示JSON(JavaScriptO...

JavaScript:JSON、三种包装类(javascript 包)

JOSN:我们希望可以将一个对象在不同的语言中进行传递,以达到通信的目的,最佳方式就是将一个对象转换为字符串的形式JSON(JavaScriptObjectNotation)-JS的对象表示法...

Python数据分析 只要1分钟 教你玩转JSON 全程干货

Json简介:Json,全名JavaScriptObjectNotation,JSON(JavaScriptObjectNotation(记号、标记))是一种轻量级的数据交换格式。它基于J...

比较一下JSON与XML两种数据格式?(json和xml哪个好)

JSON(JavaScriptObjectNotation)和XML(eXtensibleMarkupLanguage)是在日常开发中比较常用的两种数据格式,它们主要的作用就是用来进行数据的传...

取消回复欢迎 发表评论:

请填写验证码