Closed Doyle4 closed 4 years ago
Hi! You can try to set SERIAL_PORT -1 and set SERIAL_PORT_2 1
Tried these, SD card still not mounting on my mac.
Can you try to use smoothieware, because i test it is OK, so i hope you test it.
Never heard of this, will give it a try and will let you know.
SD Card mounted using Smoothieware, so at least my board is fine. Never used Smootheware so unsure how to go about it, fingers crossed a working stable Marlin will be released soon, had this board over a couple months now and not able to use it, shame the board was pushed so early.
You need latest version marlin? I download latest version marlin and test it OK. I think it has nothing to do with the port. firmware.zip
Thank you, will give that firmware a try. I have tried 2.0.6 which the board is incompatible, i have also tried 2.0.6.1 which has the same issue and have tried bugfix 2.0.X which worked, but SD didnt mount. Will try your file thanks.
The firmware has worked thank you :) SD now mounts! Could I ask, is it possible to send me the source to the firmware you provided so I can edit the config/config_adv please? or send me the config/config_adv :) thank you so much!
@Doyle4 I has upload it, you can download it. Marlin-bugfix-2.0.x-SGEN_L-V2.zip
@makerbase-mks Thank you so much! Very much appreciated! Late here, tomorrow I will compile and if all good I'll close this :) Thank you again.
All seems good so far, although im having issues when matching to my MKS GEN L 8bit board configs that I cant seem to solve.
1392 | #define Z_SAFE_HOMING_X_POINT X_CENTER ( / 2) // X point for Z homing | ^ Marlin/src/HAL/LPC1768/tft/../../../inc/../core/macros.h:215:45: note: in definition of macro 'WITHIN' 215 | #define WITHIN(N,L,H) ((N) >= (L) && (N) <= (H)) | ^ Marlin/src/HAL/LPC1768/tft/../../../inc/SanityCheck.h:1502:24: note: in expansion of macro 'Z_SAFE_HOMING_X_POINT' 1502 | static_assert(WITHIN(Z_SAFE_HOMING_X_POINT, X_MIN_POS, X_MAX_POS), "Z_SAFE_HOMING_X_POINT can't be reached by the nozzle.");
I would of thought matching configs would work?
Which LCD?
mks tft28
If use MKS TFT28, you needn't define ADVANCED_PAUSE_FEATURE , because you can use this function on MKS TFT28 directly
Hey peeps, i have changed serial port 1 to 0 and -1 as well as changing serial port 2, I cant seem to get the SD card to mount when connected to a computer.
Does the board need a psu to do this or can it work the same as SKR boards where a jumper can be placed when not connected to a psu?