Created
January 3, 2019 20:53
-
-
Save nucleardreamer/dc6356c5a54025f61120a5e7cb2ec4bd to your computer and use it in GitHub Desktop.
MP Delta Mini Settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
M104 S0 ; turn off hotend heater | |
M140 S0 ; turn off bed heater | |
G91 ; Switch to use Relative Coordinates | |
G1 E-3 F700 ; retract the filament a bit before lifting the nozzle to release some of the pressure | |
G1 Z2 F1000 ; raise platform 2mm from current position | |
G1 E-2 F700 ; retract filament even more | |
G90 ; Switch back to using absolute coordinates | |
G28 X ; Return to home position. Without an X Y or Z after G28 the print completion time will not be displayed on the Mini Delta's display. | |
M84 ; disable motors | |
G4 S300 ; pause for 300 seconds to keep fan running to cool hotend and allow the fan to be turned off | |
M106 S0 ; fan off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
G90 ; switch to absolute positioning - this line was added in case Cura doesn't include it by default | |
M82 ; set extruder to absolute mode - this line was added in case Cura doesn't include it by default | |
G28 ; start from home position | |
G29 P2 Z0.20 ; probe the bed at 3 points with a 0.2mm overall vertical offset | |
G1 Z15.0 F4800 ; move the nozzle up 15mm | |
G92 E0 ; reset extrusion distance | |
G1 F200 E3 ; extrude 3mm of feed stock | |
G92 E0 ; reset extrusion distance again | |
G1 F4800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
M104 S0 ; turn off hotend heater | |
M140 S0 ; turn off bed heater | |
G91 ; Switch to use Relative Coordinates | |
G1 E-3 F700 ; retract the filament a bit before lifting the nozzle to release some of the pressure | |
G1 Z2 F1000 ; raise platform 2mm from current position | |
G1 E-2 F700 ; retract filament even more | |
G90 ; Switch back to using absolute coordinates | |
G28 X ; Return to home position. Without an X Y or Z after G28 the print completion time will not be displayed on the Mini Delta's display. | |
M84 ; disable motors | |
G4 S300 ; pause for 300 seconds to keep fan running to cool hotend and allow the fan to be turned off | |
M106 S0 ; fan off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
G90 ; switch to absolute positioning - this line was added in case Cura doesn't include it by default | |
M82 ; set extruder to absolute mode - this line was added in case Cura doesn't include it by default | |
G28 ; start from home position | |
G29 P3 Z0.30 ; probe the bed at 3 points with a 0.3mm overall vertical offset | |
G1 Z15.0 F4800 ; move the nozzle up 15mm | |
G92 E0 ; reset extrusion distance | |
G1 F200 E3 ; extrude 3mm of feed stock | |
G92 E0 ; reset extrusion distance again | |
G1 F4800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AmazonBasics PLA | |
Density 1.24 g/cm3 | |
Diameter 1.75mm | |
Filament Cost $19.99 | |
Filament weight 1000g | |
Default Printing Temperature 200C | |
Default Build Plate Temperature 50C | |
Retraction Distance 6.50mm | |
Retraction Speed 25mm/s | |
Standby Temperature 175C | |
Fan Speed 100% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cura 3.5.1 | |
Printer Settings | |
X 110mm | |
Y 110mm | |
Z 120mm | |
Build plate shape: Elliptic | |
Origin at Center: Yes | |
Heated bed: Yes | |
Printhead Settings | |
X min 20mm | |
Y min 10mm | |
X max 10mm | |
Y max 10mm | |
Gantry height 99999999999mm | |
Number of Extruders: 1 | |
Extruder 1 | |
Nozzle size 0.4mm | |
Compatible material diameter 1.75mm | |
Nozzle offset X | |
Nozzle offset Y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment