Re: Manual mesh bed leveling issue?
QuoteRoberts_Clif I find that I have to enable the Bed Leveling in the Slicer like so M420 S1 ; Bed Leveling on. these are the last 3 line in my slicers startup G-Code. G92 E0 ;reset extruder length...
View ArticleHow do I know which line of Gcode my printer is currently executing?
Hi All, I'm writing a custom print host in Python using PySerial, very similar to Printcore but with some added features. Currently, I'm sending line-by-line as I receive the 'ok' back from the board...
View ArticleRe: How do I know which line of Gcode my printer is currently executing?
Marlin doesnt count line numbers as such when accepting data over usb/serial (as far as I know) It does watch line number if you send them ie N field and checksum, wont match actual line number in...
View ArticleRe: How do I know which line of Gcode my printer is currently executing?
That's very helpful @Dust, once again: Thanks for your help.
View ArticleRe: How do I know which line of Gcode my printer is currently executing?
Thinking on it... its not quite right... its a ring buffer, you need to know current position, and current start position and length... my off the cuff doesn't take into account start position, and...
View ArticleRe: 230v heatbed protection
It might very well be possible. Are you using Marlin 1.1.9 or 2.0.X? - For 1.1.9 - In file Marlin_main.cpp - at the very bottom of the file Replace: idle(); } With: idle(); #if (HAS_POWER_SWITCH...
View ArticleRe: reprap full graphic controller flickers/ lags when in SD menu
You might need to map/test each pin in the ribbon connectors. It might seem like it has been enough to "reverse the ribbon cables", but some pins within the ribbon cable sockets may actually be...
View ArticleRe: reprap full graphic controller flickers/ lags when in SD menu
Do you have many files on the SD-card? Does your computer create folders starting with "."? If so, remove those folders. How much RAM is left when you have compiled your new firmware? The full graphic...
View ArticleRe: reprap full graphic controller flickers/ lags when in SD menu
if is this what you're asking? "Sketch uses 116984 bytes (46%) of program storage space. Maximum is 253952 bytes. Global variables use 4575 bytes (55%) of dynamic memory, leaving 3617 bytes for local...
View ArticleRe: reprap full graphic controller flickers/ lags when in SD menu
QuoteMrAlvin You might need to map/test each pin in the ribbon connectors. It might seem like it has been enough to "reverse the ribbon cables", but some pins within the ribbon cable sockets may...
View ArticleRe: reprap full graphic controller flickers/ lags when in SD menu
... and thanks for your replies, really appreciate it!
View ArticleTMC2130 Sensorless homing with Marlin 1.1.9 and MKS gen 1.4
Hi. I tried to use sensorless homing with tmc2130 via stallguard. So I prepare coreXY frame, 3 X TMC2130, MKS gen 1.4 In the end, X axis and Y axis 's sensorless homing Successfully But Z axis isn't...
View ArticleRe: TMC2130 Sensorless homing with Marlin 1.1.9 and MKS gen 1.4
Do you have #define Z_HOMING_SENSITIVITY 8 enabled in Configuration_adv.h ? I noticed in earlier releases the z axis isn’t commented in the sensorless homing section. I’m having my own different...
View ArticleTrigorilla RAMPS1.3 with LCD and Dual Z-Motor and TMC2130
Goodday, For the last few days I am busy to get my Anycubic printer to work with the TMC-2130 drivers I downloaded the Marlin firmware version 1.1.9. I made the SPI wiring and started with enable the...
View ArticleErrors on fresh install 1.1.9
Hello all, I am attempting to re-flash my new flsun printer( going to cyclops extruder, but that's not the issue). When I download Marlin 1.1.9 and try to compile I receive a ton of errors before even...
View ArticleRe: TMC2130 Sensorless homing with Marlin 1.1.9 and MKS gen 1.4
Yes, I have Z_HOMING_SENSITIVITY in Configuration_adv.h [attachment 107605 Z_HOMING_SENSITIVITY.PNG] But in my case, this option works well (checked with m122 ) but, always turned on stallguard only Z...
View ArticleArduino DUE + RADDS + TMC2208 UART
Hi all...im new here and I bought a RADDS Shield for arduino DUE and a couple of tmc2208 from waterrot...my question is how can I use the tmc2208 drivers in uart mode...i will use on X Y Z axis and...
View ArticleRe: Arduino DUE + RADDS + TMC2208 UART
the general idea is covered here [www.instructables.com] the actual pins will have to be changed for the RADDS radds is not very popular due to its lack of availability and closed source nature.
View ArticleRe: Arduino DUE + RADDS + TMC2208 UART
[attachment 107609 RADDS_Pin_Size-1.png] Ok...so where do i need to change the pins...in marlin 2.0, under pins_RADDS.h? I will use the available pins from max endstop,or from lcd connector that is on...
View ArticleRe: Arduino DUE + RADDS + TMC2208 UART
[attachment 107610 Screenshot_20181012-111003.png] This is the pins_RADDS.h Where should I put the pins for tx and rx? Should I create a new line for each axis with #define X_TX_PIN ... #define...
View Article