Tronxy XY-Pro 2 Marlin Firmware

Pagina: 1
Acties:

Acties:
  • 0 Henk 'm!

  • Mattie112
  • Registratie: Januari 2007
  • Laatst online: 06-06 13:34

Mattie112

3780wP (18x 210wP EC Solar)

Topicstarter
Mijn Tronxy XY-Pro 2 heeft opeens last van layer shift na een layer of 3/4. Slicer (Cura) update ik bijna nooit maar een update heeft het niet opgelost.

Ik dacht laat ik dan eens een andere firmware proberen, heb sowieso wel eens gelezen dat je met Marlin meer features / support zou hebben (Octopi).

Inmiddels heb ik deze fork https://github.com/rhapsodyv/Marlin draaien. Maar dit is een release van 2 jaar oud alweer en het lijkt alsof de bed leveling niet goed werkt, in 1 hoek van het printbed blijft het fillament niet "plakken".

Nou ik denk voor ik helemaal ga lopen kloten (en zoals Octopi ook aanraad) laat ik eens updaten naar de nieuwste officiële Marlin (https://github.com/MarlinFirmware/Marlin). Echter het is me niet duidelijk welke waarde ik precies moet aanpassen in de configuratie om het te compilen.

Is er toevallig iemand die dit al heeft uitgezocht? (Of die hetzelfde probleem had als ik?)

edit:
Het kan ook nog zijn dat hij de Z-offset niet goed onthoud (of reset na een bed level?)

edit 2:
Heb ook nog een BLTouch liggen die ik zou willen gebruiken daar heb ik ook de Marlin firmware voor nodig

edit 3:
Voorbeeldje, ik zet:
code:
1
  #define MOTHERBOARD BOARD_CHITU3D_V6

en:
code:
1
2
3
4
5
[platformio]
src_dir      = Marlin
boards_dir   = buildroot/share/PlatformIO/boards
default_envs = chitu_f103
include_dir  = Marlin


Dan krijg ik:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
ling .pio\build\chitu_f103\src\src\HAL\STM32\Servo.cpp.o
Compiling .pio\build\chitu_f103\src\src\HAL\STM32\eeprom_bl24cxx.cpp.o
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\HAL.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2947:4: error: #error "TFT_(COLOR|CLASSIC|LVGL)_UI requires a TFT display to be enabled."
 2947 |   #error "TFT_(COLOR|CLASSIC|LVGL)_UI requires a TFT display to be enabled."
      |    ^~~~~
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:3054:6: error: #error "SERIAL_PORT is set to -1, but the MOTHERBOARD has no native USB support. Set SERIAL_PORT to a valid value for your board."
 3054 |     #error "SERIAL_PORT is set to -1, but the MOTHERBOARD has no native USB support. Set SERIAL_PORT to a valid value for your board."
      |      ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\HAL_SPI.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2947:4: error: #error "TFT_(COLOR|CLASSIC|LVGL)_UI requires a TFT display to be enabled."
 2947 |   #error "TFT_(COLOR|CLASSIC|LVGL)_UI requires a TFT display to be enabled."
      |    ^~~~~
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:3054:6: error: #error "SERIAL_PORT is set to -1, but the MOTHERBOARD has no native USB support. Set SERIAL_PORT to a valid value for your board."
 3054 |     #error "SERIAL_PORT is set to -1, but the MOTHERBOARD has no native USB support. Set SERIAL_PORT to a valid value for your board."
      |      ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\MarlinSerial.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2947:4: error: #error "TFT_(COLOR|CLASSIC|LVGL)_UI requires a TFT display to be enabled."
 2947 |   #error "TFT_(COLOR|CLASSIC|LVGL)_UI requires a TFT display to be enabled."
      |    ^~~~~
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:3054:6: error: #error "SERIAL_PORT is set to -1, but the MOTHERBOARD has no native USB support. Set SERIAL_PORT to a valid value for your board."
 3054 |     #error "SERIAL_PORT is set to -1, but the MOTHERBOARD has no native USB support. Set SERIAL_PORT to a valid value for your board."
      |      ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\Servo.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2947:4: error: #error "TFT_(COLOR|CLASSIC|LVGL)_UI requires a TFT display to be enabled."
 2947 |   #error "TFT_(COLOR|CLASSIC|LVGL)_UI requires a TFT display to be enabled."
      |    ^~~~~
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:3054:6: error: #error "SERIAL_PORT is set to -1, but the MOTHERBOARD has no native USB support. Set SERIAL_PORT to a valid value for your board."
 3054 |     #error "SERIAL_PORT is set to -1, but the MOTHERBOARD has no native USB support. Set SERIAL_PORT to a valid value for your board."
      |      ^~~~~
*** [.pio\build\chitu_f103\src\src\HAL\STM32\HAL_SPI.cpp.o] Error 1
*** [.pio\build\chitu_f103\src\src\HAL\STM32\HAL.cpp.o] Error 1
*** [.pio\build\chitu_f103\src\src\HAL\STM32\MarlinSerial.cpp.o] Error 1
*** [.pio\build\chitu_f103\src\src\HAL\STM32\Servo.cpp.o] Error 1
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\eeprom_bl24cxx.cpp:32:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2947:4: error: #error "TFT_(COLOR|CLASSIC|LVGL)_UI requires a TFT display to be enabled."
 2947 |   #error "TFT_(COLOR|CLASSIC|LVGL)_UI requires a TFT display to be enabled."
      |    ^~~~~
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:3054:6: error: #error "SERIAL_PORT is set to -1, but the MOTHERBOARD has no native USB support. Set SERIAL_PORT to a valid value for your board."
 3054 |     #error "SERIAL_PORT is set to -1, but the MOTHERBOARD has no native USB support. Set SERIAL_PORT to a valid value for your board."
      |      ^~~~~
*** [.pio\build\chitu_f103\src\src\HAL\STM32\eeprom_bl24cxx.cpp.o] Error 1


Maarja welke serial port heb ik nodig bijvoorbeeld? Of welk type LCD?

[ Voor 76% gewijzigd door Mattie112 op 01-10-2022 20:25 ]

Deze ruimte is te huur!


Acties:
  • 0 Henk 'm!

  • Ch3vr0n
  • Registratie: Januari 2019
  • Laatst online: 12-04 15:49

Ch3vr0n

Oprichter 3dprintforum.eu

Is layer shift niet voornamelijk te wijden aan losse riemen, die ervoor kunnen zorgen dat je stepper motors stappen kunnen missen of er teveel kunnen doen en dus de print vervormen. Loop je riemen even na of ze nog strak genoeg zijn.

https://www.3dprintforum.eu | De nieuwe thuishaven voor Belgische en Nederlandse 3d printen geïnteresseerden, hobbyisten en professionelen