So I upgraded my Kobra Neo 2 with klipper this weekend to compare the speed with my flash forge 5m. Still not as fast, but much faster than out of the box. Running at 250 in and outer wall what takes my flash forge 14 minutes to print now takes my Kobra Neo about 17 minutes. Before it was taking about 23 Minutes. So a great improvement with not quality loss. Maybe even better quality. And I still have not even attached my AD345Xl to vibration compensation on the Neo. Though I will say it took me a few tried to get klipper running on it.
How do you like kipper with the printer I was thinking about switching to kipper. And I was used to ender 3 speeds before I got this printer so I was really impressed with print speed and quality when I got this printer
Hi. Could you do a video on how to create own things to print please? Completely new to 3d printing and not good with tech so would be a great help. Thanks
My wife just got me one of these as my first 3d printer. I wanted a resin one for warhammer but she didn’t know the difference lmao. Still, I’m not sending it back. I can’t wait to set this thing up
the 2 holes at the top i believe you can put the filament holder on the top(as its a direct drive printer) the only "issue" is the balance point goes out of wack with it
The only thing you may need to do is tighten the red belt tensioner on the z axis everything else will happen on its own it’s a really easy print setup
start- G21 ;metric values G90 ;absolute positioning M82 ;set extruder to absolute mode M107 ;start with the fan off M117 Homing X/Y ... G28 X0 Y0 ;move X/Y to min endstops M117 Homing Z ... G28 Z0 ;move Z to min endstops G1 Z15.0 F240 ;move the platform down 15mm M117 Heating ... M104 S[first_layer_temperature] ; set extruder temp M109 S[first_layer_temperature] ; wait for extruder temp M117 Start cleaning ... M420 S1 ; Enable Bed Levelling Mesh G92 E0 ;zero the extruded length M117 Intro line ... G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed G1 X0.1 Y20 Z[first_layer_height] F5000.0 ; Move to 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 to side a little 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 ; Move over to prevent blob squish G92 E0 ; Reset Extruder M420 S1 ; Enable Bed Levelling Mesh M117 Printing...
end- M117 Cooling down... M104 S0 ; turn off extruder M107 ; Fan off M84 ; disable motors G91 ;relative positioning G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure G1 Z+0.5 E-5 ;X-20 Y-20 F240 ;move Z up a bit and retract filament even more G28 X0 ;move X to min endstops, so the head is out of the way G90 ;Absolute positionning G1 Y200 F3000 ;Present print M84 ;steppers off M300 P300 S4000 M117 Finished.
I'm currently having problem printing PLA on cura, I cant avoid strings 😅 I'm trying to calibrate using the retraction tower metod but the 1-6 mm tower came out a mess, if you can share your profile settings I'd be grateful ❤
Same first I was using the anycubic slicer and I was getting perfect print then I did some more research and realised that cura would be a much better more versatile slicer so I tried setting it up but it didn't have a pre-made profile so I tried making a profile using some online references and a TH-cam video in some language that I can't understand I made it work but no matter what I do strings keep coming I don't know what I'm gonna do I am temporarily continuing on anycubic slicer but I will try again
Hey I’m thinking of buying this as my first printer is it worth it? Or is there a better beginning printer? ( I know absolutely nothing about 3d printing)
Id suggest anything with auto bed leveling. Manual bed leveling without prior knowledge and experience will be a painful process. I bought a refurbished ender 3 v2 and couldn’t for the life me got to level the bed manually and had return it. I’m going to purchase kobra 2 neo, which has an auto bed leveling and a good beginner printer
What made u go with bed slingers over core x y ? For the $ u spent on 3 printers dude u could of got an A1 mini. That one printer will do the work of all 3 put together, better quality & faster, easier to maintain & saves on bench space.
If you set some sort of software up to do that like kipper yes you can. But right out of the box you have to put the files on a sd card then put the sd card in the printer.
@@ganeshpingle.8423 I don’t have an enclosure for it so the prints wouldn’t come out the best but I print petg with it all the time and the higher temps are no problem
So I upgraded my Kobra Neo 2 with klipper this weekend to compare the speed with my flash forge 5m. Still not as fast, but much faster than out of the box. Running at 250 in and outer wall what takes my flash forge 14 minutes to print now takes my Kobra Neo about 17 minutes. Before it was taking about 23 Minutes. So a great improvement with not quality loss. Maybe even better quality. And I still have not even attached my AD345Xl to vibration compensation on the Neo. Though I will say it took me a few tried to get klipper running on it.
How do you like kipper with the printer I was thinking about switching to kipper. And I was used to ender 3 speeds before I got this printer so I was really impressed with print speed and quality when I got this printer
Hi. Could you do a video on how to create own things to print please? Completely new to 3d printing and not good with tech so would be a great help.
Thanks
Like how to create 3d models in cad to print?
@@954Film yes that would be great. Thanks
I use a free web-based software called Onshape@@DanielGiles-nh8kq
@@DanielGiles-nh8kq if you are new i would recommend tinkercad
Your set up is so cool
My wife just got me one of these as my first 3d printer. I wanted a resin one for warhammer but she didn’t know the difference lmao.
Still, I’m not sending it back. I can’t wait to set this thing up
It’s a really fun printer fast and prints great quality. You will have lots of fun with it.
great printer out of the box, would like to know what the screw holes on top of the gantry are for, maybe a light bar?
I think they are for a light bar
the 2 holes at the top i believe you can put the filament holder on the top(as its a direct drive printer) the only "issue" is the balance point goes out of wack with it
@@anthonyflynn2662 that totally makes, thanks!
@@954Film hi could you please share the g code for cura I couldn't find it in the description 😅
New to printing, on the kobra 2 neo do I need to do anything with the z offset? Or will that happen with auto leveling?
The only thing you may need to do is tighten the red belt tensioner on the z axis everything else will happen on its own it’s a really easy print setup
What's your gcode for this 3D printer in Cura?
start- G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
M117 Homing X/Y ...
G28 X0 Y0 ;move X/Y to min endstops
M117 Homing Z ...
G28 Z0 ;move Z to min endstops
G1 Z15.0 F240 ;move the platform down 15mm
M117 Heating ...
M104 S[first_layer_temperature]
; set extruder temp
M109 S[first_layer_temperature]
; wait for extruder temp
M117 Start cleaning ...
M420 S1 ; Enable Bed Levelling Mesh
G92 E0 ;zero the extruded length
M117 Intro line ...
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X0.1 Y20 Z[first_layer_height] F5000.0 ; Move to 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 to side a little
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 ; Move over to prevent blob squish
G92 E0 ; Reset Extruder
M420 S1 ; Enable Bed Levelling Mesh
M117 Printing...
end- M117 Cooling down...
M104 S0 ; turn off extruder
M107 ; Fan off
M84 ; disable motors
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 ;X-20 Y-20 F240 ;move Z up a bit and retract filament even more
G28 X0 ;move X to min endstops, so the head is out of the way
G90 ;Absolute positionning
G1 Y200 F3000 ;Present print
M84 ;steppers off
M300 P300 S4000
M117 Finished.
Thanks so much I would appreciate it if u put it in the description too ❤
Can you share your settings for the slicer? Th Gcode is not there in your description
Yes please in need them too
hi, why can't I find the model of the anycubic cobra 2 neo printer on ultimaker cura, can you help me?
You have to use the model any cube kobra 2 in cura it’s the same.
I'm currently having problem printing PLA on cura, I cant avoid strings 😅 I'm trying to calibrate using the retraction tower metod but the 1-6 mm tower came out a mess, if you can share your profile settings I'd be grateful ❤
Same first I was using the anycubic slicer and I was getting perfect print then I did some more research and realised that cura would be a much better more versatile slicer so I tried setting it up but it didn't have a pre-made profile so I tried making a profile using some online references and a TH-cam video in some language that I can't understand I made it work but no matter what I do strings keep coming I don't know what I'm gonna do I am temporarily continuing on anycubic slicer but I will try again
I am having a hard time printing abs filament on my anycubic kobra 2 neo, any suggestions would be helpful.
Issue: The prints dont stick to the bed.
Usually you need a enclosure to print abs to keep the heat in
Hey I’m thinking of buying this as my first printer is it worth it? Or is there a better beginning printer? ( I know absolutely nothing about 3d printing)
This is definitely a good starter printer much faster than ender printers and really easy to setup
Id suggest anything with auto bed leveling. Manual bed leveling without prior knowledge and experience will be a painful process. I bought a refurbished ender 3 v2 and couldn’t for the life me got to level the bed manually and had return it. I’m going to purchase kobra 2 neo, which has an auto bed leveling and a good beginner printer
How does it compare with ender 3v3 se
I like this printer better it comes with auto bed leveling
Both have auto bed leveling. Honestly they are very very similar but imo the se has better build quality
Honestly the neo might have a better fan since it come out both sides. I dont like the ptfe tube though but i guess you dont have to use it
Hey … should I go with this printer or ender 3d I this price segment ?
This printer for sure it prints in half the time my ender 3s print
What made u go with bed slingers over core x y ? For the $ u spent on 3 printers dude u could of got an A1 mini. That one printer will do the work of all 3 put together, better quality & faster, easier to maintain & saves on bench space.
I got the 2 Enders used for $60 a pice so it made sense
im new to this. butt can i connect a printer like this to a pc so i can sent a design from bambu lab to the printer ?
If you set some sort of software up to do that like kipper yes you can. But right out of the box you have to put the files on a sd card then put the sd card in the printer.
@@954Film i just ordered the ender 3 v3 ke, i saw that was possible with that one out of the box 👌🏽
Can you use ABS material on this printer..? 🤔🤔
You should be able to you just need an enclosure
@@954Film ok..
But for excessive heating is any problem occurred in printer..??
@@954Film can you make a dedicated video on how to print ABS material on anycubic Kobra 2 neao 3d printer...
Please.
@@ganeshpingle.8423 I don’t have an enclosure for it so the prints wouldn’t come out the best but I print petg with it all the time and the higher temps are no problem
does this model have a heated bed?
Yes it does
thanks for the video. Also you do know that filament and resin fumes are toxic right?
Resin I agree with, but are filament fumes that bad too?
What software do you use I use orca
I use cura