Jump to content

Move plate at diferent heights in Z axis


Recommended Posts

Posted · Move plate at diferent heights in Z axis

Hi! I have an Ultimaker Extended 3, I can move the bed in the Z axis to de top and to the button of de ultimaker System-built plate-raise or lower. Now I´m trying to set the bed in diferent heights, but i cant find any way, I´m thinking of writing a comand in gcode, but I dont know if there is another way to get it manually o easier than that because I dont know so much about gcode. 

 

Thanks in advance!

  • Link to post
    Share on other sites

    Posted · Move plate at diferent heights in Z axis

    Here's my recommended way:

     

    Frist put your UM3 into developer mode - it's in the menus on the UM3.  Your machine needs to be on your network (wifi or ethernet) if it isn't already.  Once it's on the network it will show the IP address at the top of the main screen.

    Next you need ssh which is built into linux and Macintosh terminal but not windows.  For windows I recommend putty:
    https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

    In putty you don't type the "ssh" part but just put the ultimaker@111.222.333.444 part and click "open".

    ssh ultimaker@1.2.3.4  (don't enter 1.2.3.4 - enter the ip address listed on your UM3)
    username/password:   
    ultimaker/ultimaker   (much easier than root/ultimaker as it takes you straight into the utility to do sendgcode)
     

    At this point you can send any gcode to the printer and experiment.  So to move the bed 10mm from nozzle:

    sendgcode G0 Z10.0

     

    To home the Z:

    sendgcode G28 Z0

     

    To move 3 of the 4 axes at once:

    sendgcode G0 X100 Y100 Z100

     

    You might have to home the axes on the front panel before you can move them but I think this will work fine.  gcodes are very simple and you can read about them here:

    http://reprap.org/wiki/G_code

     

    • Like 1
    Link to post
    Share on other sites

    • 3 weeks later...

    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

      • 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
      • Ultimaker Cura 5.6 stable released
        Cura now supports Method series printers!
         
        A year after the merger of Ultimaker and MakerBotQQ, we have unlocked the ability for users of our Method series printers to slice files using UltiMaker Cura. As of this release, users can find profiles for our Method and Method XL printers, as well as material profiles for ABS-R, ABS-CF, and RapidRinse. Meaning it’s now possible to use either Cura or the existing cloud-slicing software CloudPrint when printing with these printers or materials
        • 6 replies
    ×
    ×
    • Create New...