Questions tagged [skr-v1.3]

15 questions
7
votes
1 answer

How to wire P.I.N.D.A. v2 to an SKR V1.3 board?

I bought a BigTreeTech SKR v1.3 main board and a P.I.N.D.A v2 for my P3Steel MGN. Does anyone know to wire them together and which part in Marlin 2 do I need to change?
Jack Iai
  • 71
  • 1
  • 1
  • 2
5
votes
2 answers

Setting Junction Deviation in firmware has no effect

I have built a 3D printer with Marlin bugfix-2.0.x forked from github. I am attempting to set the default value for junction deviation so that I don't have to change it through the printer's screen/interface every time I power cycle the printer, but…
Chris Ostmo
  • 153
  • 1
  • 5
4
votes
2 answers

G28 ignoring Z-Probe X/Y Offsets

I recently installed a SKR 1.3 Board with a 3DTouch-Probe on my Creality Ender 3 Pro. The probe works, G29 does its magic, but: If i issue a plain G28, the hotend first homes X and Y like before the Z-probe. The probe is now next to, not above,…
4
votes
2 answers

Getting wrong measurements on my Kossel Linear Plus after installing SKR 1.3 with Marlin 2.0

So I've switched the Trigorilla board in the printer with a SKR 1.3 with TMC2208 drivers and installed the latest Marlin 2.0, with a config based on this one. You can find the Configuration.h here, the only thing I changed in Configuration_adv.h was…
Metalfreak
  • 126
  • 6
4
votes
3 answers

Bigtreetech upload stalled after uncommented REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER

I recently bought a BigTreeTech SKR V1.3 and uncommented REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER and clicked the upload button but faced an error that says: Marlin\src\lcd\ultralcd.cpp:767:9: error: 'touch_buttons' was not declared in this…
3
votes
1 answer

What UART port to use for RPi GPIO pins on an SKR v1.3 board

I have a Bigtreetech SKR v1.3, and I'm trying to connect a Raspberry Pi to the board using the RPi's GPIO pins as opposed to using a USB connection because space is limited within the case of CR10S Pro. I watched this youtube video where he explains…
ipatch
  • 131
  • 1
  • 5
2
votes
1 answer

Will the TMC2130 V3.0 stepper driver work with the Ramps 1.6 Plus board?

I want to buy the board Ramps 1.6 Plus. The description in the link says that is compatible with the driver TMC2130, but I found that there are two versions soldered in SPI mode. BIGTREETECH TMC2130 V3.0. Where the diagnosis pins are soldered as…
ChesuCR
  • 177
  • 2
  • 13
1
vote
1 answer

Auto bed leveling offset issue

I'm using an Ender 3 with a new upgraded board SKR 1.3 Marlin bugfix 2.0 auto bed leveling I use EZABL. for the EZABL I followed their tutorial for Marlin 2.0 since I don't use the unified firmware. Offset info : #define NOZZLE_TO_PROBE_OFFSET { 50,…
1
vote
2 answers

How to have double extruder and double Z motor on a 5-driver board?

We are using the Board SKR 1.3 with the following pins: /** * Trinamic Stallguard pins */ #define X_DIAG_PIN P1_29 // X- #define Y_DIAG_PIN P1_27 // Y- #define Z_DIAG_PIN P1_25 // Z- #define E0_DIAG_PIN …
David Souza
  • 133
  • 1
  • 6
1
vote
2 answers

Partial underextrusion in walls

I'm facing weird "pillars" of underextrusion on outer walls of my XYZ test cube. On the pictures below I`ve printed PLA test cubes with a 0.4 mm nozzle, 0.2 mm height and 210/50 °C hotends/bed temperature. Gaps are appearing in walls parallel to…
1
vote
1 answer

Switch nozzle contact probe auto leveling with Marlin 2.0

I have a Robo R1+ which uses the nozzle contacting the glass print bed to level the printer. When the print head strikes the bed the Z-min endstops open signaling that the bed is touched. I recently upgraded from an Arduino to an SKR 1.3 running…
henradrie
  • 73
  • 4
0
votes
0 answers

CRTouch on SKR 1.3 with BTT TFT24

I upgraded my old Creality CR10s Pro V1 with the BTT SKR 1.3 with A4988 stepper drivers and the BTT TFT24 combo lcd screen. Everything connects and responds, but the CRTouch unit does not even power up. I plugged all wiring as indicated by wire…
0
votes
0 answers

Hotend functioning inconsistently. PID completed normally, heating to quickly or not at all on print start up

I have a Xvico X1 printer which I had previously installed an SKR 1.3 on running Marlin, which was functioning normally. For Christmas I got a BLTouch, a heated bed and a Raspberry Pi for it, so I also installed a new 24 volt Meanwell PSU to power…
0
votes
0 answers

Error:Printer halted. kill() called! SKR 1.3 TFT35 3.0

I am trying to fix the very last error on my printer (custom built). Error:Printer halted. kill() called! This error occures about 5-10 minutes into a print (XYZ Cube) and usually after finishing the second layer. All temperatures are working as…
0
votes
0 answers

Printer froze mid print, stepper motor driver and MCU extremely hot afterwards. MCU seems dead now (?)

A strange problem occured while 3D printing. I've been printing for a long time now, and I consider myself fairly expeienced. normally, with every problem I've encountered with my printers (Anet, Ender, Prusa), there's always an answer online.…