User:S2KTS

From RepRap
Jump to: navigation, search

English

Hello. Thanks for visiting here! I'm S2KTS from Japan.

I've been translating this wiki for a while.

Contact me on discussion page or Twitter if you want some Japanese translation, or urgent translation requirement on this wiki :)

Also, I'm joining on the Loaner Program. If you live in Japan, I can definitely print some parts for you!

Printers

I own three 3D printers:

Previously, I owned printers below:

日本語

こちらのページをご覧いただきありがとうございます! S2KTSです。

こちらのWikiでしばらくの間翻訳をしていました。 もし優先的に翻訳して欲しいページ等が御座いましたら、是非 ディスカッションページや、Twitter などからご連絡ください!

また私は Loaner Program に参加しています。

RepRapマシンを一からつくるにあたって、プリントパーツが欲しいという方がいらっしゃいましたらお気軽にご相談ください!必要なプリント部品をお送り致します。

(基本的には材料費はいただきませんが、あまりに多くの材料を使うようであれば考えさせていただきます。)

所有プリンター

私は現在 3台の 3Dプリンターを持っています。

また、過去には以下のプリンターを所有していました。

Wikiテストセクション

Wikiの使い方を学ぶにあたってサンドボックスとして使っているセクションです。 参考になるものがあれば是非使ってください。

Widget:if

if else が使えるようになるウィジェット

{{#Widget:if|a={{{項目名|Unknown}}}|b=特定の値|then=一致|else=不一致}}

結果:

参考までに、これを PHP っぽく書くと以下のようになります。

if ( {{{項目名|Unknown}}} == 特定の値 ) {
	echo "一致";
} else {
	echo "不一致";
}

ParserFunctionsの拡張機能 #ifeq

上記の処理を ParserFuctions の ifeq 関数 に書き換えると以下のようになります。

{{#ifeq: {{{項目名|Unknown}}} | 特定の値 | 一致 | 不一致}}

結果: 不一致

テーブルのテスト

TITLE
Name
Content
Name
Content
Name
Content
Name
Content
Name
Content
Name
Content
TITLE Name Name2 Name3 Name4 Name5 Name6 Name7 Name8
Content Content Content Content Long Content Long Content Long Content Long Content

image to text

HTML version of this.

The RepRap
Toolchain Guide

File Type

.STL file

The most common type of 3D file type used with in the 3D printing community.

Gcode Generator

Slic3r

The newest gcode generator on the block. Slic3r is in active development, it features fast Gcode generation as well as a simple user friendly interface.

SFACT

SFACT is a simplified version of Skeinforge that offers a user friendly features and correct default settings.

Skeinforge

Skeinforge is the mother of all Gcode generators, offering the most advanced and comprehensive control over the slicing process.
It's one downfall is its complexity, creating a very steep and treachurous learning curve for the first time user.

Host Software

Pronterface

Pronterface is the visual host by Kliment. It features intuitive user interface, Slic3r integration and STL composition.

RepSnapper

Repsnapper is written C++ making it fast bare-bones host program. It has its own Gcode generator that is fast and simple. It features easy customization with custom buttons that can send user specified Gcode commands.

Replicator G

Originally designed to interface with the Makerbot, Replicator G is a well rounded host software. Its key feature is real-time control of feedrate. It includes an integrated Skeinforge. It can have issues connecting to RepRap firmware due to lack of support.

Repetier

Repetier offers a simple interface with both Slic3r and Skeinforge integrated right info the program. Its key features include a visual Gcode interface and a STL composer allowing you to lay out multiple STL files on one plate.

Firmware

Sprinter

Sprinter is simple to set up and get going with, it offers simple calibration for first time RepRap users. It features acceleration and support for most electronics.

Marlin

Marlin is the big brother to sprinter, offering complete control of calibration. It features acceleration, look ahead (for high cornering speed), PID temperature control, proper arc support and safety features. It is more complex to set up than Sprinter.

Teacup

Teacup is the smallest firmware with regards to installation size. This means that it can fit on a regular Arduino Uno. It written in C and has no dependencies on Arduino libraries. It does not offer a wide feature set due to its compact size.

Repetier

Repetier is based on Sprinter, but has some unique features. It uses its own unique communication protocol that is more robust and reliable. It is compatible with other host software application, but in order to utilize its repetier protocol it must be used with the repetier host application.