Slicer Scripts G-code Line Changes (CR10 3D Printer)

Any 3D printing projects
Post Reply
User avatar
bob195558
Posts: 2377
Joined: Sun Dec 16, 2012 7:24 pm
Country: United States
Location: New England, Vermont
Contact:

Slicer Scripts G-code Line Changes (CR10 3D Printer)

Post by bob195558 »

Starting and Ending script G-codes in your Slicer software with using the TH3D EZABL.

This is for a CR-10 3D Printer with TH3D EZABL, EZOut and EZPi upgrades.
Normally when the print job is finished,
the print-bed moves to the "Home" X and Y positions.
The Y-axis "Home" position is all the way back,
so this causes the need to move the Y-axis to a forward position
to remove the finished printed part.

To change this in the Slicer program's, like Cura and/or Simplify 3D
you can replace in the Ending Script G-code line:
G28 X0 Y0 ; home x and y axis
to
G00 X300 Y300 ; finish position x and y axis

This will move the X-axis to the far right and the Y-axis to a the most forward position.

Here are the full Starting and Ending Scripts G-code Lines
------------------------------------------------------------------------------
New Slicer Starting Script G-code Lines

M75 ; Start Timer and Engage Filament Monitor
G28 ; home all axes
G29 ; auto level
G4 S10; wait for heaters to recover
G1 X0 Y20 Z0.2 F3000 ; get ready to prime
G92 E0 ; reset extrusion distance
G1 F200 E25 ; extrude filament
G92 E0 ; reset extrusion distance again
M420 Z1 ; fade ABL off after 1mm

----------------------------------------------------------
New Slicer Ending Script G-code Lines

G91
G1 F1800 E-3
G1 F3000 Z10
G90
G00 X290 Y290 ; finish position x and y axis
M106 S0 ; turn off cooling fan
M104 S0 ; turn off extruder
M140 S0 ; turn off bed
M84 ; disable motors

------------------------------------------------------------------------------

G00 X300 Y300 ; finish position X and Y axis
G00 X300 Y300 ; finish position X and Y axis



Simplify 3D Slicer
Simplify 3D Slicer
Click on pictures to zoom in.


Cura Slicer
Cura Slicer
.
Er9x on 9x radio, with Smartieparts Programmer and TelemetrEZ Board.
ErSky9x on Taranis, Sky9x, 9Xtreme radios.
3D-Printing: (https://openrcforums.com/forum/viewforum.php?f=129).

Post Reply

Return to “3D Printing”