tobias9009
Posts: 1
Joined: Tue Mar 22, 2022 1:23 pm

Klipper Plugin PAM Simplify 3D Start Code

Hi,

i wanted to run the Klipper PAM Plugin cause im annoyed of waiting for long Time bed leveling.
For the Plugin there are two Start Code.
One for SuperSlicer/PrusaSlicer:
MESH_CONFIG X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}
And one for Ideamaker:
MESH_CONFIG X0={print_pos_min_x} Y0={print_pos_min_y} X1={print_pos_max_x} Y1={print_pos_max_y}
Somebody know in which way i have to edit it to make it work on Simplify ?
Or where the documentation about this can be found ?
ptegler
Posts: 13
Joined: Wed Dec 28, 2016 8:17 pm

Re: Klipper Plugin PAM Simplify 3D Start Code

same boat...nothing from S3D staff? possible post processing to pickup the correct parameters to fill in the script in g-code file gene'ed by S3D?
S3D-Jason
Posts: 1379
Joined: Sun May 31, 2015 6:01 am

Re: Klipper Plugin PAM Simplify 3D Start Code

I think you can already do this in V5. Here's the syntax to use:

MESH_CONFIG X0=[build_min_x] Y0=[build_min_y] X1=[build_max_x] Y1=[build_max_y]
SweHogelid
Posts: 57
Joined: Wed Aug 03, 2016 8:01 am

Re: Klipper Plugin PAM Simplify 3D Start Code

S3D-Jason wrote: Wed Dec 21, 2022 7:09 am I think you can already do this in V5. Here's the syntax to use:

MESH_CONFIG X0=[build_min_x] Y0=[build_min_y] X1=[build_max_x] Y1=[build_max_y]
Thank you!
This worked perfectly.
amoe
Posts: 1
Joined: Sun Dec 29, 2019 7:34 pm

Re: Klipper Plugin PAM Simplify 3D Start Code

Hey,
can someone please explain how I can get this syntax "MESH_CONFIG X0=[build_min_x] Y0=[build_min_y] X1=[build_max_x] Y1=[build_max_y] " to work with Simplify3d v5 and the K1 and K1 Max?
I have KAMP already installed, but when I insert the syntax to the starting script in S3D, the only thing that happens is, that the bed leveling is done by measuring the outer 4 corners of the printer's bed. I also noticed, that even without this syntax, but with KAMP installed, only the 4 outer corners are measured. By uninstalling KAMP all 25 points on the bed are measured.

Hope someone can help me setting this up.
Attached is a screenshot of the starting scrip with the syntax.

Best regards!
Attachments
starting.png

Return to “Troubleshooting and Bug Reports”