mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -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",
|
||||
"description": "Whether the machine has a heated build plate present.",
|
||||
"default_value": true,
|
||||
"default_value": false,
|
||||
"type": "bool",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue