Jump to content

Integrating Printer-json-definition-files into Cura "add new printer"


dgP

Recommended Posts

Posted · Integrating Printer-json-definition-files into Cura "add new printer"

Hi there,

for my purpose I have defined some printer-variations of existing printers by setting specific default values. So I can use them via cmd for the curaengine and I get the expected results.

Now I would like to implent these printer profiles also in Cura 2.3.1 so I can add them as printers and just select the "printer" which I would like to use.

Unfortunately I could not find a way how to get these "printers" to be shown in the menu where to add new printers.

Did I miss smth? Or how can I use that json files as resources?

BR

  • Link to post
    Share on other sites

    Posted (edited) · Integrating Printer-json-definition-files into Cura "add new printer"

    I also have a custom json which is displayed in the add printer as it should.

    First please check the following:

    - have you defined a different/unique id?

    - have you defined a different/unique name?

    - have you defined the category? In my version I defined "my printers", so all variants are displayed in this category in the add printer dialog.

    Here is my working example for my UMO (which is originally a dual head machine) - the first lines of it...

     

    {   "id": "ultimaker_original_single_right_CE",   "version": 2,   "name": "UMO SiRight Extrusion CE",   "inherits": "ultimaker",   "metadata": {       "visible": true,       "author": "Ultimaker",       "manufacturer": "Ultimaker",       "category": "my printers",       "weight": 4,       "file_formats": "text/x-gcode",       "icon": "icon_ultimaker.png",       "platform": "ultimaker_platform.stl",       "has_materials": true,       "machine_extruder_trains":       {           "0": "ultimaker_original_CE_dual_1st"       },

     

    Further you can use a json validator to check, if the file isn´t corrupt - if it is, it is also not displayed...

    Try this one: http://jsonlint.com/

    Hope this helps :-)

    Edited by Guest
  • Link to post
    Share on other sites

    Posted · Integrating Printer-json-definition-files into Cura "add new printer"

    Also you have to restart cura after you create or modify Cura json files to get cura to read them in again.

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