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

      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
      • 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
        • 26 replies
    ×
    ×
    • Create New...