mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Update and rename UsePrevProbeMeasure.py to UsePreviousProbeMeasurements.py
Applied suggested changes
This commit is contained in:
parent
a0888ccc0c
commit
82466785ad
1 changed files with 2 additions and 2 deletions
|
@ -16,14 +16,14 @@ class UsePreviousProbeMeasurements(Script):
|
||||||
def getSettingDataString(self):
|
def getSettingDataString(self):
|
||||||
return """{
|
return """{
|
||||||
"name": "Use Previous Probe Measurements",
|
"name": "Use Previous Probe Measurements",
|
||||||
"key": "UsePrevProbeMeasure",
|
"key": "UsePreviousProbeMeasurements",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"settings":
|
"settings":
|
||||||
{
|
{
|
||||||
"use_previous_measurements":
|
"use_previous_measurements":
|
||||||
{
|
{
|
||||||
"label": "Use last measurement",
|
"label": "Use last measurement?",
|
||||||
"description": "Selecting this will remove the G29 probing command and instead ensure previous measurements are loaded and enabled",
|
"description": "Selecting this will remove the G29 probing command and instead ensure previous measurements are loaded and enabled",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": false
|
"default_value": false
|
Loading…
Add table
Add a link
Reference in a new issue