Jump to content

Trying to create a new custom profile for a new printer. Having issues with machine qualities...


mrdindon

Recommended Posts

Posted · Trying to create a new custom profile for a new printer. Having issues with machine qualities...

So I got a SecKit SKGo2 printer. I've being playing with Cura definitions to create a custom profile for it and got something working at one point by copying data from the Creality Ender3 pro and modifying it from there. But I was never able to create custom machine qualities (Ie .: Extra Fine, Fine, Normal,Draft, etc..)

So what I did is to strip down my config to the minimum and tried to add qualities from there, but without success.. Cura is not reading / adding the quality file I made even after deleting appdata/roaming/cura and appdata/localdata/cura. If anyone could help me that would be nice :)

 

Please remember this is a stripped down version just to try to make de qualities to work

definition file : SecKit_SKGo2.def.json

{
    "name": "SecKit_SKGo2",
    "version": 2,
    "inherits": "fdmprinter",
    "metadata": {
        "visible": true,
        "author": "SecKit",
        "manufacturer": "SecKit",
		"file_formats": "text/x-gcode",
        "platform": "SecKit_bed.stl",
		"platform_offset": [-65, -32, -40],
        "has_machine_quality": true,
		"machine_extruder_trains": {
            "0": "SecKit_SKGo2_extruder"
        }   
    }
}

extruder file : seckit_skgo2_extruder.def.json (directly copied from the ender3)

{
    "version": 2,
    "name": "Extruder 1",
    "inherits": "fdmextruder",
    "metadata": {
        "machine": "SecKit_SKGo2",
        "position": "0"
    },

    "overrides": {
        "extruder_nr": { "default_value": 0 },
        "machine_nozzle_size": { "default_value": 0.4 },
        "material_diameter": { "default_value": 1.75 }
        
    }
}

and my quality file located under quality/SecKit_SKGo2/draft.inst.cfg

[general]
version = 2
name = SK_DRAFT
definition = SecKit_SKGo2

[metadata]
setting_version = 15
type = quality
quality_type = normal
weight = 0
material = generic_pla

[values]
layer_height = 2.2
wall_thickness = 1.05
top_bottom_thickness = 0.8
infill_sparse_density = 20
speed_print = 80
speed_layer_0 = =round(speed_print * 30 / 50)
speed_topbottom = =math.ceil(speed_print * 20 / 80)
cool_min_layer_time = 5
cool_min_speed = 10

 

 

Running Cura that way and adding the printer, I only see a quality called "Fine" thats has nothing to do with the dedicated quality I created...

And if I remove the ("has_machine_quality": true,), I get the defaults one located at the quality root folder.

 

Then, I tried to duplicate the ABAX PRi3 profile but thats event worst because I just don't understand how the custom qualities are applied for that printer since there is no reference at all to "has_machine_quality" and it can still go read the specific qualities for that printer anyone just to confuse me a little bit more. . . 

 

Any idea ?

 

Also, nothing specifically wrong (at least from my perspective) in the cura log file

2020-11-22 13:21:51,731 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin FileLogger
2020-11-22 13:21:51,758 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin FirmwareUpdateChecker
2020-11-22 13:21:51,778 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin FirmwareUpdater
2020-11-22 13:21:51,796 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin GCodeGzReader
2020-11-22 13:21:51,814 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin GCodeGzWriter
2020-11-22 13:21:51,833 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin GCodeProfileReader
2020-11-22 13:21:51,870 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin GCodeReader
2020-11-22 13:21:51,889 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin GCodeWriter
2020-11-22 13:21:51,921 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin ImageReader
2020-11-22 13:21:51,939 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin LegacyProfileReader
2020-11-22 13:21:51,959 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin LocalContainerProvider
2020-11-22 13:21:51,985 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin LocalFileOutputDevice
2020-11-22 13:21:52,004 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin MachineSettingsAction
2020-11-22 13:21:52,023 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin ModelChecker
2020-11-22 13:21:52,043 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin MonitorStage
2020-11-22 13:21:52,064 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin PerObjectSettingsTool
2020-11-22 13:21:52,086 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin PostProcessingPlugin
2020-11-22 13:21:52,103 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin PrepareStage
2020-11-22 13:21:52,119 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin PreviewStage
2020-11-22 13:21:52,145 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin RemovableDriveOutputDevice
2020-11-22 13:21:52,163 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin SentryLogger
2020-11-22 13:21:52,207 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin SimulationView
2020-11-22 13:21:52,230 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin SliceInfoPlugin
2020-11-22 13:21:52,252 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin SolidView
2020-11-22 13:21:52,274 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin SupportEraser
2020-11-22 13:21:52,337 - WARNING - [MainThread] UM.Logger.logException [106]: Exception: Failed to load packages for Marketplace
2020-11-22 13:21:52,343 - WARNING - [MainThread] UM.Logger.logException [110]: NoneType: None
2020-11-22 13:21:52,349 - WARNING - [MainThread] UM.Logger.logException [106]: Exception: Failed to load packages for Marketplace
2020-11-22 13:21:52,353 - WARNING - [MainThread] UM.Logger.logException [110]: NoneType: None
2020-11-22 13:21:52,358 - WARNING - [MainThread] UM.Logger.logException [106]: Exception: Failed to load packages for Marketplace
2020-11-22 13:21:52,365 - WARNING - [MainThread] UM.Logger.logException [110]: NoneType: None
2020-11-22 13:21:52,370 - WARNING - [MainThread] UM.Logger.logException [106]: Exception: Failed to load packages for Marketplace
2020-11-22 13:21:52,376 - WARNING - [MainThread] UM.Logger.logException [110]: NoneType: None
2020-11-22 13:21:52,390 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin Toolbox
2020-11-22 13:21:52,413 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin CameraTool
2020-11-22 13:21:52,434 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin MirrorTool
2020-11-22 13:21:52,462 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin RotateTool
2020-11-22 13:21:52,491 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin ScaleTool
2020-11-22 13:21:52,508 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin SelectionTool
2020-11-22 13:21:52,535 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin TranslateTool
2020-11-22 13:21:52,552 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin TrimeshReader
2020-11-22 13:21:52,579 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin UFPReader
2020-11-22 13:21:52,604 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin UFPWriter
2020-11-22 13:21:52,623 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin UltimakerMachineActions
2020-11-22 13:21:52,886 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin UM3NetworkPrinting
2020-11-22 13:21:52,903 - INFO - [Thread-1] UpdateChecker.UpdateCheckerJob.run [40]: Checking for new version of cura
2020-11-22 13:21:52,931 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin UpdateChecker
2020-11-22 13:21:53,881 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin USBPrinting
2020-11-22 13:21:53,954 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin VersionUpgrade21to22
2020-11-22 13:21:53,979 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin VersionUpgrade22to24
2020-11-22 13:21:54,003 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin VersionUpgrade25to26
2020-11-22 13:21:54,023 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin VersionUpgrade26to27
2020-11-22 13:21:54,045 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin VersionUpgrade27to30
2020-11-22 13:21:54,064 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin VersionUpgrade30to31
2020-11-22 13:21:54,083 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin VersionUpgrade32to33
2020-11-22 13:21:54,103 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin VersionUpgrade33to34
2020-11-22 13:21:54,120 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin VersionUpgrade34to35
2020-11-22 13:21:54,137 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin VersionUpgrade35to40
2020-11-22 13:21:54,161 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin VersionUpgrade40to41
2020-11-22 13:21:54,179 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin VersionUpgrade41to42
2020-11-22 13:21:54,197 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin VersionUpgrade42to43
2020-11-22 13:21:54,216 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin VersionUpgrade43to44
2020-11-22 13:21:54,238 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin VersionUpgrade44to45
2020-11-22 13:21:54,254 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin VersionUpgrade45to46
2020-11-22 13:21:54,275 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin VersionUpgrade460to462
2020-11-22 13:21:54,294 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin VersionUpgrade462to47
2020-11-22 13:21:54,310 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin VersionUpgrade47to48
2020-11-22 13:21:54,328 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin SimpleView
2020-11-22 13:21:54,360 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin X3DReader
2020-11-22 13:21:54,397 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin XmlMaterialProfile
2020-11-22 13:21:54,418 - INFO - [MainThread] UM.Logger.info [122]: Loaded plugin XRayView
2020-11-22 13:21:54,424 - DEBUG - [MainThread] UM.PluginRegistry.loadPlugins [432]: Loading all plugins took 3.9088993072509766 seconds
2020-11-22 13:21:54,449 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [163]: Looking for old configuration files to upgrade.
2020-11-22 13:21:54,484 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [175]: Checking and performing updates took 0.03406047821044922
2020-11-22 13:21:54,493 - INFO - [MainThread] UM.Qt.QtApplication.startSplashWindowPhase [226]: The preferences file cannot be found or it is corrupted, so we will use default values
2020-11-22 13:21:54,500 - INFO - [MainThread] UM.Qt.QtApplication.startSplashWindowPhase [235]: The preferences file 'None' cannot be found, will use default values
2020-11-22 13:21:54,954 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [361]: Loading metadata into container registry took 0.20829272270202637 seconds
2020-11-22 13:21:54,965 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [142]: Select build plate: 0
2020-11-22 13:21:54,973 - INFO - [MainThread] cura.CuraApplication.run [782]: Initializing machine error checker
2020-11-22 13:21:54,979 - INFO - [MainThread] cura.CuraApplication.run [787]: Initializing machine manager
2020-11-22 13:21:54,987 - INFO - [MainThread] cura.CuraApplication.run [792]: Initializing container manager
2020-11-22 13:21:55,587 - DEBUG - [MainThread] UM.Scene.Camera._preferencesChanged [255]: Changing perspective mode to perspective.
2020-11-22 13:21:55,643 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [158]: Loading theme file: C:\Program Files\Ultimaker Cura 4.8.0\resources\themes\cura-light\theme.json
2020-11-22 13:21:56,203 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [246]: Loaded theme C:\Program Files\Ultimaker Cura 4.8.0\resources\themes\cura-light
2020-11-22 13:21:57,939 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [340]: Creating post processing plugin view.
2020-11-22 13:21:57,956 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: ChangeAtZ
2020-11-22 13:21:57,960 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: ColorMix
2020-11-22 13:21:57,964 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: DisplayFilenameAndLayerOnLCD
2020-11-22 13:21:57,968 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: DisplayProgressOnLCD
2020-11-22 13:21:57,970 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: FilamentChange
2020-11-22 13:21:57,972 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: InsertAtLayerChange
2020-11-22 13:21:57,979 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: PauseAtHeight
2020-11-22 13:21:57,983 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: RetractContinue
2020-11-22 13:21:57,985 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: SearchAndReplace
2020-11-22 13:21:57,994 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: Stretch
2020-11-22 13:21:57,998 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: TimeLapse
2020-11-22 13:21:58,000 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: UsePreviousProbeMeasurements
2020-11-22 13:21:58,399 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [350]: Post processing view created.
2020-11-22 13:21:58,615 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
2020-11-22 13:21:58,622 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
2020-11-22 13:21:58,629 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
2020-11-22 13:21:59,605 - DEBUG - [MainThread] UM.Controller.setActiveStage [180]: Setting active stage to PrepareStage
2020-11-22 13:21:59,775 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2020-11-22 13:21:59,785 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///C:/Program Files/Ultimaker Cura 4.8.0/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:143: TypeError: Cannot read property 'hasRemoteConnection' of null
2020-11-22 13:21:59,838 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///C:/Program Files/Ultimaker Cura 4.8.0/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:234: TypeError: Cannot read property 'activeStack' of undefined
2020-11-22 13:21:59,844 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///C:/Program Files/Ultimaker Cura 4.8.0/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:233: TypeError: Cannot read property 'isEnabled' of null
2020-11-22 13:21:59,928 - DEBUG - [MainThread] UM.Controller.setActiveView [108]: Setting active view to SolidView
2020-11-22 13:21:59,982 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [117]: Creating model checker view.
2020-11-22 13:21:59,997 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [126]: Model checker view created.
2020-11-22 13:21:59,998 - DEBUG - [MainThread] SliceInfoPlugin.SliceInfo._createDialog [76]: Creating dialog [MoreInfoWindow.qml]
2020-11-22 13:22:00,100 - DEBUG - [MainThread] Toolbox.src.Toolbox._makeRequestByType [544]: Requesting [updates] metadata from server.
2020-11-22 13:22:00,107 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [124]: No auth data to retrieve the access_token from
2020-11-22 13:22:00,113 - WARNING - [MainThread] UM.Logger.warning [128]: Cannot add authorization to Cloud Api request
2020-11-22 13:22:00,129 - DEBUG - [MainThread] cura.CuraApplication.run [833]: Booting Cura took 10.57846736907959 seconds
2020-11-22 13:22:00,129 - DEBUG - [Thread-2] cura.Machines.ContainerTree.run [174]: Started background loading of MachineNodes
2020-11-22 13:22:00,137 - DEBUG - [Thread-2] cura.Machines.ContainerTree.run [185]: All MachineNode loading completed
2020-11-22 13:22:01,354 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2020-11-22 13:22:01,361 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [38]: No active GlobalStack, set CustomQualityProfilesDropDownMenuModel as empty.
2020-11-22 13:22:01,367 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [62]: Updating QualityProfilesDropDownMenuModel.
2020-11-22 13:22:01,371 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [74]: No active GlobalStack, set quality profile model as empty.
2020-11-22 13:22:01,893 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [210]: Support for Vertex Array Objects: True
2020-11-22 13:22:01,910 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [112]: Initialized OpenGL subsystems.
2020-11-22 13:22:01,917 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [113]: OpenGL Version:  4.1.0 - Build 27.20.100.8681
2020-11-22 13:22:01,924 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [114]: OpenGL Vendor:   Intel
2020-11-22 13:22:01,930 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [115]: OpenGL Renderer: Intel(R) UHD Graphics 605
2020-11-22 13:22:01,935 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [116]: GLSL Version:    4.10.0
2020-11-22 13:22:01,942 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.8.0\resources\shaders\default.shader]...
2020-11-22 13:22:01,972 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.8.0\resources\shaders\selection.shader]...
2020-11-22 13:22:01,997 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.8.0\resources\shaders\select_face.shader]...
2020-11-22 13:22:02,022 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.8.0\resources\shaders\default.shader]...
2020-11-22 13:22:02,048 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.8.0\resources\shaders\composite.shader]...
2020-11-22 13:22:02,090 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.8.0\resources\shaders\overhang.shader]...
2020-11-22 13:22:02,131 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.8.0\resources\shaders\striped.shader]...
2020-11-22 13:22:02,169 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.8.0\resources\shaders\transparent_object.shader]...
2020-11-22 13:22:02,199 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.8.0\resources\shaders\striped.shader]...
2020-11-22 13:22:02,239 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.8.0\resources\shaders\xray.shader]...
2020-11-22 13:22:02,262 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.8.0\resources\shaders\xray_composite.shader]...
2020-11-22 13:22:02,317 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.8.0\resources\shaders\platform.shader]...
2020-11-22 13:22:02,352 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.8.0\resources\shaders\xray.shader]...
2020-11-22 13:22:06,694 - INFO - [MainThread] cura.CuraApplication.writeToLog [596]: User accepted the User-Agreement.
2020-11-22 13:22:14,859 - INFO - [MainThread] cura.Settings.MachineManager.addMachine [397]: Trying to add a machine with the definition id [SecKit_SKGo2]
2020-11-22 13:22:15,427 - DEBUG - [MainThread] cura.Machines.ContainerTree.__getitem__ [120]: Adding container tree for SecKit_SKGo2 took 0.02141261100769043 seconds.
2020-11-22 13:22:15,547 - WARNING - [MainThread] cura.Settings.CuraStackBuilder.createExtruderStackWithDefaultSetup [115]: Could not find preferred nozzle . Falling back to empty.
2020-11-22 13:22:15,559 - WARNING - [MainThread] cura.Machines.MaterialNode.preferredQuality [57]: Could not find preferred quality type normal for material generic_pla_175 and variant empty_variant, falling back to empty_quality.
2020-11-22 13:22:15,573 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [194]: Extruder[SecKit_SKGo2_extruder #2] added to [SecKit_SKGo2 #2] at position [0]
2020-11-22 13:22:15,580 - INFO - [MainThread] cura.UI.MachineActionManager.addDefaultMachineActions [74]: Default machine actions added for machine definition [SecKit_SKGo2]
2020-11-22 13:22:15,588 - WARNING - [MainThread] cura.Settings.GlobalStack.addExtruder [189]: Extruder [SecKit_SKGo2_extruder #2] has already been added to this stack [SecKit_SKGo2 #2]
2020-11-22 13:22:15,597 - INFO - [MainThread] UM.Logger.info [122]: Initializing Active Machine...
2020-11-22 13:22:15,634 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2020-11-22 13:22:15,663 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///C:/Program Files/Ultimaker Cura 4.8.0/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:233: TypeError: Cannot read property 'isEnabled' of null
2020-11-22 13:22:15,675 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2020-11-22 13:22:15,681 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2020-11-22 13:22:15,689 - INFO - [Thread-3] STLReader.STLReader.load_file [52]: Using NumPy-STL to load STL data.
2020-11-22 13:22:15,711 - DEBUG - [MainThread] cura.UI.WelcomePagesModel.goToNextPage [134]: Page [machine_actions] should not be displayed, look for the next page.
2020-11-22 13:22:15,727 - INFO - [MainThread] FirmwareUpdateChecker.FirmwareUpdateChecker.checkFirmwareVersion [79]: No machine with name SecKit_SKGo2 in list of firmware to check.
2020-11-22 13:22:15,746 - DEBUG - [Thread-3] UM.Mesh.MeshData.calculateNormalsFromVertices [556]: Calculating normals took 0.021430253982543945 seconds
2020-11-22 13:22:15,753 - DEBUG - [Thread-3] STLReader.STLReader._read [104]: Loaded a mesh with 270042 vertices
2020-11-22 13:22:15,798 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [155]: New error check scheduled.
2020-11-22 13:22:15,993 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [62]: Updating QualityProfilesDropDownMenuModel.
2020-11-22 13:22:16,004 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2020-11-22 13:22:16,061 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.8.0\resources\shaders\default.shader]...
2020-11-22 13:22:16,086 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.8.0\resources\shaders\grid.shader]...
2020-11-22 13:22:16,217 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [62]: Updating QualityProfilesDropDownMenuModel.
2020-11-22 13:22:16,231 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2020-11-22 13:22:17,064 - INFO - [MainThread] cura.Machines.MachineErrorChecker._setResult [214]: Error check finished, result = False, time = 1.3s
2020-11-22 13:22:29,976 - DEBUG - [MainThread] cura.AutoSave._onTimeout [59]: Autosaving preferences, instances and profiles

 

 

 

 

ss1.jpg

  • Link to post
    Share on other sites

    Posted · Trying to create a new custom profile for a new printer. Having issues with machine qualities...
    8 hours ago, mrdindon said:

    Is it a Cura 4.8 bug ?

    It is far more likely a bug in the tutorial.

     

    I have not checked the entire thing, but the first thing that strikes me is that they seem to be using Cura 3.6 and not telling you. Profiles have a way of saying what version of Cura they are for. The "setting_version" needs to match whatever the setting version is in the other profiles that come with the version of Cura you are running. For Cura 4.8, that setting_version needs to be 16, not 12.

  • Link to post
    Share on other sites

    Posted · Trying to create a new custom profile for a new printer. Having issues with machine qualities...

    Does setting_version needs to be in the "quality" config files only ?

    Should the "version" variables from the definition, extruder, variants should also match "16" ?

     

    So I tried redoing it with "setting_version" set at "16" in the quality file with the exact same result. Cura opens and randomly apply a quality from the generic ones and doesn't show any other qualities from rather the generic or the custom ones... So close yet so far... I can't figure it....

     

     

    Definition:

    {
        "name": "seckit_skgo",
        "version": 2,
        "inherits": "fdmprinter",
        "metadata": {
            "visible": true,
            "author": "seckit",
            "manufacturer": "Seckit",
            "file_formats": "text/x-gcode",
            "machine_extruder_trains": {
                "0": "seckit_skgo2_extruder_0"
            },
    
            "has_materials": true,
            "has_variants": true,
            "has_machine_quality": true,
            "variants_name": "Nozzle Size",
    
            "preferred_variant_name": "0.4mm Nozzle",
            "preferred_quality_type": "standard",
            "preferred_material": "generic_pla"
            
        }
    }

    extruder:

    {
        "version": 2,
        "name": "Extruder 1",
        "inherits": "fdmextruder",
        "metadata": {
            "machine": "seckit_skgo",
            "position": "0"
        }
    
       }

    variant :

    [general]
    name = 0.4mm Nozzle
    version = 4
    definition = seckit_skgo
    
    [metadata]
    setting_version = 16
    type = variant
    hardware_type = nozzle
    
    [values]
    machine_nozzle_size = 0.4

    quality:

    [general]
    version = 4
    name = Low Quality
    definition = seckit_skgo
    
    [metadata]
    setting_version = 16
    type = quality
    quality_type = low
    material = generic_pla
    variant = 0.4mm Nozzle
    
    [values]
    machine_nozzle_size = 0.4

     

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