3D Printers/FlashForge Creator Pro: Difference between revisions
Jump to navigation
Jump to search
Add Cura 3 settings section. (copy from Type A)
(→Maintenance Log: Filament will not unload.) |
(Add Cura 3 settings section. (copy from Type A)) |
||
Line 37: | Line 37: | ||
A copy of GpxUi can be found on the SD card in the printer. | A copy of GpxUi can be found on the SD card in the printer. | ||
==Cura 3 Settings for this Printer== | |||
In Cura 3.4.1, to use the below settings, create a '''Custom FDM printer''', then edit the '''Machine Settings''' for that printer to contain the following:<br /> | |||
... '''PRINTER TAB'''<br /> | |||
'''Printer Settings''' | |||
* X (Width): 254 mm | |||
* Y (Depth): 230 mm | |||
* Z (Height): 230 mm | |||
* Build plate shape: Rectangular | |||
* Origin at center: UNSELECTED | |||
* Heated bed: UNSELECTED | |||
* Gcode Flavor: Marlin | |||
'''Printhead Settings''' | |||
* X min: 30 mm | |||
* Y min: 30 mm | |||
* X max: 55 mm | |||
* Y max: 60 mm | |||
* Gantry height: 110.0 mm | |||
* Number of Extruders: 1 | |||
'''Start Gcode''' | |||
<code> | |||
;Sliced at: {day} {date} {time} | |||
G21 ;metric values | |||
G90 ;absolute positioning | |||
M82 ;set extruder to absolute mode | |||
M107 ;start with the fan off | |||
G28 X0 Y0 ;move X/Y to min endstops | |||
G28 Z0 ;move Z to min endstops | |||
G1 Z15.0 F{travel_speed} ;move the platform down 15mm | |||
G92 E0 ;zero the extruded length | |||
G1 F200 E3 ;extrude 3mm of feed stock | |||
G92 E0 ;zero the extruded length again | |||
G1 F{travel_speed} | |||
M117 Printing... | |||
</code> | |||
'''End Gcode''' | |||
<code> | |||
;End GCode | |||
M104 S0 ;extruder heater off | |||
M140 S0 ;heated bed heater off (if you have it) | |||
G91 ;relative positioning | |||
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure | |||
G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more | |||
G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way | |||
M84 ;steppers off | |||
G90 ;absolute positioning | |||
</code> | |||
... '''EXTRUDER 1 TAB'''<br /> | |||
* Material Diameter: 1.75 mm | |||
* Nozzle size: 0.4 mm | |||
==Slic3r Settings== | ==Slic3r Settings== |