3DPrinting
3DPrinting is a place where makers of all skill levels and walks of life can learn about and discuss 3D printing and development of 3D printed parts and devices.
The r/functionalprint community is now located at: or !functionalprint@fedia.io
There are CAD communities available at: !cad@lemmy.world or !freecad@lemmy.ml
Rules
-
No bigotry - including racism, sexism, ableism, homophobia, transphobia, or xenophobia. Code of Conduct.
-
Be respectful, especially when disagreeing. Everyone should feel welcome here.
-
No porn (NSFW prints are acceptable but must be marked NSFW)
-
No Ads / Spamming / Guerrilla Marketing
-
Do not create links to reddit
-
If you see an issue please flag it
-
No guns
-
No injury gore posts
If you need an easy way to host pictures, https://catbox.moe may be an option. Be ethical about what you post and donate if you are able or use this a lot. It is just an individual hosting content, not a company. The image embedding syntax for Lemmy is ![](URL)
Moderation policy: Light, mostly invisible
view the rest of the comments
You would add this to your Start Gcode macro in klipper or your slicers Start Gcode section (depending on which method you use) after the G28:
BED_MESH_PROFILE LOAD=default
https://www.klipper3d.org/Bed_Mesh.html?h=bed+mesh#bed-mesh-gcodes
M420 S1 and/or G29 may or may not be recognized on your printer so I'd try the above line.
You might also consider changing the mesh command from G28 to what's listed in the docs there for BED_MESH_CALIBRATE
https://www.klipper3d.org/Bed_Mesh.html?h=bed+mesh#bed-mesh-gcodes
https://www.klipper3d.org/Bed_Mesh.html?h=bed+mesh#adaptive-meshes
Gives example macro code, see comment chain from /u/strtshtr325: https://www.reddit.com/r/klippers/comments/1ay49x3/comment/krsi4b4/
Notes about what to add to your printer.cfg file: https://github.com/rootiest/zippy_guides/blob/main/guides/macros.md#adaptive-meshing-notes
Edit: crap I haven't had my coffee and just realized you aren't even using Klipper (I'm not sure where I got that idea from) so none of this will work 😅
I know that in klipper you need to load the mesh after performing it so you may look into OctoPrint's version of that and implement it.