Jump to content

ollyk2

New member
  • Posts

    6
  • Joined

  • Last visited

Personal Information

  • 3D printer
    Other 3D printer

ollyk2's Achievements

0

Reputation

  1. That's strange as I can see them all! Let me try again, there are a couple more bits in this one however they were before I settled on the higher nozzle temperature. https://photos.app.goo.gl/AtndLqiYWuMJGFj79
  2. Couple of test prints for our Forceforge (Creator 3d pro) at work. There are aspects of the first print I am very impressed with, others leave me a little disappointed, for instance, the flat vertical surface with text. Temps are 65°C for bed and 220°C for extruder. 0.2mm resolution The little XYZ cube came to a very good tolerance, even after shrinkage. QUite impressed really. Any tips would be appreciated regards trying new settings etc... BTW Temperature tower pointed toward 220... Can't wait to try the Cura slicer but sadly atm stuck with Flashforges own until I reverse engineer the gcode...
  3. Did you have any luck? I found a profile for the non pro on thingiverse, but it does not print well, for instance left extruder heats up and right extruder is used none heated. I manually edited gcode and realised there was a discrepancy between the numbers (.0 used on left not right) so this meant both extruders heated, but the print doesn't stick to the bed at all. Looks like I'll be doing a lot of digging if no one has got it working yet!
  4. I don't even get to a particular profile though! This comes up when I select profile manager and without selecting any profile! Anyway, my printer has more problems with this software atm! I will just leave the PLA type as generic for now
  5. Hi folks, so I have just installed Cura, to replace the Flashforge software that I am finding rather poor in performance. I installed a profile for the Flashforge Creator 3 Pro from a file on thingiverse, just had to change print bed dimensions... When I come to managing PLA type out of the PLA menu the software crashes, with the error TypeError: float() argument must be a string or a real number, not 'SettingFunction' The full listing is below... Traceback Traceback (most recent call last): File "UM\Settings\Models\ContainerPropertyProvider.py", line 84, in setKey self._update() File "UM\Settings\Models\ContainerPropertyProvider.py", line 148, in _update new_properties[property_name] = self._getPropertyValue(property_name) File "UM\Settings\Models\ContainerPropertyProvider.py", line 167, in _getPropertyValue property_value = SettingDefinition.settingValueToString(setting_type, property_value) File "UM\Settings\SettingDefinition.py", line 619, in settingValueToString return convert_function(value) File "UM\Settings\SettingDefinition.py", line 757, in <lambda> "float": {"from": lambda v: str(round(float(v), 4)) if v is not None else "", "to": toFloatConversion, "validator": Validator}, TypeError: float() argument must be a string or a real number, not 'SettingFunction' Logs Thread 0x000028bc (most recent call first): File "C:\Program Files\Ultimaker Cura 5.1.0\share\cura\plugins\USBPrinting\USBPrinterOutputDeviceManager.py", line 88 in _updateThread File "threading.py", line 946 in run File "threading.py", line 1009 in _bootstrap_inner File "threading.py", line 966 in _bootstrap Thread 0x00002e2c (most recent call first): File "threading.py", line 324 in wait File "zeroconf\__init__.py", line 2534 in wait File "zeroconf\__init__.py", line 1715 in run File "threading.py", line 1009 in _bootstrap_inner File "threading.py", line 966 in _bootstrap Thread 0x00000390 (most recent call first): File "threading.py", line 324 in wait File "threading.py", line 600 in wait File "C:\Program Files\Ultimaker Cura 5.1.0\share\cura\plugins\UM3NetworkPrinting\src\Network\ZeroConfClient.py", line 81 in _handleOnServiceChangedRequests File "threading.py", line 946 in run File "threading.py", line 1009 in _bootstrap_inner File "threading.py", line 966 in _bootstrap Thread 0x00002dc4 (most recent call first): File "zeroconf\__init__.py", line 1369 in run File "threading.py", line 1009 in _bootstrap_inner File "threading.py", line 966 in _bootstrap Thread 0x00002f7c (most recent call first): File "C:\Program Files\Ultimaker Cura 5.1.0\share\cura\plugins\RemovableDriveOutputDevice\RemovableDrivePlugin.py", line 61 in _updateThread File "threading.py", line 946 in run File "threading.py", line 1009 in _bootstrap_inner File "threading.py", line 966 in _bootstrap Thread 0x00001298 (most recent call first): File "UM\Backend\Backend.py", line 165 in _storeStderrToLogThread File "threading.py", line 946 in run File "threading.py", line 1009 in _bootstrap_inner File "threading.py", line 966 in _bootstrap Thread 0x00002a74 (most recent call first): File "UM\Backend\Backend.py", line 153 in _storeOutputToLogThread File "threading.py", line 946 in run File "threading.py", line 1009 in _bootstrap_inner File "threading.py", line 966 in _bootstrap Thread 0x000018f0 (most recent call first): File "threading.py", line 320 in wait File "threading.py", line 460 in acquire File "UM\JobQueue.py", line 98 in _nextJob File "UM\JobQueue.py", line 124 in run File "threading.py", line 1009 in _bootstrap_inner File "threading.py", line 966 in _bootstrap Thread 0x000020f4 (most recent call first): File "threading.py", line 320 in wait File "threading.py", line 460 in acquire File "UM\JobQueue.py", line 98 in _nextJob File "UM\JobQueue.py", line 124 in run File "threading.py", line 1009 in _bootstrap_inner File "threading.py", line 966 in _bootstrap Thread 0x00002cec (most recent call first): File "threading.py", line 320 in wait File "threading.py", line 460 in acquire File "UM\JobQueue.py", line 98 in _nextJob File "UM\JobQueue.py", line 124 in run File "threading.py", line 1009 in _bootstrap_inner File "threading.py", line 966 in _bootstrap Thread 0x000008b4 (most recent call first): File "threading.py", line 320 in wait File "threading.py", line 460 in acquire File "UM\JobQueue.py", line 98 in _nextJob File "UM\JobQueue.py", line 124 in run File "threading.py", line 1009 in _bootstrap_inner File "threading.py", line 966 in _bootstrap Current thread 0x00002e9c (most recent call first): File "cura\CrashHandler.py", line 397 in _logInfoWidget File "cura\CrashHandler.py", line 182 in _createDialog File "cura\CrashHandler.py", line 86 in __init__ File "cura_app.py", line 165 in exceptHook File "UM\Qt\QtApplication.py", line 414 in exec File "cura\CuraApplication.py", line 888 in run File "cura_app.py", line 239 in <module> Can anyone please help ? Thanks
×
×
  • Create New...