Welcome! Log In Create A New Profile

Advanced

CreatBot D600Pro

Posted by CthisX 
CreatBot D600Pro
July 25, 2023 07:27AM
I want to change the Firmware on my CreatBot D600pro to Marlin and cannot find any config Files for that. Not even the Mainboard is available in the List. Does somebody has a config file?
Thanks so much. drinking smiley

Edited 1 time(s). Last edit at 07/25/2023 07:28AM by CthisX.
Re: CreatBot D600Pro
July 25, 2023 08:04AM
Found this link hope it helps


Computer Programmer / Electronics Technician
Re: CreatBot D600Pro
July 25, 2023 05:16PM
You cannot have a config without first adding the motherboard.

The first thing you would set in a Config file is #define MOTHERBOARD and there is no valid setting for your board

Without this Marlin has no idea what io pin does what.

So the very first thing you need to do is make a spreadsheet of all atmega2560 IO pins and what they are connected to for your board (unless its pin compatible with something else)

From here you create your boards pin.h file

Then if there is any unsupported hardware, ie unsupported peripheral chips, support for those must be added to marlin also

Once you have done that then you can think about printer settings and config files

Edited 5 time(s). Last edit at 07/25/2023 10:31PM by Dust.
Re: CreatBot D600Pro
July 27, 2023 03:38AM
Thanks for your help! @dust

Thats what I am doing right now. But I have seen that there are a lot of Config-Examples for many printers available, so I was wondering if somebody has already done it.
Maybe it is easier to change the hardware of the CreatBot...

Edited 1 time(s). Last edit at 07/27/2023 03:40AM by CthisX.
Sorry, only registered users may post in this forum.

Click here to login