Jyers / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
2.14k stars 387 forks source link

ender3 v2 4.2.3 problem #1957

Open bbqqqq opened 2 years ago

bbqqqq commented 2 years ago

hi Jyers, i have an ender3 v2 with V4.2.3main board,ican't find any firmware. and i find the different between 4.2.2and4.2.3 from marlin documents

/**

define BOARD_INFO_NAME "Creality v4.2.3"

define DEFAULT_MACHINE_NAME "Creality3D"

// // Heaters //

define HEATER_BED_PIN PB10 // HOT BED

include "pins_CREALITY_V4.h"

// // Encoder //

if BTN_EN1 == PB10

undef BTN_EN1

define BTN_EN1 PA2 // Rotary Encoder

endif

so could u tell me where can i change the pin-PB10 in the vscode i want to run your masterpiece on my priter thanks

bbqqqq commented 2 years ago

i'm sure is not a screen printing error because i try many v4.2.2or4.2.7 firmware but no one can boot normally

bbqqqq commented 2 years ago

@bbqqqq I advise you to compile your own firmware with these sources and Configuration files in these sources : https://github.com/tititopher68-dev2/Marlin/tree/new_feature - V423 and DWIN/DACAI screens are supported with these sources.

THANKS MY FRIEND I AM COMIILING!!!!!!!!

mrrstrat commented 2 years ago

I have been out of here for a little bit - I see there is now a branch to the branch :-)

If the branch can be truly be considered dead, this becomes the suitable alive version. I happen to use the current spin (Jyers) on my personal machines and the fleet used to teach Additive Manufacturing. Need to have a nice workable branch that can be reasonably worked on - so I can help on making sure it is going.

Should this be a formal spin-off project: complete with issue tracking, official release packages, development forks?

@bbqqqq I'm afraid you won't get an answer from our friend Jyers, who has been absent here for several months and who has been somewhat neglected. See the various posts on this subject in the discussion section. If you want an update version of JyersUI project, you can take a look at: https://github.com/tititopher68-dev2/Marlin/tree/new_feature (the last build and continuation of the very beautiful Jyers Project of which I took over the development). For your information, the V423 is only the Ender2-Pro motherboard, The v423 for ender3V2 is only a screen printing error on the part of Creality, it is actually a V422!

mrrstrat commented 2 years ago

Sounds great! What is planned in 3.0.0.a?