Took out manual positions

took out steps and made based on sample points
This commit is contained in:
Lars Brubaker 2018-03-29 16:16:31 -07:00
parent f852ddf708
commit 712f9df9ad
10 changed files with 9 additions and 30 deletions

View file

@ -161,7 +161,6 @@ Printer
Leveling
Print Leveling
print_leveling_solution
leveling_manual_positions
print_leveling_required_to_print
Leveling Probe
print_leveling_probe_start

View file

@ -789,18 +789,6 @@
"ReloadUiWhenChanged": true,
"RebuildGCodeOnChange": false
},
{
"SlicerConfigName": "leveling_manual_positions",
"PresentationName": "Leveling Positions",
"HelpText": "If set, these positions will be used when running the leveling solution. Leave empty for defaults. Data Format:'X1,Y1:...:Xn,Yn'",
"DataEditType": "STRING",
"Units": "empty for default",
"ShowAsOverride": true,
"ShowIfSet": "!has_hardware_leveling&print_leveling_solution=3 Point Plane|print_leveling_solution=3x3 Mesh",
"ResetAtEndOfPrint": false,
"DefaultValue": "",
"RebuildGCodeOnChange": false
},
{
"SlicerConfigName": "filament_runout_sensor",
"PresentationName": "Has Filament Runout Sensor",