Flashforge Creator Pro has two extruders

Makersbots will now explicitly turn off extruder and bed so that MatterControl and the printer match states
This commit is contained in:
Matt Moening 2015-09-23 13:35:28 -07:00
parent 46b576a0eb
commit 8b7043abcc
6 changed files with 12 additions and 8 deletions

View file

@ -10,7 +10,7 @@ bridge_flow_ratio = 0.9
bridge_speed = 20
brim_width = 0
build_height = 460
cancel_gcode = M1201 ;Build End Norification MakerBot
cancel_gcode = M104 S0 ;turn off temperature \nM140 S0 ;turn off bed temperature\nG28 X0 Y0\nM1201 ;Build End Notification MakerBot
center_part_on_bed = 1
complete_objects = 0
connect_gcode = M92 X88.8 Y88.8 Z400 E101 ;sets steps per mm for x3g driver\nM206 X285 Y150 Z0 ;sets bed offset (opposite values of bed size)