Skip to content

Commit

Permalink
V1.14.1
Browse files Browse the repository at this point in the history
* Added BEDSIZE_300x300x320 (Ender 3 Max Neo)
ADeliciousMan committed Oct 14, 2023
1 parent 47481e0 commit 73ec3e0
Showing 4 changed files with 7,336 additions and 3 deletions.
16 changes: 15 additions & 1 deletion Configuration.h
Original file line number Diff line number Diff line change
@@ -87,7 +87,8 @@

//#define BEDSIZE_220x220x250 // Standard Ender 3 Bed Size
//#define BEDSIZE_300x300x340 // Ender 3 Max
//#define BEDSIZE_400x400x450 // Any Cubic Kobra Max
//#define BEDSIZE_300x300x320 // Ender 3 Max Neo
//#define BEDSIZE_400x400x450 // Anycubic Kobra Max

//===========================================================================
//================================= SCREENS =================================
@@ -266,6 +267,19 @@ DO NOT TOUCH UNLESS IF YOU KNOW WHAT YOU ARE DOING
#define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE
#define Z_MAX_POS 340
#elif ENABLED(BEDSIZE_300x300x320)
// The size of the printable area
#define X_BED_SIZE 300
#define Y_BED_SIZE 300

// Travel limits after homing, corresponding to endstop positions.
#define X_MIN_POS 0
#define Y_MIN_POS 0
#define Z_MIN_POS 0

#define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE
#define Z_MAX_POS 320
#elif ENABLED(BEDSIZE_400x400x450)
// The size of the printable area
#define X_BED_SIZE 400
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/I2I8PI401)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate/?business=FQK32ZSLKR8AJ&no_recurring=0&item_name=Creating+Marling+Firmware+and+Open+Source+Games&currency_code=USD)

#### Date of Latest Build: 2023-10-10 - V1.14.00
#### Date of Latest Build: 2023-10-14 - V1.14.1
#### Latest Marlin Version: 2.1.2.1

![LOGO](https://raw.githubusercontent.com/ADeliciousMan/A-Delicious-Marlin-Ender-3-Firmware/master/images/bootscreen.png?raw=true)
@@ -123,11 +123,13 @@ This firmware and all other files is provided free of charge with no warranty or

## TO DO:
* Leveling/Tramming is off to the side a little, still trying to figure it out (I think it's fixed but needs testing)
* Check Multi Mount probe offset, see if it's correct - { -54, -19, 0 } (this might be fixed too, same issues as above)
* Added triple and quad Z Axis motor support

## CHANGELOG:

#### 2023-10-14 - V1.14.1
* Added BEDSIZE_300x300x320 (Ender 3 Max Neo)

#### 2023-10-10 - V1.14.00
* Separated XYZ driver selection from the E driver, noticed a few printers that needed that
* Included latest Marlin folders in GitHub so it's easier and faster to find the current version
3,636 changes: 3,636 additions & 0 deletions _OLDER VERSIONS/V1.14.0/Configuration.h

Large diffs are not rendered by default.

3,681 changes: 3,681 additions & 0 deletions _OLDER VERSIONS/V1.14.0/Configuration_adv.h

Large diffs are not rendered by default.

0 comments on commit 73ec3e0

Please sign in to comment.