bdwilson / KP3S

KP3S 3d Printer Configuration Information
81 stars 22 forks source link

Wrong bed size for Marlin 2.1.1 #9

Open justin-cotarla opened 1 year ago

justin-cotarla commented 1 year ago

It seems the bed size is incorrectly defined for the Marlin 2.1.1 configurations. They are set as:

#define X_BED_SIZE 180
#define Y_BED_SIZE 172

I believe it should be:

#define X_BED_SIZE 180
#define Y_BED_SIZE 180
navivfr commented 1 year ago

there is also an offset of -4mm for Y (I assume is to make the 'runaway' along the X axis for filament ?) So should be like 176 ???

bdwilson commented 1 year ago

It's so bltouch won't probe on a bed clip for a glass bed.

navivfr commented 1 year ago

Was also hight wrong (120mm) On what i understand he use Glass bed with clip, so he loose surface (PEI plate is fantastic BTW) I made a compilation upon is config with

If you interest by downloaded it, But I don't know where to push it.

bdwilson commented 1 year ago

Sure. You can drop it in releases in a new folder. Please include the .h files as well.

navivfr commented 1 year ago

Hello, i created a folder with a readme.MD under Releases/2.1.1/.

Look like you have to validate ? Feel free to change the folder name... But I need be able to upload the .bin inside this folder BR

bdwilson commented 1 year ago

You'll have to do a pull request.

navivfr commented 1 year ago

i dont know how to do this

tildebyte commented 1 year ago

The weird thing is that the header file in the repo has 180, but the header file in the release has 120.

I'm a total newb to this, so I don't know if the running firmware references the header file or not, but it seems like "what is the compiled firmware using" is the real question.