[last updated: 2022-01-14]
3d printing home page
gCode home page
gCodes - All
-----
This page needs editing...
--------------------------------------------------
- Movement:
- Pauses:
- G4 S3 ; pause for 3 seconds
- G4 P500 ; pause 500ms
- M600 ; pause and initiate filament change procedure
- M601 ; pause - appears to be identical to "menu: pause print"
Resume with "menu: resume print"
- Variables and Conditionals and Loops:
Incomplete ...
- Misc Common Codes:
- G20 ; set distance/coordinate parameter units to mm's
- G21 ; set distance/coordinate parameter units to inch's
- M104 S0 ; turn hotend off
- M84 ; disable motors - must be used at end of file even if motors weren't turned on, else printer thinks file is incomplete
- M117 ; "echo" display whatever follows to LCD screen
eg: M117 hello world
- M300 S400 P900 ; sound a tone of 400Hz for 900ms
- Pause sequence to Insert a Part:
G1 X10.000 Y200.000 E0; parking position
M1; user stop
G28 Y ; home y-axis
M105; return to current temp
Insert this code at the layer height you want to insert the item at,
the extruder should go to the back left, leaving the build plate almost fully accessible for part insertion...
insert your component then press the button
Not Tested ...
.
.
.
eof