mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Fix machine_has_heated_bed default
This commit is contained in:
parent
5bf19f9ff2
commit
cb6353ba2a
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@
|
||||||
{
|
{
|
||||||
"label": "Has heated build plate",
|
"label": "Has heated build plate",
|
||||||
"description": "Whether the machine has a heated build plate present.",
|
"description": "Whether the machine has a heated build plate present.",
|
||||||
"default_value": true,
|
"default_value": false,
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": false,
|
"settable_per_extruder": false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue