Habe folgendes Problem.
Ich muss den Temperaturbereich max 250 Grad auf 275 Grad erhöhen. Mit Note kein Problem die configurtion.h abzuändern.
Das Problem ist nur, wie bekomme ich die configuration.h jetzt in den Drucker. Das BQ Board wird von Arduino nicht unterstützt.
Die Anleitung von BQ erschließt sich mir auch nicht.
Weiß irgendwer eine Lösung
Hier die Anleitung von BQ:
Download the Firmware from Github. (http://forums.reprap.org/posting.php?245) =Der Link zu der Marlin Software
Open the Folder and go through Marlin->config->Choose your printer .
Open the .h file with a programming editor (like Notepad ++) and modify the values. Alles kein Problem
Follow the instructions to compile the Firmware in Windows or Linux =(https://github.com/bq/Marlin/blob/master/Documentation/Windows_Compilation.md)
Für was brauche ich GNU, für Arduino brauche ich eine .ino Datei, die ist aber auch nicht vorhanden, auch das BQ Board wird von Arduino nicht unterstützt.
Würde mich für eine Lösung auch mit einer Spende erkenntlich zeigen.
Development on Windows
Configurating the Enviroment
Before attempting to compile the software, be sure you have installed the following tools.
Make (GnuWin32 - Make)
Make is a utility that automatically builds executable programs and libraries from source code. It controls the generation of executables and other non-source files of a program from the program's source files.
The software uses this tool to know how to compile and how to flash the binary.
Make is a Unix tool, so a port of this utility for Windows must be installed.
How to install it?
1.Download the Make executable.
2.Execute it and follow the assistant. Make must be installed on the following path:
C:\Program Files (x86)\GnuWin32
Arduino 1.6.7
The compilation and flash processes use the AVR toolchain. The easy way to get these tools is to install the Arduino SDK (version 1.6.7).
The Arduino files should be installed on the root folder of your sistem (C:\Arduino)
How to install it?
1.Download the installer from Arduino web page.
2.Execute it and follow the assistant. Arduino must be installed on the following path:
C:\Arduino
On Windows, the building and flashing processes have been automatized on a batch file.
1.Open a new Command Prompt. Press "WinKey + R" and type "cmd" on the recently open window.
2.Browse to your root project folder.
cd C:\your_folder_path\witbox-fw
3.Connect your computer to the printer and identify the COM port assigned.
4.Launch the script.
make.cmd
5.Follow the wizard's instructions to select your device configuration and the COM port used by the printer.
6.Wait until the script finish.