Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定の gcode を使用して、RepRap 3D プリンターにヒートベッドの真ん中にいることを伝える方法はありますか?
G91 を使用して、座標を中心から開始するように設定できます (すでにそこにいる場合)。
G91: 相対位置に設定
例: G91
これからのすべての座標は、最後の位置に相対的です
http://reprap.org/wiki/G-code#M117:_Get_Zero_Positionから