Re: LCD X and Y position
Yes, you're right Sir. But from what I can see, there is also a prevent for feedrate unloading and loading filament. Because it does not let me unload/load with 1000 mm/s. And I can't locate this...
View ArticleRe: LCD X and Y position
1000 mm/sec? Almost 40 inches per second? What kind of printer are we talking about?
View ArticleRe: LCD X and Y position
Here it sais : #define FILAMENT_CHANGE_UNLOAD_FEEDRATE 100 // Unload filament feedrate in mm/s - filament unloading can be fast I want to be fast :)) it was a joke :P Can I also put somehow Function...
View ArticleRe: (RAMPS)Hotend change pin from D8 to D10
This issue is still on going. I bought new RAMPs because I suposed to have damaged MOSFET. But it still not working...
View ArticleRe: (RAMPS)Hotend change pin from D8 to D10
Its probably your mega then I'm unsure which port your talking about, your first post days D8, and later your talking about the hot end on D10. You configuration doesn't help as you have missed the...
View ArticleStrange timings in source code
Hello! I decided to look at the code to understand how things work in multistepping and found some thing which bother me :) Don't judge me too hard please and excuse me if i a blind and do not see...
View ArticleRe: Need a little help understanding the M163 G-code.
Well I've printed my first test piece and it did not turn out too bad. It is a simple 3 layer part with red, green and blue. 20 x 20mm sq and 2 mm thick. Each layer is a solid color without any...
View ArticleRe: Z probe repeatability - no data
Update: Interestingly, when I turned off MESH_BED_LEVELING and enabled AUTO_BED_LEVELING_BILINEAR, I was able to get proper data from the Z probe repeatability test.
View ArticleRe: Problems with autolevel
Hello Morten, I am also using RC8 and have been trying to get my inductive probe to work with auto bed leveling for some time now, unfortunately without success. I have had better luck with enabling...
View ArticleRe: Need a little help understanding the M163 G-code.
At least you've found the right way to define mixed colors. All three extruders have to sum up to 1. ( same as RRF mixing ) Did you place the tool definitions in the slicer startcode? Or do you have...
View ArticleRe: Need a little help understanding the M163 G-code.
I'm not sure that is the correct way to define the colors, but it seems like it may work after I fix a couple mechanical problems (stepper slipping). I ended up placing the definitions is the slicer...
View ArticleRe: Strange timings in source code
One more thing. while ((uint32_t)(TCNT0 - pulse_start) < STEP_PULSE_CYCLES - CYCLES_EATEN_BY_CODE) { /* nada */ } but time counter is never reset, so, it can actually overflow during ISR and this...
View ArticleRe: Need a little help understanding the M163 G-code.
o lampe What is RRF mixing? I thought I could search on internet for it but I have not been able to.
View ArticleRe: Need a little help understanding the M163 G-code.
RRF is reprap firmware (for 32bit boards based on Atmel SAM3X8E and ATSAM4E8E chips) [reprap.org]
View ArticleRe: Need a little help understanding the M163 G-code.
From: G-code -[reprap.org] M163: Set weight of mixed material Parameters Snnn extruder number Pnnn weight Set weight for this mixing extruder drive. M164 Parameters Snnn virtual extruder number Pnnn...
View ArticleRe: Need a little help understanding the M163 G-code.
I had the same problems with searching for Cyan, Magenta, Yellow. There are standards for colors ( like RAL ) but the filament vendors don't provide such information. IMHO, CMY colors are better...
View ArticleIssues with y direction in corexy
Hey guys, I have been struggling with getting my corexy printer running on a ramps board with marlin installed. The old controller was a closed source one from chitu3d but even after triple checking...
View ArticleRe: Issues with y direction in corexy
QuoteI tried setting homing direction to -1 but it jerked for a few cm and show maximum readings for the axes. The short jerk move shows, the endstop is already triggered. Maybe there is some mismatch...
View ArticleRe: Bed Leveling RC8
mjoyce, I would like to see your config.h if you don't mind. Do you immediately perform an EEPROM save after the auto-level routine (M500)? How can one tell if auto-leveling is enabled, M503? Thanks...
View Article