madias
About
- Username
- madias
- Joined
- Visits
- 17
- Last Active
- Roles
- Member
Comments
-
I'll post my last working code in this thread!
-
Dear ASH, sorry for the late reply: Can we discuss this here? http://www.stm32duino.com/viewtopic.php?f=19&t=3477
-
Ok, just one tip, maybe for all "serial display/TFT" or even bluetooth/EXP8266 users: Do not use "Serial" (D0/D1) on AUX 1 if the printer is connected via USB Alternative: Serial1 or Serial3 (Serial 2 uses the Aux4 port on Ramps so you should avoid…
-
Ok, I tried my hardware setup under Windows 7 - and: It works like a charm. So again a OSX problem. OSX is really a painkiller with USB-Hid and it is getting worse with every new OSX version..... time to say goodbye to apple.
-
Ok, thanks for your answer! I logged the communication as well without result, but I'm on the right track with DTR/RTS: The STM32 is connected "native" via HID-Class serial communication. So in theory I can guess what happend (didn't proofed it with…
-
thanks for the awsome support. I have not tested this version of the firmware yet. Will try soon. I am having an issue with my Metal zonestar unit with the 5 keypad. I get really garbage LCD output, i simply can't use the LCD if its installed. Anyon…
-
Thank you very much!
-
@Light2016:I'm sure that there is no bootloader installed on the melzi board and you wont be able to upload code via the FTDI without it. So you have to install the bootloader first via the ISP interface on your melzi board. You can upload the boot…
-
@gwc2795: The PiBot Display controller may work with the display but for sure not with the buttons, as you can see on the PiBot schematics: http://reprap.org/mediawiki/images/d/d6/PiBotExpandBoardV1.4-1.pdf every button is on a separate pin, but on …
-
Hello, and thank you all for adapting the firmware!I have a simple question: Under "mechanics"-->"stepper" both (x and y axis stepper) have the value 85.333 instead of the standard value 80.000. Can anybody explain me the reason for this?Thank yo…