mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 07:55:55 +08:00
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
This commit is contained in:
commit
8eb4007334
@ -847,7 +847,7 @@
|
||||
"visible": false
|
||||
},
|
||||
"speed_wall": {
|
||||
"label": "Shell Speed",
|
||||
"label": "Wall Speed",
|
||||
"description": "The speed at which the shell is printed. Printing the outer shell at a lower speed improves the final skin quality.",
|
||||
"unit": "mm/s",
|
||||
"type": "float",
|
||||
@ -858,7 +858,7 @@
|
||||
"inherit_function": "parent_value / 60 * 30",
|
||||
"children": {
|
||||
"speed_wall_0": {
|
||||
"label": "Outer Shell Speed",
|
||||
"label": "Outer Wall Speed",
|
||||
"description": "The speed at which the outer shell is printed. Printing the outer shell at a lower speed improves the final skin quality. However, having a large difference between the inner shell speed and the outer shell speed will effect quality in a negative way.",
|
||||
"unit": "mm/s",
|
||||
"type": "float",
|
||||
@ -868,7 +868,7 @@
|
||||
"visible": false
|
||||
},
|
||||
"speed_wall_x": {
|
||||
"label": "Inner Shell Speed",
|
||||
"label": "Inner Wall Speed",
|
||||
"description": "The speed at which all inner shells are printed. Printing the inner shell faster than the outer shell will reduce printing time. It works well to set this in between the outer shell speed and the infill speed.",
|
||||
"unit": "mm/s",
|
||||
"type": "float",
|
||||
|
@ -72,7 +72,7 @@
|
||||
"machine_gcode_flavor": { "default": "RepRap (Marlin/Sprinter)" },
|
||||
|
||||
"machine_start_gcode": {
|
||||
"default": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..."
|
||||
"default": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..."
|
||||
},
|
||||
"machine_end_gcode": {
|
||||
"default": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning"
|
||||
|
Loading…
x
Reference in New Issue
Block a user