Jump to content

Prusa i3


bigbbdriver

Recommended Posts

Cura 2.X just slices. It won't communicate over USB anymore. So either donwload cura 15.X or use cura 2.X for the slicing step and pronterface for the printing step.

  • Link to post
    Share on other sites

    Cura 2.X just slices.  It won't communicate over USB anymore.

     

    This is not true. Cura 2.x communicates over USB to Ultimaker printers and some others just fine. There are issues connecting to some other printers, but unfortunately noone who is working on Cura has one of those printers and people who have those printers can't fix the issue.

    • Like 1
    Link to post
    Share on other sites

    Same problem for me with my anet A8 and cura 2.3.1 and cura 2.4. Unable to connect. My printer is not recognise!

    With cura 14.07 in manually mod, i can connect with com4 and 115200 baudrate!

    Why manual mod don't exist with cura?

    My printer work with slic3r, simplify3d, mattercontrol...but not cura :(

  • Link to post
    Share on other sites

    Why manual mod don't exist with cura?

     

    Because it is (1) not needed for Ultimaker printers, and (2) noone with a printer that needs it is able or willing to add it to the new Cura.

    I am willing to add it, but I don't have a printer that does not work with the current auto-detection. If someone wants to send me a printer, or even only a controller board to test with, I will do my best to make sure that it works with Cura.

  • Link to post
    Share on other sites

    Not ok for send my new A8 :p but if i can try a configuration file, i'm ok!

    After, 2 modifications, i can print directly with usb in cura 2.4 but cura say alway "printer not connected!"

    First modification in USBPrinterOutputDeviceManager.py

    Line 89:

    before:

    result = self.getSerialPortList(only_list_usb = True) 

     

    after:

     result = self.getSerialPortList(only_list_usb = False) 

     

    Second modification in USBPrinterOutputDevice.py

    Line 300:

    before:

    programmer = stk500v2.Stk500v2()

     

    after:

    #programmer = stk500v2.Stk500v2()

     

    source: http://mpselectmini.com/cura_2.3_usb_printing_not_working

    • Like 1
    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...