Basic Information:
Printer Model: Creator Pro
MCU / Printerboard: Mighty(M2650)
klippy.log
Does anyone have a working Slicing profile/settings for the creator pro? It doesn’t matter which slicing software I will use them all just need a working profile/setting as I can’t print as I keep getting a Move out of range: 244.000 -140.000 35.400 [39.000] error each time I print with Cura I followed the instructions here
This is my start gcode for Cura
; **** FlashForge Creator Pro PRINTER start.gcode for using left or right extruder ****
M83 ; relative extrusion mode
M73 P0 ; enable build progress
;G162 X Y F3000 ; home XY maximum
;G161 Z F1200 ; home Z minimum
G28
G90
G92 Z-5 ; set Z to -5
G1 Z0 ; move Z to 0
;G161 Z F100 ; home Z slowly
;M132 X Y Z A B ; recall home offsets
;M135 T0 ; load right extruder offsets
{initial_pos_gcode, initial_extruder_nr}
;G130 X20 Y20 Z20 A20 B20 ; lower stepper Vrefs while heating
;M127; disable fan
M140 S{material_bed_temperature, initial_extruder_nr} T0 ; set bed temperature
;M134 T0 ; stabilize bed temperature
M104 S{material_print_temperature_layer_0, initial_extruder_nr} T{initial_extruder_nr} ; set left or right extruder temperature
;M133 T{initial_extruder_nr} ; stabilize left or right extruder temperature
;G130 X127 Y127 Z40 A127 B127 ; default stepper Vrefs
G92 A0 B0 ; zero extruders
G1 Z0.4 ; position nozzle
;M135 T{initial_extruder_nr} ; left or right tool
{nozzle_wipe_gcode, initial_extruder_nr}
G92 A0 B0 ; zero extruders
M73 P1 ;@body (notify GPX body has started)
; **** end of start.gcode ****
my end gcode
; **** FlashForge Creator Pro end.gcode ****
M73 P100 ; end build progress
G1 Z150 F1000 ; send Z axis to bottom of machine
M140 S0 T0 ; cool down HBP
M104 S0 T0 ; cool down right extruder
M104 S0 T1 ; cool down left extruder
M127 ; stop blower fan
G162 X Y F3000 ; home XY maximum
M18 ; disable stepper
M70 P3 ; We <3 Making Things!
M72 P1 ; play Ta-Da song
; **** end of end.gcode ****
Any help/ideas?
klippy.log (2.8 MB)