Jump to content

Marlin Builder replacement


ginge

Recommended Posts

Posted · Marlin Builder replacement

Hi guys,

Just a reminder that I am looking for people to test the replacement marlin builder software.

I have also added a basic template system so you can preconfigure some of the options such as heated bed etc.

I would like to know if your generated configuration.h file matches your configuration correctly.

http://marlinbuilder.robotfuzz.com/

I have tested this on my recent ultimaker with heated bed and ulticontroller. Combinations of the above features work well. However heed the warnings on the page!

Bugs, issues etc are welcome.

Once this is stable I can start work on better templates, a wizardy thing, more machines and nicer site.

ginge

 

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    Hi Ginge,

    I used your marlin builder, nice easy tool, but just one thing :

    while it seems you can set the printing platform size with "Software Endstops" "X, Y, Z", afit ter verification doesn't change anything in the "Configuration.h" file which still write the default Ultimaker print platform values :

    // Travel limits after homing

    #define X_MAX_POS 205

    #define X_MIN_POS 0

    #define Y_MAX_POS 205

    #define Y_MIN_POS 0

    #define Z_MAX_POS 200

    #define Z_MIN_POS 0

     

    I mean, I tried to use it to configure an extended print platform version of my Ultimaker without having to run through Arduino (which I don't understand).

     

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    I don't think he's following this topic but I told him this morning and thanked me for the info. I'll post back here when he replies that it's fixed.

     

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    I don't think he's following this topic but I told him this morning and thanked me for the info. I'll post back here when he replies that it's fixed.

     

    Ok now I unerstand what you mean about following the topic!

    I'm not used to that mechanism in a forum... normally you start the topic you get replies!

    I am now following this.

     

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    The firmware works on my machine with a print platform of 44 x 44 x 43 cm, when using experimental templates.

     

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    Does this Marlin Versions created by the Builder show the Time an Object udes for printing or the Time since Starting to print an Object? I observed that in the Versiones installed by CURA it only displays the Time since Start, which I don't believe is very useful.... It's better to display the Time used to print an Object, or am I wrong?

     

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    The latest version of ErikZalm marlin branch shows the time taken so far to print the object.

     

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    Hi Ginge,

    will the Builder support dual extrusion soon? I use my Ultimaker wiht two Heads and an selfmade Heatbed, and i have troubles to get a proper firmware...

     

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    I recommend you use the builder to make a Configuration.h that is close, then take that file and add it to the latest ErikZalm build and edit configuration.h to add the dual extruder options. Or maybe you should take Daid's version of Marlin - not sure.

    Anyway building Marlin is surprisingly easy. It comes with an instruction file. You download and install the Arduino IDE which is a gorgeous GUI. You install the other stuff in the instrucitons, click the checkbox and you have a hex file (it's hard to find but google helps you through all these steps). Then use cura expert settings to upload the hex file. Or let the IDE upload marlin for you.

    Or you can do it the hard way (but every step explained in detail) here:

    http://www.extrudable.me/2013/05/03/building-marlin-from-scratch/

    Once you've built Marlin once, it takes seconds to change a setting in Configuration.h and rebuild it.

     

     

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    Thanks gr5, good advice.

    I will look at adding the dual extrusion support this weekend.

     

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    Dual extrusion support is now added to the builder.

    I have also added a template for selecting heated bed, ulticontroller and dual extrusion. Let me know if this doesn't cover your combination and I will add the template.

    I have verified the correct settings are applied, but I only have one extruder on my machine so you will need to verify.

     

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    Hi, tried to use it but currently there are no templates in machine selection and option configuration shown in the drop down boxes...

     

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    "Hi, tried to use it but currently there are no templates in machine selection and option configuration shown in the drop down boxes..."

    Strange! Do you have a javascript enabled browser?

    The template selector is really just a shortcut. All you need to set is "Second Extruder temperature sensor:" setting to get dual extrusion.

     

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    Works for me. I actually saw this behavior recently - maybe a week ago. I just loaded it in a different browser and I was fine. But checking it in all 3 of my browsers it's fine now.

    If it happens again I'll pay more attention to the browser and will check the browser for javascript errors or errors loading js files.

     

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    @ gr5, thank you for the hint - opended the page with firefoy, everything´s ok - opening it with IE, nothing´s working.

    Seems to be an issue of the IE/Java @ my company's PC...

     

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    Which version if ie?

     

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    Ok, tested it also at my home PC - same issue, no templates in drop down boxes.

    I have IE 9 installed with Java 7...

     

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    I just installed win 7 in a VM to test... It has ie9 on there.

    The first page load showed nothing in the dropdowns, but as soon as I enabled the debugging console, annoyingly they worked!

    Let me look into this some more.

     

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    Hi

    What's up with the PID debug output?

    The box is there, but i cant choose it.

     

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    It was broken in the git tree shortly after I implemented the frontend in the builder. At this time it is disabled, but the backend code is there for future use.

    I will check with Daid to see if his patch ever made it to Marlin

     

  • Link to post
    Share on other sites

    Posted · Marlin Builder replacement

    I think this only works in Daid's tree as it was an experiment for him to figure out how to get the PID control logic to work better (for cooling second head in dual head). It was useful because he found a bug in the PID code that had always been there. The bug *is* back in the ErikZalm branch but not the code to read back the PID terms to Cura.

    You can build yourself using Daid's branch though. But I don't know if it is worth it.

     

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