Jump to content

fuerer_g

Dormant
  • Posts

    12
  • Joined

  • Last visited

Everything posted by fuerer_g

  1. Ok! Thanks, again! You're right about the factory reset. I did that. Only because Cura wasn't able to upload the new firmware. So, long story short: Never mind! 🙂 I'll leave the compiling to the pros and download it when ready. I'm done here. Have a good weekend!
  2. Right! But after every update I have to reset the stepper value. And have you done that before?! If you need ~500 steps instead of 280 (or something) and 0.01 increments .... also, I forgot it before and it was heavily under-extruding. So, I thought I could just call git pull, ./package.sh and done! 🙂
  3. 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!
  4. Thank! But now I got a new problem: * 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: And all I wanted to do was change those settings for the Bondtech extruder ,,,, 😕
  5. 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!
  6. Nice work!! But I am only interested in the resonating chamber ?
  7. 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?
  8. 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.
  9. 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!
  10. Ich hatte soeben diese Meldung, als ich zuvor ein Modell aus CraftWare druckte und danach (das selbe Modell) aus Cura drucken wollte. Nach einem Neustart des UM2 war das Problem behoben.
×
×
  • Create New...