Jyers / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
2.13k stars 386 forks source link

print head does not lift when canceling printing V1.3.4 manual mesh 3*3 4.2.2 #1098

Closed madorax251 closed 3 years ago

madorax251 commented 3 years ago

i print via octiprint. printing is canceled via printhead display not lifted. and tried to cancel printing via octoprint and the result is the same

Jyers commented 3 years ago

Do you have your "on print cancel" gcode script set up to lift the head?

adam3654 commented 3 years ago

Do you have your "on print cancel" gcode script set up to lift the head?

That would only help with cancelling from Octoprint. Having the nozzle pull away from the print while the nozzle is still hot would be nice.

Jyers commented 3 years ago

Canceling from the display does cancel from octoprint. When you select cancel the printer sends a command to octoprint telling it to cancel, just the same as if you had canceled directly from octoprint.

adam3654 commented 3 years ago

I did not know that (obviously ;-) ), thanks for the info. I just chased through the source code to learn about the host actions. Very cool!

madorax251 commented 3 years ago

Canceling from the display does cancel from octoprint. When you select cancel the printer sends a command to octoprint telling it to cancel, just the same as if you had canceled directly from octoprint.

madorax251 commented 3 years ago

@Jyers I am using GCODE Scripts which is listed in the octoprint settings on your wiki page

madorax251 commented 3 years ago

what gcode script should i use in octoprint settings?and gcode for bed visualizer

madorax251 commented 3 years ago

@adam3654

Itu hanya akan membantu membatalkan dari Octoprint. Menjauhkan nosel dari cetakan saat nosel masih panas akan lebih baik.

I've tried canceling printing via Octoprint printhead not picking up

Jyers commented 3 years ago

G91 G0 Z10

That should lift the print head for you. For more info on gcode check out https://marlinfw.org/meta/gcode/