-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial add of Ender 3 max neo #961
initial add of Ender 3 max neo #961
Conversation
You need to identify which chip you have on your controller A STM32F103RE or a STM32F103RC Then the first one of that type. define danger... if you just hit print without doing the basic testing, you might damage your printer |
That is a problem then... GD chips not being supported in official Marlin |
Should I keep looking or there will be only this microcontroller on the board ? |
Creality V4.2.2 boards come with 1 of 4 different MPU's STM32F103RC <- Supported What you get is random... Basically at this time you are limited to creality provided firmware |
Thanks, good to know, looks like I will have to shop another motherboard... I managed to build the firmware once, but now I have this error:
|
When testing import branch Configs on latest bugfix2.1.x you must comment out
From Configuration.h |
By following a ritual I managed to make it work. |
I tried to print a calibration cube after bed leveling. |
That is something I cannot determine from old firmware, measure the offsets In Configuration.h set Please advise on real numbers so I can update this example config |
I don't have access to my printer until later today, but I just found a marlin config for this printer on github: |
Some of that config is clearly "not right" I have added the bed X and Y offsets, but the probe height is for a different type of probe for example that config says #define NOZZLE_TO_PROBE_OFFSET { -40, -12, 0 }
Im inclined to believe the firmware, until someone actually measures it. |
For the offsets I will try to load the original firmware and see at which value are the buttons. |
I checked on my end, the X&Y offsets are now the same than what the crealty firmware display on screen.
I'll try this evening. |
So I measured the offset nozzle to probe. This offset is normally corrected by a manually inputed z offset on the screen. |
b582bcd
to
9d23c16
Compare
Is there something to be done for the screen support ? |
Is it something other than the If this works (or doesn't) then it might help just to add a |
Description
First run at at configs for Ender 3 max neo
Benefits
We have a config
Related Issues
#649 (comment)
Note
I do not have access to this machine.
Is configured from a M503 Dump of Ender 3 max neo firmware on a stock 4.2.2 + information on the internet
M503 of creality provided firmware
IT HAS NOT BEEN TESTED, beyond compiling
From internet descriptions and creality provided firmware it has either a DACAI or a VIEWE Clone E3V2 display