Jump to content

Searching for the possibility to use the USB port in Ultimaker 2 Extended + to output serial commands


Recommended Posts

Posted · Searching for the possibility to use the USB port in Ultimaker 2 Extended + to output serial commands

Dear Ultimaker,

Currently we are thinking of the possibility to add in commands inside the gcode so that we can sending some serial commands to our external device, a voltage tunable USB pneumatic pump, so that it can pumping some liquid to the ultimaker heated bed. May we find out how can we utilize the USB port to achieve our purpose? Is there any firmware we can use?

Ten It

  • Link to post
    Share on other sites

    Posted · Searching for the possibility to use the USB port in Ultimaker 2 Extended + to output serial commands

    Well you could make lines that echo info on the gcode. Or maybe it could be easier to control the led gcode (I think is M42?? Can't remember now) to use more or less led pwm and use that to control your external device?

    Dunno, it depends on how you actually will read what happens on the printer. Check the full gcode table googling Marlin Ultimaker 2 and read all the gcode available. That could be a nice start

  • Link to post
    Share on other sites

    Posted · Searching for the possibility to use the USB port in Ultimaker 2 Extended + to output serial commands

    Well you could make lines that echo info on the gcode. Or maybe it could be easier to control the led gcode (I think is M42?? Can't remember now) to use more or less led pwm and use that to control your external device?

    Dunno, it depends on how you actually will read what happens on the printer. Check the full gcode table googling Marlin Ultimaker 2 and read all the gcode available. That could be a nice start

     

    Hi Neotko,

    Thanks for your reply. do you mean that something like

    M42 Px  Sy?

    do you know the pin id for the USB port? do you have any clue of keywords which i should use to find the pin id for the USB port in ultimaker 2?

    I am new to 3D printing and sorry that if my question is too naive to be posted here.

    Ten It

  • Link to post
    Share on other sites

    Posted · Searching for the possibility to use the USB port in Ultimaker 2 Extended + to output serial commands

    M42 without pointing to a PIN just changes LED PWM.

    M42 S255 turn it on and M42 S0 turn it off.

    I suppose you could do calls to pins directly, but that's beyond what I know.

    The list of pins is on the Marlin firmware, check the file pins.h

    https://github.com/Ultimaker/UM2.1-Firmware/tree/UM2.1_JarJarExtended

  • Link to post
    Share on other sites

    Posted · Searching for the possibility to use the USB port in Ultimaker 2 Extended + to output serial commands

    M42 without pointing to a PIN just changes LED PWM.

    M42 S255 turn it on and M42 S0 turn it off.

    I suppose you could do calls to pins directly, but that's beyond what I know.

    The list of pins is on the Marlin firmware, check the file pins.h

    https://github.com/Ultimaker/UM2.1-Firmware/tree/UM2.1_JarJarExtended

     

    Thanks, Neotko, will try to read and find the things we need. Thank you.

  • Link to post
    Share on other sites

    Posted · Searching for the possibility to use the USB port in Ultimaker 2 Extended + to output serial commands

    Hi,

    I would like to find out the correct command to trigger a digital port (PC7 in the schematic),. Can anybody advise if the following is correct:

    M42 PC7 S255    (Turn ON)

    M42 PC7 S0        (Turn OFF)

    I should get 5V, Is this correct?  Thanks

  • 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.
        • 0 replies
    ×
    ×
    • Create New...