Re: Enabling joystick - Hmm
Could I get some information about using the joystick. If I home a 3D Printer then jog using the this featured joystick. Will my home location then jog similar to using the baby steps feature.
View ArticleRe: Marlin 2.0 bare LPC1768 :S
yes It marlin expects a particular bootloader on lpc1768 and compiles the code appropriately. It uses the same one as smoothieboard. see [reprap.org]
View ArticleUpgraded from Marlin 1.02 to 2.03 & 2.03 now Homing to Center instead of Corner?
[attachment 114784 Configuration.h] - 2.0.4 [attachment 114783 Configuration.h] - 1.0.2 I have (3) Maker farm Pegasus Printers (2) Pegasus 8 and (1) Pegasus 12 All 3 were running 1.0.2 Firmware...
View ArticleZ homing with bltouch
Hello, I'm making a homemade printer using marlin I have a bltouch and a z endstop switch (approx at z=155mm) When I launch homing, the z endstop switch is used, is that the normal behaviour ? I'd...
View ArticleRe: Z homing with bltouch
Yes - the easiest way to do this is to remove the Z end stop switch and plug the BLTouch into the Z min end stop connector. Then enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN and Z_SAFE_HOMING.
View ArticleRe: Upgraded from Marlin 1.02 to 2.03 & 2.03 now Homing to Center instead of...
If you have Z_SAFE_HOMING enabled then the Z homing will be done in the center of the bed - this is required if homing with a probe. If you have an actual Z end stop instead of using a probe for...
View ArticleRe: Upgraded from Marlin 1.02 to 2.03 & 2.03 now Homing to Center instead of...
Yup that is enabled, I just disabled it and will re flash and report back. Oddly enough I also checked the Pegasus 12 and its enabled there too (yet that unit homes to the corner already) strange......
View ArticleRe: Marlin 2.1 Dev - Homing after completing a print
I downgraded to 2.0.4.4 and the issue is no longer there. So I guess it's a bug in 2.1
View ArticleRe: Upgraded from Marlin 1.02 to 2.03 & 2.03 now Homing to Center instead of...
Just flashed it and it worked perfectly, thanks
View ArticleRe: Z homing with bltouch
No, but unless you have ENDSTOPS_ALWAYS_ON_DEFAULT enabled the endstop switches are ignored except for homing anyway.
View ArticleRe: Z homing with bltouch
My bad I was using homedir 1 instead of -1 for z axis Now I have the switch connected to zmax endstop and bltouch to zmin endstop and used for homing Thanks
View ArticleUpdate Marlin 1.1.8 to 2.x LCD&SD problem
Dears, I have a Tango board with REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER that works fine with version 1.1.8 Now I install the version 2.0.4 and 2.0.5: first of all the LCD doesn't work with...
View ArticleRe: Update Marlin 1.1.8 to 2.x LCD&SD problem
Well the first question that comes to my mind is what LCD do you actually have? Pictures?
View ArticleRe: Update Marlin 1.1.8 to 2.x LCD&SD problem
Hi, the LCD is BIG TREE TECH reprapdiscount full graphic smart controller 12864 Hope this can help to find out a solution Thanks in advance.
View ArticleRe: Update Marlin 1.1.8 to 2.x LCD&SD problem
Newer marlin pushes the speed of the LCD as much as it can. the BTT Graphics lcd is considerably slower than real RRD Graphics lcd's Give this a try In Marlin/src/lcd/dogm/ultralcd_DOGM.h find...
View ArticleMarlin for cnc with pen
I made a CNC machine with pen to draw what i need to change in marlin firmware. didn't use limit switch only 3 stepper motors and graphical lcd with sd card what's the software i need to use and...
View ArticleRe: Marlin for cnc with pen
I built a MPCNC the firmware is preset-up for Dual XY Steppers and a Z Axis though you can disable the Dual XY Steppers and should be real close to what you would need. MPCNC V1 Engineering Inc...
View ArticleRe: Mix SPI and UART modes?
Did you get this sorted? Doing the same setup. Got XY TMC2208 UART and ZE as TMC2130 SPI. I got the TMC2208 to work ok, but SPI won't show up in debug so it seems not working. I don't know if there is...
View Article