I fixed the upload problem. I watch this video and got the answer: https://www.youtube.com/watch?v=0pt_b2ZizQM
I uncommented this line to get the sounds from the button in the Configuration.h tab:
#define SPEAKER
and also this line:
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
Search found 9 matches
- Fri May 11, 2018 8:31 am
- Forum: Software
- Topic: Taz6 Marlin Firmware LCD Blank after uploading
- Replies: 4
- Views: 392
- Wed May 09, 2018 1:08 pm
- Forum: Hardware
- Topic: TAZ6 Thermocouple with MAX6675 installation
- Replies: 11
- Views: 1038
Re: TAZ6 Thermocouple with MAX6675 installation
Thanks for replying I fixed the upload problem. I watch this video and got the idea: https://www.youtube.com/watch?v=0pt_b2ZizQM I uncommented this line to get the sounds from the button in the Configuration.h tab: #define SPEAKER and also this line: #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTRO...
- Tue May 01, 2018 9:51 am
- Forum: Hardware
- Topic: TAZ6 Thermocouple with MAX6675 installation
- Replies: 11
- Views: 1038
Re: TAZ6 Thermocouple with MAX6675 installation
mikronano,
I wanted to ask you if you followed any tutorial to upload Marlin via Arduino. I'm trying to upload it and I'm getting a blank LCD. Any idea why this is happening?
I wanted to ask you if you followed any tutorial to upload Marlin via Arduino. I'm trying to upload it and I'm getting a blank LCD. Any idea why this is happening?
- Tue May 01, 2018 9:49 am
- Forum: Software
- Topic: Taz6 Marlin Firmware LCD Blank after uploading
- Replies: 4
- Views: 392
Re: Taz6 Marlin Firmware LCD Blank after uploading
I tried this suggested tutorial and I'm still getting a blank LCD. I tried to do this with Arduino 1.0.5 and also the most recent version and nothing. I even tried to use other Addons and other Marlin versions from different websites and I can't upload the program properly. I'm not even making any c...
- Fri Apr 27, 2018 9:52 am
- Forum: Software
- Topic: Taz6 Marlin Firmware LCD Blank after uploading
- Replies: 4
- Views: 392
Taz6 Marlin Firmware LCD Blank after uploading
Hello, I've been trying to upload Marlin to my taz6 and I'm getting a blank LCD after uploading. I'm downloading Marlin from here: https://github.com/MarlinFirmware/Marlin and I'm trying to follow these instructions: http://reprap.org/wiki/Rambo_firmware I added the Addons with all the corresponding...
- Tue Dec 19, 2017 12:03 pm
- Forum: Hardware
- Topic: TAZ6 Thermocouple with MAX6675 installation
- Replies: 11
- Views: 1038
Re: TAZ6 Thermocouple with MAX6675 installation
I just checked the PT100 temperature ranges, and it can only go up to 400 C.
I need to measure up to 600 C, so this is not going to work for me.
I need to measure up to 600 C, so this is not going to work for me.
- Tue Dec 19, 2017 10:22 am
- Forum: Hardware
- Topic: TAZ6 Thermocouple with MAX6675 installation
- Replies: 11
- Views: 1038
Re: TAZ6 Thermocouple with MAX6675 installation
I'll order the sensor this week and I will give an update with my results.
Thanks for taking the time to answer me.
Thanks for taking the time to answer me.

- Mon Dec 18, 2017 3:34 pm
- Forum: Hardware
- Topic: TAZ6 Thermocouple with MAX6675 installation
- Replies: 11
- Views: 1038
Re: TAZ6 Thermocouple with MAX6675 installation
Thanks for answering me! In my code I don't see any recommendation to use PT100 // 20 is PT100 with INA826 amp on Ultimaker v2.0 electronics Where did you get your Marlin? I got mine from the webpage: https://www.lulzbot.com/content/downloads It is the AO-101. Do you think is the same? I mean can I ...
- Fri Dec 15, 2017 1:49 pm
- Forum: Hardware
- Topic: TAZ6 Thermocouple with MAX6675 installation
- Replies: 11
- Views: 1038
TAZ6 Thermocouple with MAX6675 installation
Hello, I'm trying to use materials that have a higher melting temperature to print my parts. I notice that TAZ6 uses a thermistor that can measure a max temp of 300C, so I'm trying to change it to a thermocouple type K using a MAX6675. I'm not sure if this is possible but I read these lines in the M...