Re: RepRap Guru i3 Printer Kit (Official Thread) January 27, 2017 01:41AM |
Registered: 7 years ago Posts: 8 |
Quote
Has anybody been able to find an extruder cooling fan shroud that will work with this extruder?
Re: RepRap Guru i3 Printer Kit (Official Thread) January 27, 2017 08:43AM |
Registered: 7 years ago Posts: 11 |
Re: RepRap Guru i3 Printer Kit (Official Thread) January 27, 2017 08:47AM |
Registered: 7 years ago Posts: 11 |
Re: RepRap Guru i3 Printer Kit (Official Thread) January 27, 2017 10:08AM |
Registered: 7 years ago Posts: 8 |
Re: RepRap Guru i3 Printer Kit (Official Thread) January 31, 2017 09:27AM |
Registered: 7 years ago Posts: 7 |
Re: RepRap Guru i3 Printer Kit (Official Thread) January 31, 2017 03:29PM |
Registered: 7 years ago Posts: 5 |
Re: RepRap Guru i3 Printer Kit (Official Thread) January 31, 2017 05:59PM |
Registered: 7 years ago Posts: 8 |
Quote
DavidKing
Here are two questions:
1. how to set in the slicer so that the both bed and nozzle temperature automatically cool down after the printing? Right now, only the nozzle temperature cool down and the bed temperature remain as it is during the printing
2. is there an instruction on how to use the LCD controller?
Thanks
Re: RepRap Guru i3 Printer Kit (Official Thread) February 02, 2017 08:57AM |
Registered: 7 years ago Posts: 11 |
Re: RepRap Guru i3 Printer Kit (Official Thread) February 03, 2017 03:36PM |
Registered: 7 years ago Posts: 4 |
Re: RepRap Guru i3 Printer Kit (Official Thread) February 03, 2017 04:40PM |
Registered: 7 years ago Posts: 8 |
Quote
adlammons
I am running REPRAP_GURU_MARLIN_V.2 but it doesn't include auto bed leveling. MARLIN 1.1.0RC8 does have auto bed leveling. However, I can't tell if it would be an issue to use it instead.
Is there a newer version of the Marlin software?
Or, can I just load the Marlin-1.1.0-RC8?
Re: RepRap Guru i3 Printer Kit (Official Thread) February 03, 2017 04:54PM |
Registered: 7 years ago Posts: 4 |
Re: RepRap Guru i3 Printer Kit (Official Thread) February 04, 2017 01:43PM |
Registered: 7 years ago Posts: 10 |
Re: RepRap Guru i3 Printer Kit (Official Thread) February 04, 2017 05:58PM |
Registered: 7 years ago Posts: 8 |
Quote
Tyborg
I fixed the stepper drivers that I fried. ... I have been able to get prints out of the machine, but only by scaling them on the Y and X axis by 25% because the 10 mm cube I printed measured 7.5mm/7.5mm/10mm. I've had this printer for about a month and a half, so I'm beginning to discouraged.
Re: RepRap Guru i3 Printer Kit (Official Thread) February 04, 2017 07:04PM |
Registered: 7 years ago Posts: 1 |
Re: RepRap Guru i3 Printer Kit (Official Thread) February 06, 2017 09:42AM |
Registered: 7 years ago Posts: 11 |
Re: RepRap Guru i3 Printer Kit (Official Thread) February 06, 2017 10:14AM |
Registered: 7 years ago Posts: 10 |
Quote
MostTornBrain
Quote
Tyborg
I fixed the stepper drivers that I fried. ... I have been able to get prints out of the machine, but only by scaling them on the Y and X axis by 25% because the 10 mm cube I printed measured 7.5mm/7.5mm/10mm. I've had this printer for about a month and a half, so I'm beginning to discouraged.
Sounds like your firmware is not using the correct number of steps for the X and Y axis. Take a look at configuration.h in your Marlin firmware (using the Arduino IDE) and look for a section like this:
/**
* Default Axis Steps Per Unit (steps/mm)
* Override with M92
* X, Y, Z, E0 [, E1[, E2[, E3]]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 4000, 96 }
If your X and Y is off by 25%, then increase the first 2 numbers by 25%, re-download the firmware, and see if things seem more accurate. For example, if the value for X and Y are both 80 (like they are in the above example) change them to 100.
You could also test various values using the M92 G-code command (without having to download new firmware) to see what values give you the most accurate X and Y positioning.
Re: RepRap Guru i3 Printer Kit (Official Thread) February 08, 2017 09:09AM |
Registered: 7 years ago Posts: 11 |
Re: RepRap Guru i3 Printer Kit (Official Thread) February 09, 2017 11:18PM |
Registered: 7 years ago Posts: 1 |
Re: RepRap Guru i3 Printer Kit (Official Thread) February 10, 2017 08:44AM |
Registered: 7 years ago Posts: 11 |
Re: RepRap Guru i3 Printer Kit (Official Thread) February 11, 2017 11:50PM |
Registered: 7 years ago Posts: 12 |
Re: RepRap Guru i3 Printer Kit (Official Thread) February 12, 2017 01:29PM |
Registered: 7 years ago Posts: 8 |
Quote
CutterNorth
Well. Everything was going great for about a week. We completed several small print jobs and were getting familiar with different materials. Then the heated bed stopped reading the temperature. It just reads 0. The LCD says it knows when a target temperature has been assigned, but nothing happens. Motors and other sensors work just fine. I can heat and cool the extruder just fine.
Any suggestions on what to check?
Thanks.
Re: RepRap Guru i3 Printer Kit (Official Thread) February 12, 2017 06:20PM |
Registered: 8 years ago Posts: 181 |
Re: RepRap Guru i3 Printer Kit (Official Thread) February 13, 2017 11:54AM |
Registered: 7 years ago Posts: 12 |
Re: RepRap Guru i3 Printer Kit (Official Thread) February 15, 2017 08:50AM |
Registered: 7 years ago Posts: 11 |
Re: RepRap Guru i3 Printer Kit (Official Thread) February 15, 2017 06:50PM |
Registered: 7 years ago Posts: 8 |
Re: RepRap Guru i3 Printer Kit (Official Thread) February 18, 2017 08:39AM |
Registered: 7 years ago Posts: 13 |
Re: RepRap Guru i3 Printer Kit (Official Thread) February 18, 2017 09:03AM |
Registered: 8 years ago Posts: 759 |
Re: RepRap Guru i3 Printer Kit (Official Thread) February 18, 2017 03:29PM |
Registered: 7 years ago Posts: 13 |
Quote
obewan
You would do better using a cheapo 8 mm reamer than a drill,allso the rods to not have to so tight you cant push them in the holes, a nice snug fit will do.
Re: RepRap Guru i3 Printer Kit (Official Thread) February 21, 2017 05:22PM |
Registered: 8 years ago Posts: 7 |
Re: RepRap Guru i3 Printer Kit (Official Thread) February 22, 2017 01:58PM |
Registered: 7 years ago Posts: 7 |