Notifications
Clear all

Pause print message not showing?  

  RSS
TeachThePrints
(@teachtheprints)
Estimable Member
Pause print message not showing?

Using the pause print feature, the printer stops at the set layer height, but it doesn't actually show the message set in PrusaSlicer. Is that just not working on the Mini?

Prusa Mini FW 4.2.1 using PrusaSlicer 2.3.0 alpha 3

If that's relevant, i could upload the gcode.

Prusa Mini FW4.4.1

Posted : 25/11/2020 3:46 pm
karl-herbert
(@karl-herbert)
Illustrious Member
RE: Pause print message not showing?
Posted by: @teachtheprints

Using the pause print feature, the printer stops at the set layer height, but it doesn't actually show the message set in PrusaSlicer. Is that just not working on the Mini?

Prusa Mini FW 4.2.1 using PrusaSlicer 2.3.0 alpha 3

If that's relevant, i could upload the gcode.

As far as I know, the functions M117 and M300 and some others are not yet available in the Mini Firmware, but this does not affect the pause function, because only the output on the LCD is missing.

Statt zu klagen, dass wir nicht alles haben, was wir wollen, sollten wir lieber dankbar sein, dass wir nicht alles bekommen, was wir verdienen.

Posted : 25/11/2020 7:04 pm
TeachThePrints
(@teachtheprints)
Estimable Member
Topic starter answered:
RE: Pause print message not showing?

Thanks for the clarification.

Initially, I had printed via Octoprint, where it completely ignored the pause function. Printing the same gcode via USB, it did indeed pause at the set level, just without the display instructions on what to do.

Prusa Mini FW4.4.1

Posted : 25/11/2020 7:44 pm
cwbullet
(@cwbullet)
Member
RE: Pause print message not showing?

@teachtheprints

This is probably and issue with commands being recognized by octoprint.  

--------------------
Chuck H
3D Printer Review Blog

Posted : 25/11/2020 10:32 pm
Sonar
(@sonar)
New Member
RE: Pause print message not showing?

I have come across this very issue today also on my MK3S.

Firmware 3.9.1 and alpha1 slicer

Everything works OK except message entered when sliced does not appear on LCD.

Not using Octoprint.

This post was modified 3 years ago by Sonar
Posted : 26/11/2020 12:01 am
LeeSheridanTech
(@leesheridantech)
New Member
RE: Pause print message not showing?

I also have a MK3S (FW 4.10.0-4481) that does not show the pause message...

The GCODE contains:

;PAUSE_PRINT
M117 Place Mk3 insert
M601

The message "Place Mk3 insert" is not displayed on the LCD screen (at least not for long?).

In Pronterface, the gcode M117 works OK:  couldn't resist trying "M117 Hello World!".  So the MK3S can handle the gcode, just not whilst pausing during a print it seems?

Perhaps it's affected by a previous command or something?  Here's the above, with more gcode either side of the M601:

; stop printing object FrontBadge id:0 copy 0
;LAYER_CHANGE
;Z:0.85
;HEIGHT:0.05
;BEFORE_LAYER_CHANGE
G92 E0.0;0.85

;WIPE_START
G1 F8640.000
G1 X203.811 Y38.633 E-0.21919
;WIPE_END
G1 E-1.28081 F2100.000

G1 Z1.000 F10800.000
;AFTER_LAYER_CHANGE
;0.85
;PAUSE_PRINT
M117 Place Mk3 insert
M601

; printing object FrontBadge id:0 copy 0
G1 X217.230 Y39.491
G1 Z0.850
G1 E1.50000 F2100.000
M204
S300
;TYPE:Overhang perimeter

 

Not sure about the preceding "0.85" ?!

Posted : 19/08/2021 12:27 am
Mike_GKA
(@mike_gka)
Active Member
RE: Pause print message not showing?

It's an old thread, maybe you have already found a solution.

I have the nearly same issue on Prusa MINI+: I want to show the next color on the display before M600 (Change Tool).
I solved it with the following code. Maybe you can adapt this to your needs.

M601 ; Pause
M400 ; wait until all moves are completed
; color notification
M117 Next color is {extruder_colour[next_extruder]};
G4 S4 ; wait 4 seconds
M600

BUT than you will get an other issue. You can not post such a GCODE-file to printables, Printables doesn't allow code M400 in GCODE-files. I don't know why.

Posted : 06/09/2023 8:15 am
Share: