Explorar o código

moving cura 3.6 data

Snarf %!s(int64=6) %!d(string=hai) anos
pai
achega
e680352b7e

profiles/cura/Ender 3 - Eryone - Type 1.curaprofile → profiles/cura/3.6/Ender 3 - Eryone - Type 1.curaprofile


profiles/cura/Ender 3 - Geeetech - Type 1.curaprofile → profiles/cura/3.6/Ender 3 - Geeetech - Type 1.curaprofile


profiles/cura/Ender 3 - ICE Filaments - Translucent.curaprofile → profiles/cura/3.6/Ender 3 - ICE Filaments - Translucent.curaprofile


profiles/cura/Ender 3 - ICE Filaments - 20190103.curaprofile → profiles/cura/3.6/Ender 3 - ICE Filaments - 20190103.curaprofile


+ 0 - 0
profiles/cura/Ender 3 - ICE Filaments - Type 1.curaprofile


profiles/cura/Ender 3 - Snarf - 20190103.curaprofile → profiles/cura/3.6/Ender 3 - Snarf - 20190103.curaprofile


profiles/cura/README.md → profiles/cura/3.6/README.md


+ 11 - 0
profiles/cura/3.6/end.gcode

@@ -0,0 +1,11 @@
+; Ender 3 Custom End G-code
+G4 ; Wait
+M220 S100 ; Reset Speed factor override percentage to default (100%)
+M221 S100 ; Reset Extrude factor override percentage to default (100%)
+G91 ; Set coordinates to relative
+G1 F1800 E-3 ; Retract filament 3 mm to prevent oozing
+G1 F3000 Z20 ; Move Z Axis up 20 mm to allow filament ooze freely
+G90 ; Set coordinates to absolute
+G1 X0 Y{machine_depth} F1000 ; Move Heat Bed to the front for easy print removal
+M84 ; Disable stepper motors
+; End of custom end GCode

profiles/cura/profil_will_cura_3.6.0.curaprofile → profiles/cura/3.6/profil_will_cura_3.6.0.curaprofile


+ 15 - 0
profiles/cura/3.6/start.gcode

@@ -0,0 +1,15 @@
+; Ender 3 Custom Start G-code
+G28 ; Home all axes
+M420 S1 ; Ensure BL loaded from EEPROM.
+G92 E0 ; Reset Extruder
+G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
+G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position
+G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line
+G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little
+G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line
+G92 E0 ; Reset Extruder
+G1 Z15.0 F8000 ; Move Z Axis up little to prevent scratching of Heat Bed
+G1 X50 Y50 F8000 ; Going in a safe place to rectract pin
+G1 Z0.5 F8000 ; deactivating Touch Mi
+G1 Z1 F1500 ; Ensure some height before printing.
+; End of custom start GCode