z lift type

This commit is contained in:
SoftFever 2022-10-19 17:02:19 +08:00
parent d0fab5a5bd
commit be75bfaacb
13 changed files with 46 additions and 12 deletions

View file

@ -134,5 +134,6 @@
"machine_pause_gcode": "M400 U1\n",
"wipe": [
"1"
]
],
"z_lift_type": "NormalLift"
}

View file

@ -101,5 +101,7 @@
"internal_solid_infill_speed": "150",
"top_surface_speed": "50",
"gap_infill_speed": "30",
"travel_speed": "200"
"travel_speed": "200",
"enable_arc_fitting": "0"
}