Jump to content

marzban123

Dormant
  • Posts

    1
  • Joined

  • Last visited

Everything posted by marzban123

  1. Hello Ultimaker Community! First post here but I have spent a lot of time searching before posting. I have a Monoprice architect which is a barebones clone of the flashforge creator pro or replicator 1 dual. I have upgraded power supply and added a heated bed and, after getting fed up with makerbot software, started using Cura to slice then post process with GPX. I did a lot of searching and finally found someone who posted their start and end gcode for this particular printer. The only catch is that his code only works on version 15.04. Don't get me wrong, 15.04 is a huge upgrade compared to makerware. But, I would really like to start using a newer version like 2.5 or anything relatively new. Here is the start code I found. I have tried it in 2.5 with error in post processing. Any help is appreciated!! ; -- START GCODE --M136 ; start buildM73 P0G90 ; absolute coordinates;; set temperatures and assert VrefM140 S{print_bed_temperature}M104 S{print_temperature} T0G130 X118 Y118 A118 B118 ; set stepper motor Vref to defaults; let the Z stepper vref stay at eeprom level (probably 40);; home and recall eeprom home positionT0 ; home on the right nozzleG28 X Y Z ; home all axes at homing speedG92 X0 Y0 Z0 A0 B0 ; set all coords to 0 for nowG1 Z5 F500 ; move Z 5mm away so we can carefully hit the limit switchG161 Z F100 ; home Z slowlyM132 X Y Z ; recall stored home offsets for XYZ axes;; wait for heat upG1 X110 Y-72 Z30 F3300 ; move to waiting positionM116 ; wait for temps;; purge and wipeG92 E0 ; set current extruder position as 0 so that E15 below makes senseG1 X110 Y-70 Z0.2 F2400.0 ; move to just on the bedG1 X110 Y70 E15 F1200.000 ; extrude a line of filament along the right edge of the bedG92 E0 ; set E to 0 again because the slicer's next extrusion is relative to this 0;; Sliced at: {day} {date} {time}; Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}; Print time: {print_time}; Filament used: {filament_amount}m {filament_weight}g; Filament cost: {filament_cost}; -- end of START GCODE --
×
×
  • Create New...