Re: Dual X Carriage not working
I also ran into serious problems using a current Marlin build for Dual X. A two year old version i am using so far does work. With the current release the X2 Carriage does not move at all and when X...
View ArticleConfiguring 3DTouch bed leveller: Tevo Tarantula
Let me start by saying I'm a not very technical newbie. I have a Tarantula which I finally managed to update Jim Brown's Tevo Tarantula easy config from GitHub. Even that was a struggle with my level...
View ArticleRe: Extruder stutters and doesn't turn
Quotesinned What are your steps/mm for the extruder in the configuration file? Are you taking into consideration the changes in native usteps? Double checked your electrical connections? What about...
View ArticleRe: Configuring 3DTouch bed leveller: Tevo Tarantula. Help!!
I just tried again. This is the error I got: In file included from sketch\MarlinConfig.h:41:0, from sketch\G26_Mesh_Validation_Tool.cpp:27: SanityCheck.h:1202: error: #error "Enable USE_XMIN_PLUG when...
View ArticleRe: Configuring 3DTouch bed leveller: Tevo Tarantula
Quote// @section homing // Specify here all the endstop connectors that are connected to any endstop or probe. // Almost all printers will be using one per axis. Probes will use one or more of the //...
View ArticleRe: Configuring 3DTouch bed leveller: Tevo Tarantula
Thank you, obewan. OK, endstops makes sense. However, I'm not sure how to work out the distance that the nozzle is away from the bed surface when the bltouch (It's actuall a 3dTouch but assume it's...
View ArticleRe: Configuring 3DTouch bed leveller: Tevo Tarantula
OK, I tried that but I still get an error compiling. This is the error: In file included from sketch\MarlinConfig.h:41:0, from sketch\G26_Mesh_Validation_Tool.cpp:27: SanityCheck.h:866: error: static...
View ArticleConfiguring add.serial port on Ruma +, need help...:S
Hello all, Working on a custom project that will use a 7"tft/Mega combo as a touch screen for my reprap with a Rumba+. The interface between the two systems will (hopefully) be via serial comms. By...
View ArticleRe: Configuring add.serial port on Ruma +, need help...:S
Marlin has no support for dual serial. use D0/D1 (also known as tx0/rx0) And ensure that the usb and the screen never talk at the same tame and are same baud rate. This is how mks tft does it
View ArticleRe: Configuring add.serial port on Ruma +, need help...:S
Okie doke....thanks for the reply, that answers my question...
View ArticleCan't figure out BLTouch offset
I cannot figure out how to get the leveling values produced by the BLTouch to register. I'm using a custom 3D printer and Marlin bugfix 2.0.x. This is what happens: G28 to home printer G29 and the...
View ArticleRe: Configuring 3DTouch bed leveller: Tevo Tarantula
The good news: Setting PROBE_BED_POSITION allowed it to upload. However, as I have no idea how to determine the parameters, they are undoubtedly wholly inaccurate. The bad news: The BL Touch opitions...
View ArticleDIGIPOT_MOTOR_CURRENT Compiling error
Hi I am trying to compile my marlin code so I can upload it to my printer and I keep getting an error. The error I am getting is that it says that the 'DIGIPOT_MOTOR_CURRENT' was not declared in this...
View ArticleRe: Configuring 3DTouch bed leveller: Tevo Tarantula
As far as centring the bed goes, I have always set this in the slicing program, where you set the bed size there is usually a setting for bed centre. Concerning the probe, ones that I used before, you...
View ArticleRe: DIGIPOT_MOTOR_CURRENT Compiling error
Did you enable it in configuration_adv.h? default is disabled //#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 } // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A) remove the // to enable
View ArticleRe: Configuring 3DTouch bed leveller: Tevo Tarantula
It's bloody confusing all the places you can set parameters and even how to work out what they are/wher you measure them from
View ArticlePrint job does not start
Hi everybody When I start a printing job the printer after heating goes to a point and wait for the filament to be exchanged and it stays at "Print paused". After filament is chaged and extruded I do...
View ArticleRe: Print job does not start
It sounds like you are having problems with your filament out sensor. #define FILAMENT_RUNOUT_SENSOR First off do you have a filament out sensor. If not disable the above line. If you have a filament...
View ArticleRe: Configuring 3DTouch bed leveller: Tevo Tarantula
Tell me about it, someone once said life was not meant to be easy, why do they always have to be right.:X This is not making me feel to confident about trying to set mine up. [www.geeetech.com]. Have...
View ArticleDiamond Hotend M163 - Set Mix Factor
Does anyone knows how to convert a CMY color to the mix factor ? Example (Caucasian Skin color) C = 6 M = 27 Y = 32 K = 0 RGB equivalent: R=240, G=186, B=173 How to convert these values to a mix...
View Article