makerbase

Results 215 comments of makerbase

Hi! Are you use marlin2.0 or Nano's firmware? If it is marlin2.0, then you can directly set it in configuration_adv.h, if it is the motherboard's own firmware, it may not...

@themacboy ,Hello, now you can either use USB stick or TF card at the same time. And actually, we are making the effort to make them to work together.

The motherboard is open source, so the firmware chooses its own preferences. The customer used a lot of comparison seems to be grbl firmware, marlin should also be possible

The page should have a picture of the pin pin, or it is not clear enough, you can check the arduino inside, which part of the firmware corresponds to what...

@pawelwo Hi! I think you should describe the problem clearly in Issues, so that we can find the problem more accurately. @TheCodeExorcist Thank you!

Can you try to compile with ATOM or use the MKS Marlin 2.0 compilation tool? https://github.com/makerbase-mks/MKS-Marlin2.0-Compile-Tool

This may be a bug in Marlin 2.0, and I seem to know where your problem lies. The Robin.bin file compiled with Marlin 2.0 must have the first character "D8"....

This may be caused by some library files by the compiler, but it seems difficult to find the ultimate bug. It appears that Marlin has officially resolved this issue.

@dnutt20x6 This is Marlin's bug, you can refer to:https://github.com/makerbase-mks/MKS-Robin-mini/tree/master/marlin%20firmware or you change pins_MKS_ROBIN_MINI.h : #define LCD_RESET_PIN PF6 ---> #define LCD_RESET_PIN PC6 I have test it and this is OK.

@dnutt20x6 Hello, can you provide a link and see the details