Jump to content

UM2 sequence before print...


chrisr

Recommended Posts

Posted · UM2 sequence before print...

Couple of quick questions:

Before a print, both the extruder and bed are first heated up to temperature.

1) Am I right in thinking this function is carried out by the UM2? i.e it's not from instructions in the prints gcode ?

Next, the bed is raised to ~2cm below the extruder and the extruder is primed (in the top left corner) for a short while.

2) Is that a function also carried out by the UM2, rather than instructions in the gcode?

Finally, the bed gets raised to the correct height for printing and the print begins.

3) Is that final bed raising to print height also carried out by the UM2 or is that when the prints gcode starts executing?

Reason I'm asking is I'm trying to figure out what prefix and postfix gcode I may need for KISSlicer.

Thanks in advance for any help :smile:

 

  • Link to post
    Share on other sites

    Posted · UM2 sequence before print...

    Yes, yes and yes. I know someone posted a suitable pre- and postfix for KS here on the forums a while back but I can't find it at the moment. I'll look around some more.

    Alternatively I think you can switch over to RepRap flavour in cura and get some code that way.

     

  • Link to post
    Share on other sites

    Posted · UM2 sequence before print...

    Brilliant thanks! That looks a very useful thread indeed :smile: I did do a forum search but found nothing.

    I paid for a KISSlicer license as well and thought similar that I really ought get my head around all those scary looking settings...

    I now get why Daid had the UM2 control the initial warm up (rather than from Cura) as it's a much more flexible way of starting especially with other slicers in mind.

    Was your answer 'yes' to 3) that it's the gcode starting which causes the bed to finally raise to print height?

    I'm going to be getting my head around gcodes from today onwards... I came across this: http://www.cnccookbook.com/CCGWizardE.html

    - which I thought looked interesting from the point of view of a complete gcode newb like myself!

    Oh! and this: http://openscam.org/

     

  • Link to post
    Share on other sites

    Posted · UM2 sequence before print...

    Oops, sorry about the last "yes" hehe. If you look at the Gcode of a file you'll see that the first layer starts with something like:

    G0 F12000 X31.203 Y46.524 Z0.200

    so it's the actual Gcode telling the printer to go towards the center of the platform and raise the bed at the same time.

     

  • Link to post
    Share on other sites

    Posted · UM2 sequence before print...

    Thanks :-)

     

  • Link to post
    Share on other sites

    Posted · UM2 sequence before print...

    Oops, sorry about the last "yes" hehe. If you look at the Gcode of a file you'll see that the first layer starts with something like:

    G0 F12000 X31.203 Y46.524 Z0.200

    so it's the actual Gcode telling the printer to go towards the center of the platform and raise the bed at the same time.

     

    Ahhh.... is the UM2s X-Y origin (0,0) the top left hand front part of the build plate? i.e the position where the nozzle primes itself before printing? Kisslicer has the bed middle as 0,0

     

  • Link to post
    Share on other sites

    Posted · UM2 sequence before print...

    Ahhh.... is the UM2s X-Y origin (0,0) the top left hand front part of the build plate?...

     

    Short answer: yes ;)

     

  • Link to post
    Share on other sites

    Posted · UM2 sequence before print...

    Thanks TinkerGnome, I'm guessing the origin will need to be offset by half the printer bed dimensions... now wondering if this should be -115 and -112.5. Hmmm.....

     

     

     

  • Link to post
    Share on other sites

    Posted · UM2 sequence before print...

    Yup, that would be correct. You might need to tweak it slightly later if you're trying to use 100% of your printing volume. There can be slight differences in end stops and fan shrouds that alter the build space a bit.

     

  • Link to post
    Share on other sites

    Posted · UM2 sequence before print...

    Thanks Robert, just to clarify, should the values for the origin be negative ? i.e - 115 and -112.5. I'm wondering that the center being 0,0 (for Kisslicer) then it kinda makes sense that the (UM2s) left hand front corner would be in a negative direction for both the x and y co-ords. Am I right in thinking that?

    I'd try running it, but I'm just a bit worried about banging my UM2's nozzle into the end stops.... :eek:

     

  • Link to post
    Share on other sites

    Posted · UM2 sequence before print...

    The values should not be negative, both should be positive.

    And don't worry too much about running into the walls. It sounds horrible but shouldn't damage your printer.

     

  • Link to post
    Share on other sites

    Posted · UM2 sequence before print...

    Set the KS bed center on the machine tab to X=115, Y=112.

     

  • Link to post
    Share on other sites

    Posted · UM2 sequence before print...

    Thanks all. :-)

    The settings for the bed are spot on. Now I've just got to work out why the bed wants to home twice before priming the nozzle and I'm then getting nothing extruded when the print starts... it appears that the feeder is retracting but not feeding the same amount despite those two distance settings being identical in KISSlicer. Very bizarre :???:

     

  • Link to post
    Share on other sites

    Posted · UM2 sequence before print...

    The bed up and down thing I don't know about, it was mentioned in the other thread.

    As for the other thing, check that Printer -> Firmware -> Firmware Type is set to Absolute E.

     

  • Link to post
    Share on other sites

    Posted · UM2 sequence before print...

    Ah. Good call. Thanks Robert. It was set to Relative E. I'll try it all again tomorrow.

     

  • Link to post
    Share on other sites

    Posted · UM2 sequence before print...

    If you get it working properly, can you post all the settings here.

    I tried playing with slic3r but got scared and stopped experimenting after nozzle bumped the clip.

  • Link to post
    Share on other sites

    Posted · UM2 sequence before print...

    Yes certainly. That's why I'm approaching this cautiously. It didn't help that my UM2 gave me a caution, warning me that I was overriding the printer settings... before I pressed 'continue' <gulp>

    My main reason for looking at KISSlicer was for the support generation it produced which gave better results "out of the box" than Cura for a particular print I've been trying. Here:

    http://www.thingiverse.com/thing:637261

    Since then I've "discovered" you can generate supports outside of Cura and then import the whole thing back in as an .stl using this amazing free software: mishmexer, http://www.meshmixer.com/

    I do want to persevere with KISSlicer as I've bought the damn thing and it seems to me that it's worthwhile perservering with. I've just got to get my head around it with the patient forum help here and also learn some Gcode in the process, which altogether isn't a bad thing!

    So yes, if I get it all sussed (I hope) I'll gladly post up all the settings that work for the UM2 :smile:

     

  • Link to post
    Share on other sites

    Posted · UM2 sequence before print...

    If you get it working properly, can you post all the settings here.

    I tried playing with slic3r but got scared and stopped experimenting after nozzle bumped the clip.

     

    Got my UM2 working with KISSlicer. Here are the settings I'm using.

    http://umforum.ultimaker.com/index.php?/gallery/album/1757-kisslicer-settings/

     

  • Link to post
    Share on other sites

    Posted · UM2 sequence before print...

    Thank you!!!

    Greatly appreciated!!!

  • 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

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...