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: [email protected] or [email protected]
There are CAD communities available at: [email protected] or [email protected]
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
Some additional information:
I have a standard Voxelab Aquila with N32 Board. Upgraded already to DirectDrive and use it with a raspberry running Octoprint.
I own an Ender and installed alternative firmware (mriscoc professional firmware) which gives me a feature to probe the bed on multiple points and store this mesh in memory.
Now the firmware 'knows' about all the holes and hills on the bed and compensates for it.
You want to look for terms like bed mesh leveling, when you've got a probe attached, this technique can really help.
And don't forget to check if you have to tell your printer to use the saved mesh. I had to add a line to my start g-code. (ender 3 s1; M420 S1) There are also g-codes that can deactivate it again.
Thanks! So you don’t need a probe for your firmware? Currently I have none attached, but I wouldn’t mind the work of attaching one. But if there’s a way to do mesh leveling without probe that would also be nice.
Do you use it with Octoprint or similar?
I'm using a bl-touch. So the firmware will need to know the delta between the tip of the probe and your extruder (the z-offset).
I doubt creating a mesh without a probe is possible. At the moment I use a mesh with 9*9 points. This gets saved to eeprom and (see the other comment) loaded at startup using a g-code. I let it do a three-point probe after hearing the bed, so the software knows if it needs to tilt the mesh.
I do use octoprint, but these capabilities are all embedded in the software by mriscoc.
Ah okay, thanks for your information. Will look up on custom firmwares for my printer. Hopefully there is something stable :)
Recently switched from Marlin to Klipper. It looks like there is a sample configuration for your N32 board. Maybe a good custom firmware for your printer..
To flatten the learning curve, I've installed the Mainsailos image on a raspberry pi 4 and followed a lot of documentation / YT to get things up and running. The results are great, still got to get input shaping and the resonance measurements, but quite a difference!