Neptune4.help

FAQs and Facts for the Elegoo Neptune 4 Series 3D Printer

User Tools

Site Tools


run_bed_mesh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
run_bed_mesh [2025/11/04 01:40] dshooprun_bed_mesh [2025/11/05 18:34] (current) – [Adaptive Bed Meshes] dshoop
Line 51: Line 51:
  
 ==== Adaptive Bed Meshes ==== ==== Adaptive Bed Meshes ====
 +
 +Read the Orca docs on [[https://github.com/SoftFever/OrcaSlicer/wiki/adaptive-bed-mesh|Direct Adaptive Bed Mesh Compensation]]
  
 Use the following in Orca's Printer Machine Start gcode: Use the following in Orca's Printer Machine Start gcode:
 <code> <code>
 BED_MESH_CLEAR BED_MESH_CLEAR
 +G28
 BED_MESH_CALIBRATE mesh_min={adaptive_bed_mesh_min[0]},{adaptive_bed_mesh_min[1]} mesh_max={adaptive_bed_mesh_max[0]},{adaptive_bed_mesh_max[1]} ALGORITHM=[bed_mesh_algo] PROBE_COUNT={bed_mesh_probe_count[0]},{bed_mesh_probe_count[1]} ADAPTIVE=0 ADAPTIVE_MARGIN=0 BED_MESH_CALIBRATE mesh_min={adaptive_bed_mesh_min[0]},{adaptive_bed_mesh_min[1]} mesh_max={adaptive_bed_mesh_max[0]},{adaptive_bed_mesh_max[1]} ALGORITHM=[bed_mesh_algo] PROBE_COUNT={bed_mesh_probe_count[0]},{bed_mesh_probe_count[1]} ADAPTIVE=0 ADAPTIVE_MARGIN=0
 </code> </code>
  
 +While the defaults (-99999,-99999 & 99999,99999) will specify the whole plate is probe-able, this isn't actually the case. If you find the printer tries to probe beyond the plate borders you just need to copy in your bed mesh boundaries to Orca's Printer settings, yet the defaults will work unless you're printing close to the ends of the bed. 
 +
 +== Example for N4 and N4Pro: ==
 +
 +printer.cfg file
 +<code>
 +[bed_mesh]
 +mesh_min:10,21           
 +mesh_max:210,211         
 +</code>
 +
 +Orca Printer Configuration:\\
 +{{:orca_adaptive_bed_mesh_settings.jpg?465|}}
  
-Read the Orca docs on [[https://github.com/SoftFever/OrcaSlicer/wiki/adaptive-bed-mesh|Direct Adaptive Bed Mesh Compensation]] 
  
/app/data/attic/run_bed_mesh.1762238407.txt.gz · Last modified: by dshoop

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki