Jump to content

afranx

Dormant
  • Posts

    16
  • Joined

  • Last visited

Posts posted by afranx

  1. hi, I just installed Cura 3.6.0 and I have this problem. How can I fix it?

    this is the cura-crash log

    Quote

    Thread 0x00000df4 (most recent call first):
      File "C:\Program Files\Ultimaker Cura 3.6\plugins\USBPrinting\USBPrinterOutputDeviceManager.py", line 78 in _updateThread
      File "threading.py", line 862 in run
      File "threading.py", line 914 in _bootstrap_inner
      File "threading.py", line 882 in _bootstrap

    Thread 0x00000d74 (most recent call first):
      File "threading.py", line 297 in wait
      File "zeroconf.py", line 1569 in wait
      File "zeroconf.py", line 1153 in run
      File "threading.py", line 914 in _bootstrap_inner
      File "threading.py", line 882 in _bootstrap

    Thread 0x00002204 (most recent call first):
      File "threading.py", line 297 in wait
      File "zeroconf.py", line 1569 in wait
      File "zeroconf.py", line 1017 in run
      File "threading.py", line 914 in _bootstrap_inner
      File "threading.py", line 882 in _bootstrap

    Thread 0x000021a0 (most recent call first):
      File "zeroconf.py", line 946 in run
      File "threading.py", line 914 in _bootstrap_inner
      File "threading.py", line 882 in _bootstrap

    Thread 0x000029fc (most recent call first):
      File "threading.py", line 297 in wait
      File "threading.py", line 549 in wait
      File "C:\Program Files\Ultimaker Cura 3.6\plugins\UM3NetworkPrinting\src\UM3OutputDevicePlugin.py", line 299 in _handleOnServiceChangedRequests
      File "threading.py", line 862 in run
      File "threading.py", line 914 in _bootstrap_inner
      File "threading.py", line 882 in _bootstrap

    Thread 0x0000073c (most recent call first):
      File "C:\Program Files\Ultimaker Cura 3.6\plugins\RemovableDriveOutputDevice\RemovableDrivePlugin.py", line 61 in _updateThread
      File "threading.py", line 862 in run
      File "threading.py", line 914 in _bootstrap_inner
      File "threading.py", line 882 in _bootstrap

    Thread 0x00000d20 (most recent call first):
      File "threading.py", line 293 in wait
      File "threading.py", line 424 in acquire
      File "X:\3.6\build\inst\lib\python3.5\site-packages\UM\JobQueue.py", line 86 in _nextJob
      File "X:\3.6\build\inst\lib\python3.5\site-packages\UM\JobQueue.py", line 112 in run
      File "threading.py", line 914 in _bootstrap_inner
      File "threading.py", line 882 in _bootstrap

    Thread 0x000020b4 (most recent call first):
      File "threading.py", line 293 in wait
      File "threading.py", line 424 in acquire
      File "X:\3.6\build\inst\lib\python3.5\site-packages\UM\JobQueue.py", line 86 in _nextJob
      File "X:\3.6\build\inst\lib\python3.5\site-packages\UM\JobQueue.py", line 112 in run
      File "threading.py", line 914 in _bootstrap_inner
      File "threading.py", line 882 in _bootstrap

    Thread 0x00001a18 (most recent call first):
      File "threading.py", line 293 in wait
      File "threading.py", line 424 in acquire
      File "X:\3.6\build\inst\lib\python3.5\site-packages\UM\JobQueue.py", line 86 in _nextJob
      File "X:\3.6\build\inst\lib\python3.5\site-packages\UM\JobQueue.py", line 112 in run
      File "threading.py", line 914 in _bootstrap_inner
      File "threading.py", line 882 in _bootstrap

    Thread 0x00000964 (most recent call first):
      File "threading.py", line 293 in wait
      File "threading.py", line 424 in acquire
      File "X:\3.6\build\inst\lib\python3.5\site-packages\UM\JobQueue.py", line 86 in _nextJob
      File "X:\3.6\build\inst\lib\python3.5\site-packages\UM\JobQueue.py", line 112 in run
      File "threading.py", line 914 in _bootstrap_inner
      File "threading.py", line 882 in _bootstrap

    Current thread 0x0000286c (most recent call first):
      File "X:\3.6\build\inst\lib\python3.5\site-packages\cura\CrashHandler.py", line 310 in _logInfoWidget
      File "X:\3.6\build\inst\lib\python3.5\site-packages\cura\CrashHandler.py", line 160 in _createDialog
      File "X:\3.6\build\inst\lib\python3.5\site-packages\cura\CrashHandler.py", line 81 in __init__
      File "X:\3.6\build\inst\bin\cura_app.py", line 116 in exceptHook

     

    :)

  2. I checked and the mac is not working.

    I can not retrieve information from gcode.

    The problem I think is in end.gcode

     

    ; -- END GCODE --M104 S0                     ;extruder heater offM140 S0                     ;heated bed heater off (if you have it)G90;G91                                    ;relative positioningG1 E-5 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressureG1 Z200 F{travel_speed} ;move Z up a bit and retract filament even moreG28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the wayM84                         ;steppers offG90                         ;absolute positioning; -- end of END GCODE --

     

    missing the last line that records the profile.

    How can I fix it?

    mac 10.6.8 / cura 15.02.01

  3. Hi, i'm a very newbie :)

    if I have forgotten the settings of the press, can I find them all in gcode?

    I read the gcode file with a text editor and I have only found this:

    ;Basic settings: Layer height: 0.2 Walls: 1.2 Fill: 25

    ;M109 S245 ;Uncomment to add your own temperature line

    for the print speed I used

    http://gcode.ws/

    I have not yet found these other values

    bottom/top thickness

    enable\disable retraction

    support type

    platform adhesion type

    there is a faster method to extract the settings from a gcode?

    or

    how can I save the settings for a print with cura??

×
×
  • Create New...