MTM

作者: 小本儿_生意 | 来源:发表于2018-05-15 17:23 被阅读0次

最后的视频和效果

Video:https://vimeo.com/272578288

视频截图

Introduction

It's a AxiDraw robot, but we believe it's also an new basic element of MTM that can expand the diversity of the 「MTM world (or series)」

发现问题:(Idea & Design )

我们很喜欢MTM的Idea,用一个基本元素来复制和生成多种机器,随着维度的增加,还有不同创意的加入,可以搭建出很多有趣和复杂的机器。 这很像是4个碱基在DNA里的不同编码,演化出多种多样生命的过程。
We do like MTM Idea,
A most basic elements, copy itself and generate a variety of machines. With the increase in dimensions, and different creative ideas, you can build a lot of interesting and complex machines.
This is much like 4 bases,AGCT(U),different encoding in the DNA and it evolved a variety of life processes.

MTM最基本的组成是1个步进电机,像是这样。
The basic composition of the MTM is stepper motor, like this:


stages-cardboard.png

如果顺着DNA和生命方向继续思考,这样一个单一基本元素衍生出来的System or Machines 会不会太单一了?这让我想到了自我复制的单细胞生物。
而DNA是由 AGCT(U)四种碱基排列组合而成的
组成digital world的基本元素是0和1
乐高也有很多种不同的基本模块...
So If we continue to think divergently along the direction of DNA and life.Does those machine or system derived from this ONE single basic element limit itself?
A self-replicating unicellular organism up in my mind.
However
DNA is composed of AGCT(U) four bases
The basic elements that build the whole digital world are 0 and 1
LEGO also has many different basic modules
...

顺着这个思路,我们做出假设:要想拓展MTM世界(系列)的多元性,可能需要增加一个基本元素,或者是从新创造几个基本元素,我认为可能这会是关键。
这张图给了我很多思考

Following this line of thinking, we make assumptions:
Maybe we can expand the diversity of the 「MTM world (or series)」 by adding an other basic element or by creating a few basic elements.
I think this may be the key and I’ve been pondering this picture for a long time.

configurations.png

至此,我们计划设计一系列以2个 步进电机为一个单元的MTM乐高积木,如图:
At this point, we plan to design a series of MTM Lego blocks with 2 stepper motors as a unit, as shown in the figure:

01.jpg
00.jpg
02.jpg

时间紧迫,我们最终只选择了第2号基本单元,原因是它将2个步进电机XY放在了同一个平面上。
The time was tight, so we finally chose only the No. 2 basic unit because it placed two stepper motors XY on the same plane.

Research

我们在instructable.com上发现了这个人做的类似结构的机器- 4xiDraw,一套思路清晰结构优雅的写字机器人,于是我们决定在此基础上做个类似的写字机器人出来。
We found a similar structure machine that this man, Misan make on instructable.com -- 4XIDRAW A writing robot with an elegant structure. So we decided to build a similar robot basis on that.

00.png

电路硬件 Hardware

00.jpg
01.jpg
02.jpg
Before inserting the CNCShield over the Arduino we do this trick, that allow to power everything from the Arduino power jack.

其他同伴们做了结构和硬件的工作,并用切割机和3D打印将部件做了出来。
为了找到合适的丝杠我们拆了一个旧的3D打印机。
由于结构强度和变形的问题,我们将原本选用的3mm木板换成了5mm厚的亚克力。
我们还增加了一个金属结构架在机器底部,用于增加整个机器的结构强度。

About the structural part of the machine, my classmates worked on the structure and hardware of the our AxiDraw robot, and realized the parts by using laser_cutter and 3D printer.
In order to find a goo screw, we removed an old 3D printer.
In addition, after testing and several assembly attempts, taking into account the structural strength and deformation issues
We replaced the originally selected 3mm wood board with 5mm thick acrylic.
We also added a metal frame to the bottom of the machine to increase the structural strength of the entire machine.

Load Arduino Firmware 烧写固件

按照描述,我先从Github上下载了 grbl-servo-master
Follow the blog, we downloaded the「grbl-servo-master」from Github first

01.png
按照Compiling Grbl的步骤一步一步安装。
我用的是mac 系统,由于驱动的问题,一开始给Arduino uno 烧写的并不成功,总是查不到端口。最后发现,原来是因为我的电脑没有安装 CH340G / CH341G Serial
我参考的是这2篇文章的解决方案,最终烧写成功:

Follow the steps of Compiling Grbl and install it step by step.
I am using Mac, due to driver problems, the Arduino uno always couldn't find the port.
It was because my computer didn't have CH340G / CH341G Serial installed.
I finally solved the problem with reference to these 2 articles:

1.How To Use Cheap Chinese Arduinos That Come With With CH340G / CH341G Serial/USB Chip (Windows & Mac OS-X)
2.Arduino串口配置

02.png
03.png
04.png

控制软件 Software controller

we found two types of programs use in our computer at first,
one for creating the code for a given graphical design. And second program to send the code just created so the plotter will draw it on paper.
But in the end we chose a "4xiDraw" plugin of Inkscape that will take care of both drawing and gcode. By Torsten Martinsen so no need for UniversalSerialGCodeSender nor for another plugin this way. You can get his plugin here: https://github.com/bullestock/4xidraw

First Try
We install Misan's laser-gcode-exporter-inkscape-plugin for creating the code for a given graphical design
and UniversalSerialGCodeSender to send the Gcode to the plotter

laser-gcode-exporter-inkscape-plugin.png
UniversalSerialGCodeSender
UniversalSerialGCodeSender2.png

Than we setup our GRBL-Settings by Arduino's Serial Monitor like this


设置GRBL setup.png

Loading the image


倒入.png
but didn't work.

Second Try
We found another open source control by learning and searching.
4xidraw Control Extension By Torsten Martinsen.
The 4xiDraw Extensions for Inkscape - Software to drive the 4xiDraw drawing machine. And it's based on the AxiDraw inkscape plugin
So we follow the Axidraw Software Installation and Install the AxiDraw too.

Axidraw Software Installation.png
AxiDraw.png

Succeed

In the end adjust the position of the pen we open our logo_svg files in Inkscape, chose the 4xiDraw control and apply, Done!


Done.png

相关文章

  • 【锻炼】MTM1.2&1.3 训练感受

    基本知识 MTM是什么?关于课程的所有说明内容都在下面的博客里 MTM资料汇总(不断更新) MTM1.1-问题反馈...

  • 【锻炼】MTM1.4&MTM2.1 训练感受

    基本知识 MTM是什么?关于课程的所有说明内容都在下面的博客里 MTM资料汇总(不断更新) MTM1.4-完整的呼...

  • MTM

    最后的视频和效果 Video:https://vimeo.com/272578288 Introduction I...

  • MTM笔记

    胸椎灵活度不够,腰椎会代偿,旋转时腰会受伤, 第二颈椎出现问题与下半段的不稳定有关,旋转功能不能正常发挥。关节合理...

  • 用好乖离和mtm

    用乖离和mtm捕捉异动,零轴为界。

  • 高科对MTM的描述

    MTM是"Moksha through Movement”的缩写(“Moksha”是佛教,意为“解脱”)。 “每次...

  • MTM教我的事1-让自己失重 是流畅的前提

    广州的MTM(MTM是跑酷教练高科创立的躯体心理学训练体系)一阶课堂,一天下午,高科讲了下肢发力次序。深蹲,弓步走...

  • 【锻炼】MTM 1.0&1.1 训练感受

    0、写在前面 这又是另一个系列,跟着高科的MTM(既不知道高科也不知道MTM的小伙伴可以移步最下方查看解释说明)进...

  • 从零到壹

    https://mp.weixin.qq.com/s?__biz=MzI3MTM4NTAzOQ==&mid=224...

  • 东周mtm小灶笔记

    东周:屈膝下蹲到脚跟离地 重量交给大腿 松腰 呼气摆臂起跳 落地还是跟起跳一样 你的脚跟是主动立起的 不是靠立脚尖...

网友评论

    本文标题:MTM

    本文链接:https://www.haomeiwen.com/subject/hldsdftx.html