mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Convert tabs to spaces
Contributes to issue CURA-3916.
This commit is contained in:
parent
455c5d7865
commit
8c5c28d399
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
"platform": "BEEVERYCREATIVE-helloBEEprusa.stl",
|
||||
"platform_offset": [-226, -75, -196],
|
||||
"file_formats": "text/x-gcode",
|
||||
"machine_extruder_trains":
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "hBp_extruder_left",
|
||||
"1": "hBp_extruder_right"
|
||||
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
|
||||
"overrides": {
|
||||
"machine_extruder_count": { "default_value": 2 },
|
||||
"machine_extruder_count": { "default_value": 2 },
|
||||
"machine_name": { "default_value": "hello BEE prusa" },
|
||||
"machine_start_gcode": { "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM107 ;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)\nG92 E0 ;zero the extruded length\nG1 F3600 ;set feedrate to 60 mm/sec\nM420 S1 \n; -- end of START GCODE --" },
|
||||
"machine_end_gcode": { "default_value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nM140 S0 ;set bed temperature to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nM84 ;turn off steppers\n; -- end of END GCODE --" },
|
||||
|
@ -31,7 +31,7 @@
|
|||
"material_print_temperature": { "default_value": 200 },
|
||||
"material_bed_temperature": { "default_value": 60 },
|
||||
"material_diameter": { "default_value": 1.75 },
|
||||
"line_width": { "default_value": 0.48 },
|
||||
"line_width": { "default_value": 0.48 },
|
||||
"layer_height": { "default_value": 0.2 },
|
||||
"layer_height_0": { "default_value": 0.2 },
|
||||
"wall_line_count": { "default_value": 3 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue