mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Added missing bracket, tidied up code
Added a missing { before "default_value". Moved items around to match the layout of the current file.
This commit is contained in:
parent
f3e597d684
commit
23d7dca1fc
1 changed files with 1 additions and 3 deletions
|
@ -26,9 +26,7 @@
|
|||
[32, 34]
|
||||
]
|
||||
},
|
||||
"machine_start_gcode":
|
||||
{
|
||||
"default_value": "
|
||||
"machine_start_gcode": { "default_value": "
|
||||
; Ender 3 Custom Start G-code
|
||||
G92 E0 ; Reset Extruder
|
||||
G28 ; Home all axes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue