Teacup: M101, G162 and M92 commands (bugs?) June 01, 2011 10:46PM |
Registered: 13 years ago Posts: 27 |
M101 G1 X-16.24 Y15.05 Z1.04 F288.0 G1 X-13.92 Y15.05 Z1.04 F288.0 G1 X-13.92 Y-15.05 Z1.04 F288.0 G1 X-11.6 Y-15.05 Z1.04 F288.0
G1 X100 E100
(**** begin homing ****) G162 Z F500 (home Z axis maximum) G161 X Y F2500 (home XY axes minimum) G92 Z80 ( ---=== Set Z axis maximum ===--- ) G92 X-57.5 Y-57 (set zero for X and Y) (**** end homing ****)
#define CHECK_OPTO_STOPPERS_AN_ALL_MOVES
Re: Teacup: M101, G162 and M92 commands (bugs?) June 01, 2011 11:06PM |
Registered: 14 years ago Posts: 2,947 |
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Teacup: M101, G162 and M92 commands (bugs?) June 02, 2011 07:56AM |
Registered: 13 years ago Posts: 27 |