Remove redundant default values

This commit is contained in:
John Lewin 2018-01-16 16:44:53 -08:00
parent a34b431f17
commit bfb738d15b

View file

@ -535,8 +535,6 @@
"RebuildGCodeOnChange": false
},
{
"QuickMenuSettings": [],
"SetSettingsOnChange": [],
"SlicerConfigName": "has_z_servo",
"PresentationName": "Has Z Servo",
"HelpText": "The printer has a servo for lowering and raising the z probe.",
@ -549,8 +547,6 @@
"RebuildGCodeOnChange": false
},
{
"QuickMenuSettings": [],
"SetSettingsOnChange": [],
"SlicerConfigName": "has_hardware_leveling",
"PresentationName": "Has Hardware Leveling",
"HelpText": "The printer has its own auto bed leveling probe and procedure which can be called using a G29 command during Start G-Code.",
@ -717,8 +713,6 @@
"RebuildGCodeOnChange": false
},
{
"QuickMenuSettings": [],
"SetSettingsOnChange": [],
"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'",
@ -731,8 +725,6 @@
"RebuildGCodeOnChange": false
},
{
"QuickMenuSettings": [],
"SetSettingsOnChange": [],
"SlicerConfigName": "filament_runout_sensor",
"PresentationName": "Has Filament Runout Sensor",
"HelpText": "Specifies that the firmware has support for ros_0 endstop reporting on M119. TRIGGERED state defines filament has runout. If runout is detected the printers pause G-Code is run.",
@ -776,8 +768,6 @@
"DefaultValue": "0"
},
{
"QuickMenuSettings": [],
"SetSettingsOnChange": [],
"SlicerConfigName": "z_probe_xy_offset",
"PresentationName": "XY Offset",
"HelpText": "The distance the z probe is from the extruder in x and y.",
@ -790,8 +780,6 @@
"DefaultValue": "0,0"
},
{
"QuickMenuSettings": [],
"SetSettingsOnChange": [],
"SlicerConfigName": "z_probe_samples",
"PresentationName": "Number of Samples",
"HelpText": "The number of times to sample each probe position (results will be averaged).",
@ -804,8 +792,6 @@
"DefaultValue": "1"
},
{
"QuickMenuSettings": [],
"SetSettingsOnChange": [],
"SlicerConfigName": "z_servo_depolyed_angle",
"PresentationName": "Lower / Deploy",
"HelpText": "This is the angle that lowers or deploys the z probe.",
@ -818,8 +804,6 @@
"DefaultValue": "0"
},
{
"QuickMenuSettings": [],
"SetSettingsOnChange": [],
"SlicerConfigName": "z_servo_retracted_angle",
"PresentationName": "Raise / Stow",
"HelpText": "This is the angle that raises or stows the z probe.",
@ -832,8 +816,6 @@
"DefaultValue": "0"
},
{
"QuickMenuSettings": [],
"SetSettingsOnChange": [],
"SlicerConfigName": "layer_gcode",
"PresentationName": "Layer Change G-Code",
"HelpText": "G-Code to be run after the change in Z height for the next layer.",
@ -1341,8 +1323,6 @@
"DefaultValue": "G28 ; home all axes\\nG1 Z5 F5000 ; lift nozzle"
},
{
"QuickMenuSettings": [],
"SetSettingsOnChange": [],
"SlicerConfigName": "write_regex",
"PresentationName": "Write Filter",
"HelpText": "This is a set of regular expressions to apply to lines prior to sending to a printer. They will be applied in the order listed before sending. To return more than one instruction separate them with comma.",
@ -1354,8 +1334,6 @@
"DefaultValue": ""
},
{
"QuickMenuSettings": [],
"SetSettingsOnChange": [],
"SlicerConfigName": "read_regex",
"PresentationName": "Read Filter",
"HelpText": "This is a set of regular expressions to apply to lines after they are received from the printer. They will be applied in order to each line received.",