Close



Results 1 to 3 of 3
  1. #1

    Hiding finished result

    Using Creality CR6-SE with Creality Slicer 4.8

    When the print job finishes the build plate goes all the way back instead of to the front. I've examined the resulting G-code and the offending line is

    Code:
    G1 X0 Y0		;Present print
    I can manually replace that line with

    Code:
    G1 X0 Y260	;Present print
    and load it into the Creality Slicer. However, doing so will not show the estimated print time. To see that I need to slice the .stl file.

    How can I end a print job with the build plate going to the front instead of to the back?

  2. #2
    some where in the slicer is a scripts section that adds the G1 X0 Y0 in the "End Script" find that and change it to what you want. I don't use that slicer but they are all the sameish

  3. #3
    Thanks for your reply.
    Yes, I finally found where to change the end script part. It's all working now!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •