start-and-end-gcode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
start-and-end-gcode [2019/11/16 13:00] โ€“ [Ending GCode] samuelpinchesstart-and-end-gcode [2020/04/28 23:48] โ€“ samuelpinches
Line 1: Line 1:
-e4444======Starting & Ending GCode ======+======Starting & Ending GCode ======
  
 In your slicer you will have a section for GCode commands that are run at the very start and end of every print. In Cura/JGCreat, these are found in the machine settings. In your slicer you will have a section for GCode commands that are run at the very start and end of every print. In Cura/JGCreat, these are found in the machine settings.
Line 17: Line 17:
 ===Default Start Script=== ===Default Start Script===
   * G28 ; Home all axis   * G28 ; Home all axis
-  * G1 Z15.0 F6000 ; Move up 15mm at 6000mm/min (note: more than the max speed set in the printer firmware)+  * G1 Z15.0 F1000 ; Move up 15mm at 1000mm/min
   * G92 E0 ; Reset extruder length to zero   * G92 E0 ; Reset extruder length to zero
   * G1 F200 E10 ; Extrude 10mm at 200mm/min   * G1 F200 E10 ; Extrude 10mm at 200mm/min
Line 31: Line 31:
  
   * G28 ; Home all axis   * G28 ; Home all axis
-  * G1 Z15.0 F6000 ; Move up 15mm at 6000mm/min (note: more than the max speed set in the printer firmware)+  * G1 Z15.0 F1000 ; Move up 15mm at 1000mm/min (note: more than the max speed set in the printer firmware)
   * G92 E0 ; Reset extruder length to zero   * G92 E0 ; Reset extruder length to zero
   * G1 X0.0 Y0.0 F1000.0 ; go to edge of print area   * G1 X0.0 Y0.0 F1000.0 ; go to edge of print area
start-and-end-gcode.txt ยท Last modified: 2020/12/25 02:13 by 127.0.0.1