Jump to content

low

Dormant
  • Posts

    5
  • Joined

  • Last visited

    Never

Everything posted by low

  1. Ho god @Amedee, i'm very interesting by your return <3 Thx a lot !
  2. Ok thanks but a last question if you are ok, Here, i'm ok with that commands : $ python -c "import sys; print sys.prefix" should not start with"/System/Library/Frameworks/Python.framework/". $ python -c "import distutils.sysconfig as c; print(c.get_config_var('PYTHONFRAMEWORK'))" should be non-empty string. E.g. Python. $ lipo -info `which python` should include both i386 and x86_64. E.g"Architectures in the fat file: /usr/local/bin/python are: i386 x86_64". $ otool -l `which python` should contain "cmd LC_VERSION_MIN_MACOSX ... version 10.6". But this one give me version 10.9 You thinks that can be a problem ?
  3. Raaah !!! It's don't works at all It think a did everything well like you explain here : https://github.com/daid/Cura , but it still don't work... When i try to did that : $ pip install -r requirements_darwin.txt At the end he give me an error : $ Command python setup.py egg_ingo failed with error code 1 in /Users/... Any ideas ?
  4. Hi, that can help you maybe : http://zennmaster.com/random-things/auto-bed-leveling-for-the-makerfarm-prusa-i3-part-3-final-setup Then your Gstart should be like this ( i think, i have no pursa ) : ;Sliced at: {day} {date} {time} ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density} ;Print time: {print_time} ;Filament used: {filament_amount}m {filament_weight}g ;Filament cost: {filament_cost} ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line ;M109 S{print_temperature} ;Uncomment to add your own temperature line G21 ;metric values G90 ;absolute positioning M82 ;set extruder to absolute mode M107 ;start with the fan off G28 X0 Y0 ;move X/Y to min endstops G28 Z0 ;move Z to min endstops G29 G1 Z15.0 F{travel_speed} ;move the platform down 15mm G92 E0 ;zero the extruded length G1 F200 E3 ;extrude 3mm of feed stock G92 E0 ;zero the extruded length again G1 F{travel_speed} ;Put printing message on LCD screen M117 Printing... If it's don't work, tell us what Firmware do you use ?
  5. Hi guys ! I jute wanna build Cura form https://github.com/daid/Cura , for Mac OS X, but really i spend so much time to try it. But it's still don't work... When i build it form my shell and my env on a MAC, i can build something, but the application don't work... I should use virtualenv ? ( I have no problems to build on Windows, and Linux, but Mac... ) Thanks
×
×
  • Create New...