Jump to content

low

Dormant
  • Posts

    5
  • Joined

  • Last visited

    Never

Posts posted by low

  1. Ok thanks but a last question :p 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 ?

     

  2. 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 ?

     

×
×
  • Create New...