Mijn zoon heeft een vertex nano sinds november 2019 en hij krijgt hem niet in gang. Hij heeft absoluut geen idee hoe het komt. Hij heeft al ervaring met printen dus het is voor hem niets nieuws. Hij stelt vast dat de machine niet opwarmt als je wil printen.
Wat kunnen we hier verder mee doen? Kan iemand hem op weg helpen?
We have an english only rule here on this forum, this way we can help more people.
Which version of the Nano do you have? The pre build one or the kit version?
Are the wires properly connected?
I’ve downloaded the latest version and tried it. When i started the print, it doesn’t do the auto home and it doesn’t heat. My printing settings are in the video below
The gcode is the file you export from the Cura slicing program and put on an SD card for the printer.
This file can be opened with a text editor (like notepad) to see the content.
Please post the first 100 lines, so we can see what the printer is supposed to do.
The Vertex Nano Repetier:
Start Code…
; Default start code
G28 ; Home extruder
G1 Z15 F{Z_TRAVEL_SPEED}
M107 ; Turn off fan
G90 ; Absolute positioning
M82 ; Extruder in absolute mode
{IF_BED}M190 S{BED}
; Activate all used extruder
{IF_EXT0}M104 T0 S{TEMP0}
G92 E0 ; Reset extruder position
; Wait for all used extruders to reach temperature
{IF_EXT0}M109 T0 S{TEMP0}
End Code…
; Default end code
;G1 X0 Y0 Z130 ; Get extruder out of way. Uncomment to use!
M107 ; Turn off fan
; Disable all extruder
G91 ; Relative positioning
{IF_EXT0}T0
{IF_EXT0}G1 E-1 ; Reduce filament pressure
M104 T0 S0
G90 ; Absolute positioning
G92 E0 ; Reset extruder position
M140 S0 ; Disable heated bed
M84 ; Turn steppers off
Maybe the G-Code in the printer settings is corrupt.