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
also here is the beginning g code off the file I'm printing.
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