Skip to content

Commit

Permalink
minor label adjustments - adding 'C' to temperatures, fixing capitali…
Browse files Browse the repository at this point in the history
…zation
  • Loading branch information
rytz committed Mar 29, 2016
1 parent e60c136 commit a91fe12
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions StaticData/SliceSettings/Properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"PresentationName": "Bed Temperature",
"HelpText": "The temperature to which the bed will be set for the duration of the print. Set to 0 to disable.",
"DataEditType": "POSITIVE_DOUBLE",
"ExtraSettings": "degrees",
"ExtraSettings": "degrees C",
"ShowIfSet": "has_heated_bed"
},
{
Expand Down Expand Up @@ -333,7 +333,7 @@
"PresentationName": "Bed First Layer",
"HelpText": "The temperature to set the bed to before printing the first layer. The printer will wait until this temperature has been reached before printing. Set to 0 to eliminate bed temperature commands.",
"DataEditType": "DOUBLE",
"ExtraSettings": "degrees",
"ExtraSettings": "degrees C",
"ShowIfSet": "has_heated_bed"
},
{
Expand Down Expand Up @@ -362,7 +362,7 @@
"PresentationName": "Extrude First Layer",
"HelpText": "The temperature to set the extruder to before printing the first layer of a part. The printer will wait until this temperature has been reached before printing.",
"DataEditType": "POSITIVE_DOUBLE",
"ExtraSettings": "degrees"
"ExtraSettings": "degrees C"
},
{
"SlicerConfigName": "g0",
Expand Down Expand Up @@ -863,7 +863,7 @@
"PresentationName": "Slow Down If Layer Print\\nTime Is Below",
"HelpText": "The minimum amount of time a layer must take to print. If a layer will take less than this amount of time, the movement speed is reduced so the layer print time will match this value, down to the minimum print speed at the slowest.",
"DataEditType": "INT",
"ExtraSettings": "Seconds"
"ExtraSettings": "seconds"
},
{
"SlicerConfigName": "small_perimeter_speed",
Expand Down Expand Up @@ -919,7 +919,7 @@
"PresentationName": "Temp Lower Amount",
"HelpText": "This is the amount to lower the temperature of an extruder that is not currently printing.",
"DataEditType": "DOUBLE",
"ExtraSettings": "degrees"
"ExtraSettings": "degrees C"
},
{
"SlicerConfigName": "start_gcode",
Expand Down Expand Up @@ -1102,21 +1102,21 @@
"PresentationName": "Extruder Temperature",
"HelpText": "The target temperature the extruder will attempt to reach during the print.",
"DataEditType": "POSITIVE_DOUBLE",
"ExtraSettings": "degrees"
"ExtraSettings": "degrees C"
},
{
"SlicerConfigName": "extruder_wipe_temperature",
"PresentationName": "Extruder Wipe Temperature",
"HelpText": "The temperature at which the extruder will wipe the nozzle, as specified by Custom G-Code.",
"DataEditType": "POSITIVE_DOUBLE",
"ExtraSettings": "degrees"
"ExtraSettings": "degrees C"
},
{
"SlicerConfigName": "bed_remove_part_temperature",
"PresentationName": "Bed Remove Part Temperature",
"HelpText": "The temperature to which the bed will heat (or cool) in order to remove the part, as specified in Custom G-Code.",
"DataEditType": "POSITIVE_DOUBLE",
"ExtraSettings": "degrees",
"ExtraSettings": "degrees C",
"ShowIfSet": "has_heated_bed"
},
{
Expand Down

0 comments on commit a91fe12

Please sign in to comment.