Jump to content

Recommended Posts

Posted · Ulticontroller pauses and displays "wait for user" after M190/M109

I'm not exactly sure if this is a Marlin issue, or an Ulticontroller one.

I'm using Marlin configured to use a heated bed, otherwise standard.

I have been experimenting with print start gcode and put together the following to extrude a bucket of plastic in a nice fat line to ensure a properly primed print head.

When I load this file into pronterface and hit print, it works as expected, but if I load it onto the SD card and print from there, it pauses midway and displays "Wait for User" on the Ulticontroller LCD until I press the button on the front, then it continues.

The point at which it pauses like this is sometimes when the bed reaches temp on the M190, sometimes after the M109, sometimes after both, one time it made it to the next coommand after that (G1 Z1) and then paused. Anyone have an idea of what could be causing this? I have never seen this before, even though I am only using the same commands which are normally spat out by Cura and Kisslicer without issue. Could it somehow be caused by editing the file in notepad?

M92 E880.000

G28 X Y ;home XY

G90 ;Absolute positioning

G21 ;set units to mm

G92 X0 Y0 E0 ;set axis positioning to X,y to 0, E to 0

G1 X120 ;move to x =120

G28 Z ;home Z

G92 Z0 ;reset Z value

;

;

;set temps

M190 S90 ;set bed temp and wait

M109 S230 ;set temp and wait

;

;

G1 Z1 ;raise Z to 1

G1 X90 E6 F500 ;controlled movement using feed (F)

G1 X30 E20 ;controlled movement using feed (F)

;

G28 X Z ;home XYZ

G92 E0 ;reset extruder value to 0

 

  • Link to post
    Share on other sites

    Posted · Ulticontroller pauses and displays "wait for user" after M190/M109

    No, the problem is not related to Cura. The code above is pasted into notepad, saved as a .gcode, uploaded to the SD card in the Ulticontroller, then printed.

     

  • Link to post
    Share on other sites

    • 1 month later...
    Posted · Ulticontroller pauses and displays "wait for user" after M190/M109

    yeah, i have this problem, too. I have to reset the Ulticontroller. it is ok. But, i dont know how to solve it.

     

  • Link to post
    Share on other sites

    Posted · Ulticontroller pauses and displays "wait for user" after M190/M109

    This is caused by "bad" gcodes - for example non-ascii characters.

    The "M" command by itself is the same as a "M0" which is the standard pause command. "M1" also is a pause command but I'm not sure if it's implemented in Marlin.

    So I guess I would blame your editor. Maybe need a sophisiticated editor (like notepad++) that can show you which characters are non-ascii. Or maybe you need an extra simple editor (like notepad from windows 95?) that doesn't know how to do non-ascii characters. Notepad from windows XP and newer I believe is in between those 2 levels of sophisitication - just smart enough to wreck your file but not smart enough to show you what it did visually.

     

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • Help Us Improve Cura – Join the Ultimaker Research Program
        🚀 Help Shape the Future of Cura and Digital Factory – Join Our Power User Research Program!
        We’re looking for active users of Cura and Digital Factory — across professional and educational use cases — to help us improve the next generation of our tools.
        Our Power User Research Program kicks off with a quick 15-minute interview to learn about your setup and workflows. If selected, you’ll be invited into a small group of users who get early access to features and help us shape the future of 3D printing software.

        🧪 What to Expect:
        A short 15-minute kickoff interview to help us get to know you If selected, bi-monthly research sessions (15–30 minutes) where we’ll test features, review workflows, or gather feedback Occasional invites to try out early prototypes or vote on upcoming improvements
        🎁 What You’ll Get:
         
        Selected participants receive a free 1-year Studio or Classroom license Early access to new features and tools A direct voice in what we build next
        👉 Interested? Please fill out this quick form
        Your feedback helps us make Cura Cloud more powerful, more intuitive, and more aligned with how you actually print and manage your workflow.
        Thanks for being part of the community,

        — The Ultimaker Software Team
        • 0 replies
      • Cura 5.10 stable released!
        The full stable release of Cura 5.10 has arrived, and it brings support for the new Ultimaker S8, as well as new materials and profiles for previously supported UltiMaker printers. Additionally, you can now control your models in Cura using a 3D SpaceMouse and more!
          • Like
        • 18 replies
    ×
    ×
    • Create New...