UltiMaker uses functional, analytical and tracking cookies. Tracking cookies enhance your experience on our website and may also collect your personal data outside of Ultimaker websites. If you agree with the use of tracking cookies, click “I agree, continue browsing”. You can withdraw your consent at any time. If you do not consent with the use of tracking cookies, click “Refuse”. You can find more information about cookies on our Privacy and Cookie Policy page.
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.
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:
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.
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
Recommended Posts
gr5 2,094
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
Link to post
Share on other sites
EduValverde 0
thank you gr5! I am working on it, if its works a will tel you know
Link to post
Share on other sites