Replies: 4 comments 11 replies
-
I decided to buy the Ender 3 Max Neo and sell my Ev2. A custom build, saving the manual configuration, would be awesome. |
Beta Was this translation helpful? Give feedback.
-
The machine arrived. The build is trivial compared to the E3v2, I did the basic mechanical checking everything I know of. It was well built except the eccentric nuts were too tight. I installed the professional firmware, with the below configuration file. ; Professional Firmware Configuration File
;=====================================================
C10 ; Mark as a configuration file
M117 Applying configuration
;-----------------------------------------------------
M256 B15 ; Set Brightness
M413 S0 ; Disable Powerloss recovery
M603 L200.00 U200.00 ; Configure Filament Change
C851 S800 M0 ; Probe feedrate and disable multiple probing
C29 L25.00 R275.00 F25.00 B275.00 N5 T50 ; Set Mesh insets, size of 5x5 and bed at 50°C
C100 X0 Y0 ; Set XY Min position to 0
C101 X300 Y300 Z320 ; Set XYZ Max position
C102 X300 Y300 ; Set a bed size of 300x300
C412 M0 ; Filament sensor active mode: LOW
M500 ; Save all settings
;-----------------------------------------------------
G4 S1 ; Wait a second
M300 P200 ; Beep
M117 Configuration Applied |
Beta Was this translation helpful? Give feedback.
-
How does this look? ; Professional Firmware Configuration File
;=====================================================
C10 ; Mark as a configuration file
M117 Applying configuration
;-----------------------------------------------------
C100 X0 Y0 ; Set XY Min position to 0
C101 X300 Y300 Z320 ; Set XYZ Max position
C102 X300 Y300 ; Set a bed size of 300x300
C29 L25.00 R275.00 F25.00 B275.00 N5 T50 ; Set Mesh insets, size of 5x5 and bed at 50°C
C851 S800 M0 ; Probe feedrate and disable multiple probing
C412 M0 ; Filament sensor active mode: LOW
M256 B150 ; Set Brightness
M413 S0 ; Disable Powerloss recovery
M603 L200.00 U200.00 ; Configure Filament Change
M500 ; Save all settings
;-----------------------------------------------------
G4 S1 ; Wait a second
M300 P200 ; Beep
M117 Configuration Applied |
Beta Was this translation helpful? Give feedback.
-
thank you so much for this took me a bit to rap my head around the exact things to do but pronter face and your g code worked so far. bed mesh is off on the low side of x axis and y could go back about 10-15mm back. thanks again to everyone. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
I have an Ender 3 v2 and it's working great with this firmware, but I'm thinking of buying an Ender 3 Max Neo, which has the important upgrades an Ev2 would want, plus a larger bed size, and it's on sale:
https://store.creality.com/products/ender-3-max-neo-3d-printer?spm=..page_2510923.header_1.1
I see it is running a 4.2.2 board and doesn't use a touch screen, so it should be fine. However, I see there are quite some settings to change to get a larger bed size. It would be nice if it had an easy support for the 300mm printers with a custom build or something.
It would also be nice if the website listed on the front page the set of Creality printers that should work out of the box. It's a little confusing the documentation only mentions two models. I'm new to this codebase (and printer) and it's comforting to see in print what is known to work.
Beta Was this translation helpful? Give feedback.
All reactions