Jump to content

Change filament trigger wanted


Recommended Posts

Posted · Change filament trigger wanted

Hi,

I have a question, someone might know an answer, to get me in the right direction, even perhaps a solution.

Let's say I have to run 10 Ultimakers1, all with ulticontroller, all with the latest firmware that came with cura 14.01. Using the new Change filament option a few times a day, Big 0.8mm nozzle, 0,4mm layers.

In my simple mechanical mind, it might be possible to trigger the change filament function, not only by choice in the ulticontroller menu, but also from a outside switch input signal.

Is it possible to make something happening with a outside input?

Taking a shit gave me the setup for triggering a switch to detect between reel and feeder if there is filament or not, snapped, or end of roll. connect a horn or lamp, and you've got your warning. that's the simple part

But it would awesome if you could trigger the change filament function, I bet that's faster than running to the machine and do it manually.

Will that be possible?

push in the right direction, very welcome :)

Regards Kees

 

  • Link to post
    Share on other sites

    Posted · Change filament trigger wanted

    I deleted the other copy of this post in the other area of the site.

    The 'Change Filament' command in the ulticontroller just sends an M600 gcode which triggers the filament change. So if you have the printers connected to USB input (or a network enabled device e.g., via Octoprint) you can send the M600 to it remotely whenever you want.

     

  • Link to post
    Share on other sites

    Posted · Change filament trigger wanted

    I deleted the other copy of this post in the other area of the site.

    The 'Change Filament' command in the ulticontroller just sends an M600 gcode which triggers the filament change. So if you have the printers connected to USB input (or a network enabled device e.g., via Octoprint) you can send the M600 to it remotely whenever you want.

     

    Thanks for the answer, but I think you lost me already :(.

    Might be a 'fuzzy' question for someone who is totally familiar with the electronics and software.

    I'm able to change my gcodes to switch the heater fans, and change a T0 to a T1 code to use the 2nd heater, but that is it.

    I can come up with the switch to detect, but I want a way to push the ulticontroller button, go to the tune->changefilament option and push the 'button' again.

    Tonight I will plane a consult with my 35 years younger nephew, who is more in the arduino like things as I am.

     

  • Link to post
    Share on other sites

    Posted · Change filament trigger wanted

    When you select the change filament option in the controller, all it does is tell the printer to pretend it saw an 'M600' command in the gcode.

    The 'M600' is what actually triggers the change process. You don't have to press any buttons, just find a way to send the M600 command yourself.

    There are two ways to print something - by loading the gcode to an SD card, or streaming the commands over a USB connection using Cura, Pronterface, etc. Even when printing from SD, the USB interface is still monitored, so you can send gcode commands via that to change speed, temp etc. Or you can send an M600 to tell the printer to do a filament change.

    So, you need to have your filament change trigger tell a computer to send an M600 command to the printer.

    Alternatively if it's a physical sensor on the printer, then you can just wire its output up to a spare input pin on the electronics board, and fairly easily hack the firmware to listen out for that pin being activated and then have the firmware trigger the M600 command itself, exactly as it does when you pick it from the menu.

  • Link to post
    Share on other sites

    Posted · Change filament trigger wanted

    Thanks!!!

    I'll check out your last option!

    For now we are working with 1 cura setup and 1 profile, a queue of Gcodes on the SDcards, insert the card in the first printer that's done. So they are all stand alone printers.

    I'm sure the setup and workflow could be more automated and monitored, but for being it a 2 month project, I guess the direct approach fits best.

    I'm glad with the spare input being on the board.

    Tonight I have to read into that direction...

     

  • Link to post
    Share on other sites

    Posted · Change filament trigger wanted

    You would need to make custom changes to the firmware anyways - if you connect a switch to the Arduino (provided there's a free Input left) you still have to program the function that translates "button pressed" into "M600". That should be fairly easy, though...

    I wondered myself whether there are any free I/Os left on the Arduino? I'd have several uses I wanted to implement before but it can get very tricky if you have to work with a "foreign" software design...

     

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