Jump to content

fuerer_g

Dormant
  • Posts

    12
  • Joined

  • Last visited

Posts posted by fuerer_g

  1. I wanted to compile the the UM2 (latest Tinkergnome) with the correct extruder settings for the Bondtech.
    Well ... so far I've installed all kinds of stuff! Luckily is a VM, so my machine does not suffer from all that stuff!

    To install the Tinkergnome is as easy as uploading the hex file to the printer - done that before. BUT to _make_ the hex file ... totally different story!

  2. Thank! But now I got a new problem:

    Quote

    Vmw7@win7 MINGW32 /c/dev/Ultimaker2Marlin/Marlin (geek_mode)


    $ ./package.sh
    which: no make in (/c/Users/Vmw7/bin:/mingw32/bin:/usr/local/bin:/usr/bin:/bin:/mingw32/bin:/usr/bin:/c/Users/Vmw7/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/PROGRA~1/TIGCC:/c/Program Files/GCC4TI:/c/MinGW:/c/MinGW/bin:/usr/bin/vendor_perl:/usr/bin/core_perl)
      RM    _Ultimaker2/*
      RMDIR _Ultimaker2/
    mingw32-make: *** No rule to make target '_Ultimaker2/wiring.o', needed by '_Ultimaker2/Marlin.elf'.  Stop.
    cp: cannot stat '_Ultimaker2/Marlin.hex': No such file or directory

    * MinGW32-gcc g++ 4.8.2 is in `c:\mingw`

    * Arduino 1.0.5 is in `c:\Arduino`
    * git clone of https://github.com/TinkerGnome/Ultimaker2Marlin is in `c:\dev\Ultimaker2Marlin\`

     

    * Arduino compiled with sketch size of 209474 bytes (I don't know what or where, but it finished).

    * Code::Blocks Simulator fails: `c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\stl_algobase.h|243|error: macro "min" passed 3 arguments, but takes just 2|`and a lot more messages from this file (stl_algobase.h).

     

    PATH from git bash:

    Quote

    $ env|grep PATH
    EXEPATH=C:\Program Files\Git
    COMMANDER_PATH=C:\totalcmd
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    ACLOCAL_PATH=/mingw32/share/aclocal:/usr/share/aclocal
    MANPATH=/mingw32/local/man:/mingw32/share/man:/usr/local/man:/usr/share/man:/usr/man:/share/man
    PATH=/c/Users/Vmw7/bin:/mingw32/bin:/usr/local/bin:/usr/bin:/bin:/mingw32/bin:/usr/bin:/c/Users/Vmw7/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/PROGRA~1/TIGCC:/c/Program Files/GCC4TI:/c/MinGW:/c/MinGW/bin:/usr/bin/vendor_perl:/usr/bin/core_perl
    PKG_CONFIG_PATH=/mingw32/lib/pkgconfig:/mingw32/share/pkgconfig
    INFOPATH=/usr/local/info:/usr/share/info:/usr/info:/share/info
    HOMEPATH=\Users\Vmw7
    ORIGINAL_PATH=/mingw32/bin:/usr/bin:/c/Users/Vmw7/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/PROGRA~1/TIGCC:/c/Program Files/GCC4TI:/c/MinGW:/c/MinGW/bin

     

    And all I wanted to do was change those settings for the Bondtech extruder ,,,, 😕

     

  3. On 2/4/2017 at 5:42 AM, gr5 said:

    You build like this - get to the marlin folder and do:

    ./package.sh 

     Uhm ... maybe stooopid question: how do I call ./package.sh ?
    By default, it'll open np++ with this file ...
    If I run

    mingw32-make package.sh

    it gives me this:

    C:\dev\Ultimaker2Marlin\Marlin>mingw32-make package.sh --debug
    GNU Make 3.82.90
    Built for i686-pc-mingw32
    Copyright (C) 1988-2012 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.
    Reading makefiles...
    '[' is not recognized as an internal or external command,
    operable program or batch file.
    Updating goal targets....
    mingw32-make: Nothing to be done for 'package.sh'.
    
    C:\dev\Ultimaker2Marlin\Marlin>

    Thanks for your help!

  4. I don't know how the remaining time is calculated, but the last few (more than 10, sometimes) layers' remaining time is always one minute. This is not very helpful nor accurate.

    Any way to change/fix that? Or display the remaining number of layers, if remaining time is less than one or two minutes.

    What do you think?

  5. Nice! Thanks a bunch! :)

    Reasons to update:

    • Click-Sound - gone!
    • Stats while printing!
    • Better menue!

    Missing:

    • Preheat nozzle earlier so it finishes at the same time as the build plate (maybe at 50°C instead of 55°C).
    • Preheat shows wrong pre-set nozzle temp; only while heating bed. It shows 0°C instead 210°C.

  6. Every once in while, you need to lube that machine.

    After applying all the lube, I run this program:

     

    G21 ; metric valuesG90 ; absolute positioningM107 ; no fan, pleaseG28 X0 Y0 Z0G1 X30 Z5 F6000  ; move the platform to nozze or the nozze to the platform. What-ever!G1 X30 Z2 F240  ; move the last 3 mm with reduced speed - WHEW!G1 X0 Z200 F6000 ; And move back down/up again - whoohoooo!; I don't know GCode as well as others; maybe you can just do a circle?!; Move around a bit in X and Y ...G1 X0 Y0 ;G1 X223 Y0 ;G1 X223 Y223 ;G1 X0 Y223 ;G1 X0 Y0 ;; Aaaand again - cuz it was fuuhn!G1 X223 Y0 ;G1 X223 Y223 ;G1 X0 Y223 ;G28 X0 Y0 Z0 ; Back to HOMEM84 ; disable motorsM106 S0

     

    Feel free to modify it to your specs.

    CAUTION: Your printer might have different specs! Adjust all X and Y values to your printers' specs!

×
×
  • Create New...