Jump to content

davbarr

Dormant
  • Posts

    3
  • Joined

  • Last visited

Personal Information

  • Country
    FR

davbarr's Achievements

1

Reputation

  1. Not ok for send my new A8 but if i can try a configuration file, i'm ok! After, 2 modifications, i can print directly with usb in cura 2.4 but cura say alway "printer not connected!" First modification in USBPrinterOutputDeviceManager.py Line 89: before: result = self.getSerialPortList(only_list_usb = True) after: result = self.getSerialPortList(only_list_usb = False) Second modification in USBPrinterOutputDevice.py Line 300: before: programmer = stk500v2.Stk500v2() after: #programmer = stk500v2.Stk500v2() source: http://mpselectmini.com/cura_2.3_usb_printing_not_working
  2. Same problem for me with my anet A8 and cura 2.3.1 and cura 2.4. Unable to connect. My printer is not recognise! With cura 14.07 in manually mod, i can connect with com4 and 115200 baudrate! Why manual mod don't exist with cura? My printer work with slic3r, simplify3d, mattercontrol...but not cura :(
  3. Hi, Impossible for me to connect my Anet A8 to USB with cura 2.3.1 or cura 2.4 With cura 15.07 all is good if i configure manually with com4 and baudrate 115200. So, i change this line in USBPrinterOutputDeviceManager.py result = self.getSerialPortList(only_list_usb = True) --> by result = self.getSerialPortList(only_list_usb = False) But still not work: Cura.log say: 2017-01-15 11:40:12,144 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin FileLogger2017-01-15 11:40:12,162 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin GCodeProfileReader2017-01-15 11:40:12,178 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin GCodeWriter2017-01-15 11:40:12,201 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin ImageReader2017-01-15 11:40:12,239 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin LayerView2017-01-15 11:40:12,258 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin LegacyProfileReader2017-01-15 11:40:12,282 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin LocalFileOutputDevice2017-01-15 11:40:12,311 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin MachineSettingsAction2017-01-15 11:40:12,336 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin PerObjectSettingsTool2017-01-15 11:40:12,358 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin PostProcessingPlugin2017-01-15 11:40:12,391 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin RemovableDriveOutputDevice2017-01-15 11:40:12,429 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin SliceInfoPlugin2017-01-15 11:40:12,450 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin SolidView2017-01-15 11:40:12,468 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin CameraTool2017-01-15 11:40:12,509 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin MirrorTool2017-01-15 11:40:12,547 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin RotateTool2017-01-15 11:40:12,580 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin ScaleTool2017-01-15 11:40:12,600 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin SelectionTool2017-01-15 11:40:12,625 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin TranslateTool2017-01-15 11:40:12,665 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin UltimakerMachineActions2017-01-15 11:40:12,787 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin UM3NetworkPrinting2017-01-15 11:40:12,894 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin UpdateChecker2017-01-15 11:40:12,898 - INFO - UpdateChecker.UpdateChecker.run [40]: Checking for new version of cura2017-01-15 11:40:13,045 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin USBPrinting2017-01-15 11:40:13,084 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin VersionUpgrade21to222017-01-15 11:40:13,124 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin VersionUpgrade22to242017-01-15 11:40:13,175 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin SimpleView2017-01-15 11:40:13,198 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin WireframeView2017-01-15 11:40:13,220 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin X3DReader2017-01-15 11:40:13,252 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin XmlMaterialProfile2017-01-15 11:40:13,283 - INFO - UM.PluginRegistry.loadPlugin [100]: Loaded plugin XRayView2017-01-15 11:40:13,287 - INFO - UM.Qt.QtApplication.__init__ [90]: Command line arguments: {'external-backend': False, 'file': [], 'disable-textures': False}2017-01-15 11:40:13,308 - INFO - UM.VersionUpgradeManager.upgrade [100]: Looking for old configuration files to upgrade.2017-01-15 11:40:13,309 - DEBUG - USBPrinting.USBPrinterOutputDevice._connect [298]: Attempting to connect to COM42017-01-15 11:40:13,327 - WARNING - UM.Logger.logException [65]: Exception: Exception in machine_instance upgrade with VersionUpgrade22to24.VersionUpgrade: Traceback (most recent call last): File "D:\2.4\build\inst\lib\python3.5\site-packages\UM\VersionUpgradeManager.py", line 310, in _upgradeFileTypeError: 'NoneType' object is not iterable2017-01-15 11:40:13,331 - WARNING - UM.Logger.logException [69]: Traceback (most recent call last):2017-01-15 11:40:13,334 - WARNING - UM.Logger.logException [69]: File "D:\2.4\build\inst\lib\python3.5\site-packages\UM\VersionUpgradeManager.py", line 310, in _upgradeFile2017-01-15 11:40:13,336 - WARNING - UM.Logger.logException [69]: TypeError: 'NoneType' object is not iterable2017-01-15 11:40:13,469 - DEBUG - UM.Backend.Backend._logSocketState [167]: Socket state changed to Listening2017-01-15 11:40:13,498 - INFO - UM.Backend.Backend.startEngine [71]: Started engine process: C:\Program Files\Cura 2.4\CuraEngine.exe2017-01-15 11:40:13,501 - DEBUG - UM.Backend.Backend._backendLog [89]: [backend] Calling engine with: ['C:\\Program Files\\Cura 2.4\\CuraEngine.exe', 'connect', '127.0.0.1:49674', '-j', 'C:\\Program Files\\Cura 2.4\\resources\\definitions\\fdmprinter.def.json', '']2017-01-15 11:40:13,506 - WARNING - UM.OutputDevice.OutputDeviceManager.removeOutputDevice [125]: Could not find output device with id COM4 to remove2017-01-15 11:40:13,851 - DEBUG - MachineSettingsAction.MachineSettingsAction._onContainerAdded [69]: Not attaching MachineSettingsAction to ultimaker_original_dual; Multi-extrusion printers are not supported2017-01-15 11:40:14,001 - DEBUG - MachineSettingsAction.MachineSettingsAction._onContainerAdded [69]: Not attaching MachineSettingsAction to punchtec_connect_xl; Multi-extrusion printers are not supported2017-01-15 11:40:14,344 - DEBUG - UM.Backend.Backend._backendLog [89]: [backend] 2017-01-15 11:40:14,351 - DEBUG - UM.Backend.Backend._backendLog [89]: [backend] Cura_SteamEngine version DEV2017-01-15 11:40:14,361 - DEBUG - UM.Backend.Backend._backendLog [89]: [backend] Copyright © 2014 David Braam2017-01-15 11:40:14,368 - DEBUG - UM.Backend.Backend._backendLog [89]: [backend] 2017-01-15 11:40:14,383 - DEBUG - UM.Backend.Backend._backendLog [89]: [backend] This program is free software: you can redistribute it and/or modify2017-01-15 11:40:14,396 - DEBUG - UM.Backend.Backend._backendLog [89]: [backend] it under the terms of the GNU Affero General Public License as published by2017-01-15 11:40:14,404 - DEBUG - UM.Backend.Backend._backendLog [89]: [backend] the Free Software Foundation, either version 3 of the License, or2017-01-15 11:40:14,416 - DEBUG - UM.Backend.Backend._backendLog [89]: [backend] (at your option) any later version.2017-01-15 11:40:14,425 - DEBUG - UM.Backend.Backend._backendLog [89]: [backend] 2017-01-15 11:40:14,439 - DEBUG - UM.Backend.Backend._backendLog [89]: [backend] This program is distributed in the hope that it will be useful,2017-01-15 11:40:14,446 - DEBUG - UM.Backend.Backend._backendLog [89]: [backend] but WITHOUT ANY WARRANTY; without even the implied warranty of2017-01-15 11:40:14,452 - DEBUG - UM.Backend.Backend._backendLog [89]: [backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the2017-01-15 11:40:14,458 - DEBUG - UM.Backend.Backend._backendLog [89]: [backend] GNU Affero General Public License for more details.2017-01-15 11:40:14,461 - DEBUG - UM.Backend.Backend._backendLog [89]: [backend] 2017-01-15 11:40:14,467 - DEBUG - UM.Backend.Backend._backendLog [89]: [backend] You should have received a copy of the GNU Affero General Public License2017-01-15 11:40:14,471 - DEBUG - UM.Backend.Backend._backendLog [89]: [backend] along with this program. If not, see .2017-01-15 11:40:14,542 - DEBUG - MachineSettingsAction.MachineSettingsAction._onContainerAdded [69]: Not attaching MachineSettingsAction to ultimaker3; Multi-extrusion printers are not supported2017-01-15 11:40:14,689 - DEBUG - MachineSettingsAction.MachineSettingsAction._onContainerAdded [69]: Not attaching MachineSettingsAction to ord; Multi-extrusion printers are not supported2017-01-15 11:40:14,989 - INFO - USBPrinting.USBPrinterOutputDevice._connect [305]: Could not establish connection on COM4: 'Timeout'. Device is not arduino based.2017-01-15 11:40:14,991 - DEBUG - USBPrinting.USBPrinterOutputDevice._connect [312]: Attempting to connect to printer with serial COM4 on baud rate 1152002017-01-15 11:40:15,004 - DEBUG - USBPrinting.USBPrinterOutputDevice._connect [318]: Could not open port COM42017-01-15 11:40:15,013 - DEBUG - USBPrinting.USBPrinterOutputDevice._connect [312]: Attempting to connect to printer with serial COM4 on baud rate 2500002017-01-15 11:40:15,026 - DEBUG - USBPrinting.USBPrinterOutputDevice._connect [318]: Could not open port COM42017-01-15 11:40:15,031 - DEBUG - USBPrinting.USBPrinterOutputDevice._connect [312]: Attempting to connect to printer with serial COM4 on baud rate 2304002017-01-15 11:40:15,035 - DEBUG - USBPrinting.USBPrinterOutputDevice._connect [318]: Could not open port COM42017-01-15 11:40:15,035 - DEBUG - USBPrinting.USBPrinterOutputDevice._connect [312]: Attempting to connect to printer with serial COM4 on baud rate 576002017-01-15 11:40:15,036 - DEBUG - USBPrinting.USBPrinterOutputDevice._connect [318]: Could not open port COM42017-01-15 11:40:15,037 - DEBUG - USBPrinting.USBPrinterOutputDevice._connect [312]: Attempting to connect to printer with serial COM4 on baud rate 384002017-01-15 11:40:15,049 - DEBUG - USBPrinting.USBPrinterOutputDevice._connect [318]: Could not open port COM42017-01-15 11:40:15,060 - DEBUG - USBPrinting.USBPrinterOutputDevice._connect [312]: Attempting to connect to printer with serial COM4 on baud rate 192002017-01-15 11:40:15,072 - DEBUG - USBPrinting.USBPrinterOutputDevice._connect [318]: Could not open port COM42017-01-15 11:40:15,081 - DEBUG - USBPrinting.USBPrinterOutputDevice._connect [312]: Attempting to connect to printer with serial COM4 on baud rate 96002017-01-15 11:40:15,088 - DEBUG - USBPrinting.USBPrinterOutputDevice._connect [318]: Could not open port COM42017-01-15 11:40:15,089 - ERROR - USBPrinting.USBPrinterOutputDevice._connect [350]: Baud rate detection for COM4 failed2017-01-15 11:40:15,089 - DEBUG - USBPrinting.USBPrinterOutputDevice.close [364]: Closing the USB printer connection.2017-01-15 11:40:15,090 - DEBUG - USBPrinting.USBPrinterOutputDevice.close [369]: PrinterConnection.close: cannot join current thread (expected)2017-01-15 11:40:16,072 - DEBUG - MachineSettingsAction.MachineSettingsAction._onContainerAdded [69]: Not attaching MachineSettingsAction to ultimaker3_extended; Multi-extrusion printers are not supported2017-01-15 11:40:32,276 - DEBUG - UM.Backend.Backend._logSocketState [171]: Socket state changed to Connected2017-01-15 11:40:32,278 - DEBUG - UM.Backend.Backend._onSocketStateChanged [161]: Backend connected on port 496742017-01-15 11:40:32,284 - WARNING - UM.OutputDevice.OutputDeviceManager.removeOutputDevice [125]: Could not find output device with id COM4 to remove2017-01-15 11:40:32,287 - DEBUG - UM.Controller.setActiveView [81]: Setting active view to SolidView2017-01-15 11:40:32,297 - WARNING - cura.Settings.ExtruderManager.getMachineExtruders [375]: Tried to get the extruder trains for machine Custom FDM printer, which doesn't exist.2017-01-15 11:40:32,300 - WARNING - cura.Settings.ExtruderManager.getMachineExtruders [375]: Tried to get the extruder trains for machine Custom FDM printer, which doesn't exist.2017-01-15 11:40:36,260 - DEBUG - UM.Qt.Bindings.Theme.load [126]: Loading theme file: C:\Program Files\Cura 2.4\resources\themes\cura\theme.json2017-01-15 11:40:36,831 - DEBUG - UM.Qt.Bindings.Theme.load [186]: Loaded theme C:\Program Files\Cura 2.4\resources\themes\cura2017-01-15 11:40:38,794 - DEBUG - UM3NetworkPrinting.DiscoverUM3Action._createAdditionalComponentsView [134]: Creating additional ui components for UM3.2017-01-15 11:40:38,923 - DEBUG - CuraEngineBackend.CuraEngineBackend.slice [152]: Starting slice job...2017-01-15 11:40:39,476 - DEBUG - UM.Qt.GL.QtOpenGL.__init__ [57]: Initialized OpenGL subsystems.2017-01-15 11:40:39,480 - DEBUG - UM.Qt.GL.QtOpenGL.__init__ [58]: OpenGL Version: 3.3.02017-01-15 11:40:39,483 - DEBUG - UM.Qt.GL.QtOpenGL.__init__ [59]: OpenGL Vendor: NVIDIA Corporation2017-01-15 11:40:39,485 - DEBUG - UM.Qt.GL.QtOpenGL.__init__ [60]: OpenGL Renderer: GeForce 315/PCIe/SSE22017-01-15 11:40:49,855 - DEBUG - AutoSave.AutoSave._onTimeout [48]: Autosaving preferences, instances and profiles2017-01-15 12:05:07,159 - DEBUG - UM.Qt.QtApplication.windowClosed [198]: Shutting down cura2017-01-15 12:05:09,272 - DEBUG - CuraEngineBackend.CuraEngineBackend._terminate [197]: Attempting to kill the engine process2017-01-15 12:05:09,272 - DEBUG - CuraEngineBackend.CuraEngineBackend._terminate [203]: Killing engine process2017-01-15 12:05:09,284 - DEBUG - CuraEngineBackend.CuraEngineBackend._terminate [206]: Engine process is killed. Received return code 1
×
×
  • Create New...