MAGE Slicer
github : https://github.com/gear2nd-droid/MageSlicer
MAGE Slicer is a Computer Aided Manufacturing (CAM) software developed for multi-axis 3D printers that slices 3D models with curved surfaces. "MAGE" stands for "Multi Axis Generative Engine" and means magician. MAGE Slicer slices using NURBS surfaces and adds various additional functions using UV parameters of the NURBS surface. By dividing into subvolumes, even complex shapes can be sliced.
MAGE Slicerは多軸3Dプリンタ用に開発された、3Dモデルを曲面でスライスするスライサーにあたるCAM(Computer Aided Manufacturing)ソフトです。「MAGE」は「Multi Axis Generative Engine」の略称で、魔法使いを意味します。MAGE Slicerでは、NURBS曲面を用いてスライスし、NURBS曲面のUVパラメータを用いて様々な付加機能を付与していきます。サブボリュームに分割することで、複雑形状でもスライスすることができます。
Functions that work with MAGE Slicer
MAGE Slicer supports the following slicing functions.
MAGE Slicerは次のスライス機能をサポートしています。
Sandwich slice
It defines two different NURBS surfaces that sandwich the 3D model and generates a number of NURBS surfaces that interpolate between them. The generated NURBS surfaces are used to slice the 3D model.
3Dモデルを挟み込む異なる二つのNURBS曲面を定義し、それらの間を補間する多数のNURBS曲面を生成します。生成したNURBS曲面でもって、3Dモデルをスライスします。
Bottom slice
Slices the 3D model with the specified NURBS surface and fills it. Therefore, it can be applied to fill the bottom surface.
3Dモデルを指定したNURBS曲面でスライスし、その中を塗りつぶします。そのため、底面の塗りつぶしに適用できます。
Piller slice
The exterior walls of the 3D model are sliced as one layer of NURBS surfaces. In other words, we print only one layer of the outer layer of the 3D model, as if we were peeling an onion.
3Dモデルの外壁を一層のNURBS曲面と見立ててスライスします。つまり、玉ねぎの皮をむくように、3Dモデルの外層を一層だけ印刷します。
MAGE Interface
github : https://github.com/gear2nd-droid/MageSimulator
MAGE Interface converts the intermediate files output by MAGE slicer into G-code. The conversion takes into account the mechanism of the 3D printer.
MAGE InterfaceはMAGE slicerが出力した中間ファイルをGコードに変換します。変換に際して、3Dプリンタの機構を考慮しています。
MAGE Simulator
github : https://github.com/gear2nd-droid/MageSimulator
MAGE Simulator reads G-code and performs interference determination while mimicking the operation of an actual 3D printer.
MAGE Simulatorは、Gコードを読み込み、実際の3Dプリンタの動作を模倣しながら干渉判定を行います。