mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
Add direct adaptive bed mesh support (#4212)
* Add direct adaptive bed mesh support * fix Linux build error * update tooltip
This commit is contained in:
parent
ab2aaefe42
commit
2c279c5648
6 changed files with 74 additions and 3 deletions
|
@ -1224,7 +1224,12 @@ PRINT_CONFIG_CLASS_DERIVED_DEFINE(
|
|||
((ConfigOptionBools, activate_chamber_temp_control))
|
||||
((ConfigOptionInts , chamber_temperature))
|
||||
|
||||
// Orca: support adaptive bed mesh
|
||||
((ConfigOptionFloat, preferred_orientation))
|
||||
((ConfigOptionPoint, bed_mesh_min))
|
||||
((ConfigOptionPoint, bed_mesh_max))
|
||||
((ConfigOptionPoint, bed_mesh_probe_distance))
|
||||
((ConfigOptionFloat, adaptive_bed_mesh_margin))
|
||||
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue