From db628760d87af5c45e80e794ccb11865d2c41596 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 23 Mar 2016 12:04:08 +0100 Subject: [PATCH 1/2] Comment in start g-code for umo now has correct value --- resources/machines/ultimaker_original.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/machines/ultimaker_original.json b/resources/machines/ultimaker_original.json index b7b6055c5f..2662a70fa5 100644 --- a/resources/machines/ultimaker_original.json +++ b/resources/machines/ultimaker_original.json @@ -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" From 71721811f574d2d93d05a55704a8ff74dc061083 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 23 Mar 2016 12:14:16 +0100 Subject: [PATCH 2/2] Rename Shell Speed to Wall Speed It only applies to the walls, not the skin, after all. Contributes to issue CURA-1183. --- resources/machines/fdmprinter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index e901a3ece2..0c5c2ba690 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -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",