Basic Information:
Printer Model: Anycubic Kobra Neo
MCU / Printerboard: TriGorilla V_3.0.6 (Stock)
Host / SBC: Raspberry Pi 3 B+
klippy.log (5.4 MB)
Describe your issue:
Hello, yesterday I converted my Anycubic Kobra Neo to Klipper. I proceeded with this blog entry and this video.
Joseph Montanez from YouTube
1coderookie from Github
It also worked very well. However, after setting the config, I wanted to start the first print from Orca Slicer. Now it shows me the following error after trying to start for the prime line: Unable to parse move ‘G1 X0.4 Y20 Z0.30.28 F1500.0 E30 ; Draw the second line’
What could be the reason for this? Have I done something wrong or forgotten something? I would be very happy to receive help from you.
The klippy.log is uploaded too.
Many thanks and have a nice evening
Tobi from Germany
Hello @classypenguin !
There are two periods with the Z-coordinate: Z0.30.28
Do you have a start code in Orca-Slicer?
This one is also stored in the custom profile:
G21 ;metric values
G90 ;absolute positioning
M82 ;Set extruder to absolute mode
M107 ;Start with fan switched off
M117 Reference run X/Y …
G28 X0 Y0 ;Move X/Y to min end stops
M117 Reference run Z …
G28 Z0 ;Move Z to min. end stops
G29 ; Auto Bed Leveling
G1 Z15.0 F240 ;Move platform 15mm downwards
M117 Heating …
; Both Cura and Prusa have already heated up the bed. Explicit check of the nozzle temperature for Prusa.
M104 S[first_layer_temperature] ; Set extruder temperature
M109 S[first_layer_temperature] ; wait for extruder temperature
M117 Start cleaning …
M420 S1 ; activate bed leveling mesh
G92 E0 ; set the extruded length to zero
M413 S0 ; deactivate power failure recovery - can reduce blobbing and avoid unexpected recovery
M500 ; Save eeprom settings
M117 Introduction line …
G1 Z2.0 F3000 ; Move Z-axis slightly upwards to prevent scratching of the thermal bed
G1 X0.1 Y20 Z[first_layer_height] F5000.0 ; Move to the start position
G1 X0.1 Y200.0 Z[first_layer_height] F1500.0 E15 ; Draw the first line
G1 X0.4 Y200.0 Z[first_layer_height] F5000.0 ; Move a little to the side
G1 X0.4 Y20 Z0.3[first_layer_height] F1500.0 E30 ; Draw the second line
G92 E0 ; Reset extruder
G1 X5 Y20 Z0.3 F240 ; Bypass to prevent blob squashing
G92 E0 ; Reset extruder
M420 S1 ; Activate bed leveling mesh
M117 Print…
I have inserted “G29 ;” between G28 Z0 ;move Z to min endstops and G1 Z15.0 F240 ;move the platform down 15mm for Auto Bed Leveling. Is this perhaps the problem?
This is the faulty line:
Remove the 0.3
after the Z
BTW: When you upload code, please use the Preformatted Text
feature of the forum editor to being it to a proper form: