Ver código fonte

Warn in platformio.ini about RCT6 512K (#19312)

Keith Bennett 4 anos atrás
pai
commit
700e0fe7d7
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5
    0
      platformio.ini

+ 5
- 0
platformio.ini Ver arquivo

@@ -739,6 +739,11 @@ upload_protocol   = serial
739 739
 #   STM32F103RC_btt_512K ........ RCT6 with 512K
740 740
 #   STM32F103RC_btt_512K_USB .... RCT6 with 512K (USB mass storage)
741 741
 #
742
+# WARNING! If you have an SKR Mini v1.1 or an SKR Mini E3 1.0 / 1.2 / 2.0 / DIP
743
+# and experience a printer freeze, re-flash Marlin using the regular (non-512K)
744
+# build option. 256K chips may be re-branded 512K chips, but this means the
745
+# upper 256K is sketchy, and failure is very likely.
746
+#
742 747
 
743 748
 [env:STM32F103RC_btt]
744 749
 platform          = ${common_stm32f1.platform}

Carregando…
Cancelar
Salvar