What's new
VORON Design

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members!

Still cannot get my printer to print

marco69420

New member
Printer Model
Voron 2.4 r2 CoreXY
Extruder Type
Clockwork 2
Cooling Type
Stealthburner
I just built a voron 2.4 r2 Corexy with tap. its my first build so I am learning everything. I have modified my start_print and my start g-code but still cannot seem to get it to print. now I am getting "Move out of range: -8.869 20.025 0.400 [35.250]" error after it is done probing. what am I missing?

I've attached my printer.cfg but here's my print_start macro

[gcode_macro PRINT_START]
gcode:

{% set temp_bed = params.BED|int %}
{% set temp_hotend = params.HOTEND|int %}
M190 S{temp_bed}
M109 S150
G32
G90
# REset hotend to the temp in gcode
M109 S{temp_hotend} #Set temp and wait

also here is the beginning g code off the file I'm printing.

;FLAVOR:RepRap
;TIME:3379
;Filament used: 4.43024m
;Layer height: 0.2
;MINX:-20.025
;MINY:-20.025
;MINZ:0.2
;MAXX:20.025
;MAXY:20.025
;MAXZ:30.2
;TARGET_MACHINE.NAME:VORON2 350
;Generated with Cura_SteamEngine 5.6.0
T0
M104 S200
M109 S200
M82 ;absolute extrusion mode
PRINT_START BED=60 Hotend=220
M83 ;relative extrusion mode
G1 F1800 E-0.75
;LAYER_COUNT:150
;LAYER:0
M107
G1 F600 Z0.4
G0 F7200 X-8.869 Y20.025 Z0.4
;TYPE:SKIRT
G1 F600 Z0.2
G1 F720 E0.75
G1 F1800 X-9.684 Y20.009 E0.0305
G1 X-10.432 Y19.923 E0.02817
G1 X-11.202 Y19.711 E0.02988
 

Attachments

  • printer-1.cfg.zip
    6.2 KB · Views: 1
So first this might be easier in a ticket on the discord. But off the cuff I would be interested are you using a dock probe and if so does it pick up and dock it outside of the gcode. Second thought is if you have the bed slightly out of location from the endstops. A klippy log after it has the error would be useful as well.
 
Top