mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-04 08:10:42 +08:00
Applied printer-linter format
This commit is contained in:
parent
43b209aa99
commit
2fa3baac23
@ -22,11 +22,10 @@
|
|||||||
"machine_height": { "default_value": 300 },
|
"machine_height": { "default_value": 300 },
|
||||||
"machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z5.0 F200 ;move Z to position 5.0 mm\nG92 E0 ;zero the extruded length\n; -- end of START GCODE --" },
|
"machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z5.0 F200 ;move Z to position 5.0 mm\nG92 E0 ;zero the extruded length\n; -- end of START GCODE --" },
|
||||||
"machine_width": { "default_value": 310 },
|
"machine_width": { "default_value": 310 },
|
||||||
|
"material_bed_temerature": { "value": 1 },
|
||||||
"speed_print": { "default_value": 40 },
|
"speed_print": { "default_value": 40 },
|
||||||
"support_enable": { "default_value": true },
|
"support_enable": { "default_value": true },
|
||||||
"top_bottom_thickness": { "default_value": 1 },
|
"top_bottom_thickness": { "default_value": 1 },
|
||||||
"wall_thickness": { "value": "1" },
|
"wall_thickness": { "value": "1" }
|
||||||
"material_bed_temerature" : { "value": 1 }
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user