Traumflug

Results 424 comments of Traumflug

I think much of the confusion is that Marlin is kind of a standard. People simply expect this way to be the "right" way. Writing documentation doesn't help much, so...

> You mentioned once that you would rather we branch out Teacup than Fork, so if that still stands, kindly allow me access Welcome to Teacup development! The rules are...

I wish we could install something like Gitolite (distinct user privileges for distinct branches). As far as I can see, no option on Github, though. @Wurstnase, looking at the current...

> Apologies for the trouble caused. No problem. Git has proven once more that even unexperienced users can't mess it up ... because each other user has a (working) copy,...

@stecor7001 > Please take a look at display_set_cursor - it is hardwired to 2 lines. I see this code: ```C void display_set_cursor(uint8_t line, uint8_t column) { display_writechar((uint8_t)low_code_set_cursor); display_writechar((uint8_t)line); display_writechar((uint8_t)column); }...

Hello duncan, thanks for the contribution. I've applied it to a new branch, lumentino. Then fixed a few whitespace things and rebased it to the experimental branch to give your...

> do not fully understand the method of changing extruders in it I think it changes extruders by not checking for the current extruder every time, but by exchanging the...

Seeing the trouble here, seeing how many people struggle to get Configtool running, capitulate on compiling with a makefile, seeing that mess of suitable displays available, I recently developed a...

> mounted inside the printer. ... next to the actual printer controller, of course, which is dedicated to just driving the printer, nothing else.

A pointer to what you have found would be nice.