add z offset option

This commit is contained in:
SoftFever
2023-10-24 18:49:53 +08:00
parent 5508cca197
commit 1a89013128
7 changed files with 23 additions and 20 deletions

View File

@@ -3121,10 +3121,7 @@ void TabPrinter::build_fff()
optgroup->append_single_option_line("printable_height");
optgroup->append_single_option_line("nozzle_volume");
optgroup->append_single_option_line("best_object_pos");
#if 0
//optgroup->append_single_option_line("z_offset");
#endif
optgroup->append_single_option_line("z_offset");
// ConfigOptionDef def;
// def.type = coInt,