Re: 'rx_buffer' was not declared in this scope
SEEMS LIKE i cannot post it HERE ANYWAYS i have tried switching them backwards but nothing improved other than madness
View ArticleRe: 'rx_buffer' was not declared in this scope
and i cannot conect phone to computer cause bad cables
View ArticleRe: 'rx_buffer' was not declared in this scope
i can try with gopro if u really need this
View ArticleRe: 'rx_buffer' was not declared in this scope
WHAT i Downloaded New MARlin and Started editing it...... How i got the wrong? Download Link????
View ArticleRe: 'rx_buffer' was not declared in this scope
I DONT UNDERSTAND I DOWNLOAD THE FILE THEN THE LINE JUST DISSAPEARS? DO I HAVE TO FACTORY RESET MY HARD DRIVE?
View ArticleRe: 'rx_buffer' was not declared in this scope
//============================================================================= //======================= LCD / Controller Selection ======================= //========================= (Graphical...
View ArticleRe: 'rx_buffer' was not declared in this scope
im actualy done with this thanks for trying to help me but the fu¤%/&% LINE Doesent exsist for me IM SORRY
View ArticleRe: Axis moves in wrong direction after homing
Try the code Below. " these are for my stepper directions you will need to change for your 3D Printer " // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the...
View ArticleRe: Unified Bed Leveling - Bug in Marlin 1.1.8?
I think I got it to work Got to really consider origin (back right) and do everything from that point of view on FT-5 Tnx
View Articlemk8 extruder steps per mm
İ have bought a mk8 extruder from china how can i setup mk8 steps per mm settings from marlin 1.1.8
View ArticleRe: XY Homing Offsets
You should also set // Travel limits (mm) after homing, corresponding to endstop positions. #define X_MIN_POS -10 ;<<adjust as ness #define Y_MIN_POS -10 ;<<adjust as ness so that 0,0 is...
View ArticleRe: mk8 extruder steps per mm
You can change the steps/mm setting using the M92 code eg. M92 E102 ;set extruder0 steps to 102 M500 ;store new setting in eeprom,if enabled
View ArticleCreating Custom Kinematics in Marlin
Hey everyone, I am exploring creating a 3D printer with an experimental motion platform. As such, I would need to alter Marlin's kinematics from the options it already has. I have some experience with...
View ArticleRe: Creating Custom Kinematics in Marlin
You need to have a very strong C background to make changes to Marlin. And even that is just a start. You also need a very strong understanding of Real Time embedded control devices and...
View ArticleRe: Creating Custom Kinematics in Marlin
Roxy, Thanks for replying. I was planning on building a hexapod motion system for a 3D printer. I was hoping to be able to modify Marlin so that it could accept any custom motion system just by...
View Article