Jump to content
UltiMaker Community of 3D Printing Experts

Can you print without ulticontroller?


Reflexx

Recommended Posts

Posted · Can you print without ulticontroller?

hi Ultimakers,

I'm a newbie, and just bought a probably 3-4 years old Ultimaker Original. It has a custom made heatbed in a hexagonal shape, and no Ulticontroller.

It is connected by USB to my Mac, and Cura seem to work fine, the motors are ok, the calibration wizard also works, but my custom made buildplate doesn't seem to match the head positioning: it always uns to the front left corner and waits for me to level my buildplate, which is several cm away. Of couse it's because the normal build plate is square and bigger than mine. I do not know how to configure the shape of my custom buildplate.. that's one question.

The second question is: can I print without Ulticontroller? I've read a lot of posts about that, and it seems possible, but could have stability issues regarding communication with the computer.

I lauched Cura with pronterface UI, and the head is heating fine, and the filament is beginning to melt, but nothing else happens. No print.

Does anybody have an idea what I should do?

  • Link to post
    Share on other sites

    Posted · Can you print without ulticontroller?

    You can print fine without the utlicontroller. but don't use cura for the calibration step - just skip that wizard. You can cancel it and continue with cura.

    Calibrate it by homing Z only and push the head around and use paper and turn the screws.

    I recommend pronterface over cura for controlling your printer. The feedback and control is fantastic and much simpler than cura. It's a free download here:

    Get pronterface here. It's free:

    http://koti.kapsi.fi/~kliment/printrun/

    But use cura for creating the gcode files.

  • Link to post
    Share on other sites

    Posted · Can you print without ulticontroller?

    >but could have stability issues regarding communication with the computer.

    Well, yeah. If your prints stop suddenly for no reason - try a different computer with hopefully better usb. Or try a usb buffer or a different usb cable. Or try coiling the cable? But for many people it's very reliable. Somewhere in cura (and printrun?) there is a log file that tells you how many transmitted lines of gcode failed! This can be 90% If you have that then it's a problem waiting to happen. If it's 0.1% then don't worry.

  • Link to post
    Share on other sites

    Posted · Can you print without ulticontroller?

    You can print fine without the utlicontroller.  but don't use cura for the calibration step - just skip that wizard.  You can cancel it and continue with cura.

    Calibrate it by homing Z only and push the head around and use paper and turn the screws.

    I recommend pronterface over cura for controlling your printer.  The feedback and control is fantastic and much simpler than cura.  It's a free download here:

    Get pronterface here. It's free:

    http://koti.kapsi.fi/~kliment/printrun/

    But use cura for creating the gcode files.

     

    Hi gr5,

    I've tried several times to print, both with Cura, and also with Printrun.

    But after having loaded a gcode file, Cura doesn't react at all to my printing command. Printrun seem to react with an error code in the console. It says:

    Print started at: 22:02:50

    [ERROR] Failed to set power settings:

    Traceback (most recent call last):

    File "/Users/craigvanvliet/Desktop/PyInstaller-2.1/pronterface/build/pronterface/out00-PYZ.pyz/printrun.pronsole", line 1173, in startcb

    File "/Users/craigvanvliet/Desktop/PyInstaller-2.1/pronterface/build/pronterface/out00-PYZ.pyz/printrun.power", line 130, in powerset_print_start

    File "/Users/craigvanvliet/Desktop/PyInstaller-2.1/pronterface/build/pronterface/out00-PYZ.pyz/printrun.power.osx", line 72, in inhibit_sleep_osx

    File "/Users/craigvanvliet/Desktop/PyInstaller-2.1/pronterface/build/pronterface/out00-PYZ.pyz/printrun.power.osx", line 49, in AssertionCreateWithName

    File "/Users/craigvanvliet/Desktop/PyInstaller-2.1/pronterface/build/pronterface/out00-PYZ.pyz/printrun.power.osx", line 40, in StringToCFString

    AttributeError: 'module' object has no attribute 'kCFStringEncodingASCII'

    I found some refernece to the same problem on:

    https://github.com/kliment/Printrun/issues/619

    but they didn't seem to have resolved the problem.

    Would it be better to buy an Ulticontroller?

    Regards,

    Reflexx

  • Link to post
    Share on other sites

    Posted · Can you print without ulticontroller?

    Wait - so you can move all the axes with printrun? And you can set the temperature and it heats up? And when you tell it to home it homes? But it won't print? Is that what you are saying?

    I mean - sure - the ulticontroller is worth the price I think.

  • Link to post
    Share on other sites

    Posted · Can you print without ulticontroller?

    Yes gr5, Printrun moves all the axes as I I command it to do.It also homes all of them at front left z=0. The temperature seems fine too. It comes up to 185°c within some minutes.

    Then I load a gcode on the platform( I changed the coordinates ( -55mm in x and y)of the head in order to center the object to print in the center of the platform, and a 3d model appears.then I click on "print" and the error message shows up and nothing more happens:

    Loading file: /Users/Myname/Desktop/tellit spejl plast.gcode

    Loaded /Users/Myname/Desktop/tellit spejl plast.gcode, 3151 lines

    23.52mm of filament used in this print

    The print goes:

    - from -55.00 mm to 8.71 mm in X and is 63.71 mm wide

    - from -55.00 mm to 8.70 mm in Y and is 63.70 mm deep

    - from 0.00 mm to 15.00 mm in Z and is 15.00 mm high

    Estimated duration: 26 layers, 0:01:26

    Print started at: 08:05:58

    [ERROR] Failed to set power settings:

    Traceback (most recent call last):

    File "/Users/craigvanvliet/Desktop/PyInstaller-2.1/pronterface/build/pronterface/out00-PYZ.pyz/printrun.pronsole", line 1173, in startcb

    File "/Users/craigvanvliet/Desktop/PyInstaller-2.1/pronterface/build/pronterface/out00-PYZ.pyz/printrun.power", line 130, in powerset_print_start

    File "/Users/craigvanvliet/Desktop/PyInstaller-2.1/pronterface/build/pronterface/out00-PYZ.pyz/printrun.power.osx", line 72, in inhibit_sleep_osx

    File "/Users/craigvanvliet/Desktop/PyInstaller-2.1/pronterface/build/pronterface/out00-PYZ.pyz/printrun.power.osx", line 49, in AssertionCreateWithName

    File "/Users/craigvanvliet/Desktop/PyInstaller-2.1/pronterface/build/pronterface/out00-PYZ.pyz/printrun.power.osx", line 40, in StringToCFString

    AttributeError: 'module' object has no attribute 'kCFStringEncodingASCII'

     

    Wait - so you can move all the axes with printrun?  And you can set the temperature and it heats up?  And when you tell it to home it homes?  But it won't print?  Is that what you are saying?

    I mean - sure - the ulticontroller is worth the price I think.

     

  • Link to post
    Share on other sites

    Posted · Can you print without ulticontroller?

    You could try one of the older versions of Cura, that still has the old print dialogue screen,

    I always print my G-Code with the older Cura, while the later versions with pronterface UI, gave major problems.

  • Link to post
    Share on other sites

    Posted · Can you print without ulticontroller?

    You could try one of the older versions of Cura, that still has the old print dialogue screen,

    I always print my G-Code with the older Cura, while the later versions with pronterface UI, gave major problems.

     

    Thanks Xeno, I'll try that. Have a good day.

    Regards,

  • Link to post
    Share on other sites

    Posted · Can you print without ulticontroller?

    Make sure you slice in "reprap" mode in cura when you create the gcode (not "volumetric" nor "ultigcode" modes). It's in the machine settings.

  • 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.3 stable released
        In this stable release, Cura 5.3 achieves yet another huge leap forward in 3D printing thanks to material interlocking! As well as introducing an expanded recommended print settings menu and lots of print quality improvements. Not to mention, a whole bunch of new printer profiles for non-UltiMaker printers!
          • Thanks
          • Like
        • 24 replies
      • Here it is. The new UltiMaker S7
        The UltiMaker S7 is built on the success of the UltiMaker S5 and its design decisions were heavily based on feedback from customers.
         
         
        So what’s new?
        The obvious change is the S7’s height. It now includes an integrated Air Manager. This filters the exhaust air of every print and also improves build temperature stability. To further enclose the build chamber the S7 only has one magnetically latched door.
         
        The build stack has also been completely redesigned. A PEI-coated flexible steel build plate makes a big difference to productivity. Not only do you not need tools to pop a printed part off. But we also don’t recommend using or adhesion structures for UltiMaker materials (except PC, because...it’s PC). Along with that, 4 pins and 25 magnets make it easy to replace the flex plate perfectly – even with one hand.
         
        The re-engineered print head has an inductive sensor which reduces noise when probing the build plate. This effectively makes it much harder to not achieve a perfect first layer, improving overall print success. We also reversed the front fan direction (fewer plastic hairs, less maintenance), made the print core door magnets stronger, and add a sensor that helps avoid flooding.
         

         
        The UltiMaker S7 also includes quality of life improvements:
        Reliable bed tilt compensation (no more thumbscrews) 2.4 and 5 GHz Wi-Fi A 1080p camera (mounted higher for a better view) Compatibility with 280+ Marketplace materials Compatibility with S5 project files (no reslicing needed) And a whole lot more  
        Curious to see the S7 in action?
        We’re hosting a free tech demo on February 7.
        It will be live and you can ask any questions to our CTO, Miguel Calvo.
        Register here for the Webinar
          • Like
        • 18 replies
      • UltiMaker Cura Alpha 🎄 Tree Support Spotlight 🎄
        Are you a fan of tree support, but dislike the removal process and the amount of filament it uses? Then we would like to invite you to try this special release of UltiMaker Cura. Brought to you by our special community contributor @thomasrahm
         
        We generated a special version of Cura 5.2 called 5.3.0 Alpha + Xmas. The only changes we introduced compared to UltiMaker Cura 5.2.1 are those which are needed for the new supports. So keep in mind, this is not a sneak peek for Cura 5.3 (there are some really cool new features coming up) but a spotlight release highlighting this new version of tree supports.  
          • Like
        • 22 replies
    ×
    ×
    • Create New...