Jump to content

conjor

New member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by conjor

  1. On 6/6/2022 at 1:23 PM, EdwinKort said:

    Since a couple of weeks I own (thanks to Holiday money) a 3d printer. It's a Creality Sermoon v1 Pro. So far I used the sliver from Creality, but on some other forum they told me to get this one, as it would have support for more printers and generally would work better. So I downloaded it, but couldn't find a driver or settings for my printer. I can use the generic and change settings if that is a good way to do so.

     

    Ps. This would also be my 'introduction' 😉

    I took Sermoon D1 and changed see pictures and change G-code to the one attached save then you can change the name from Sermoon D1 to V1 in the menu on the right three dashes. It works well.
    Hope it was of some help

     

    image.thumb.png.1a217e377d511d8a218b454a9acb83fe.png

     

    image.thumb.png.cb598e5975a2bf723f2234a56a6654a8.png

     

    Strat G Code

    ————————

     

    M220 S100 ;Reset Feedrate

    M221 S100 ;Reset Flowrate

     

    G28 ;Home

     

    G92 E0 ;Reset Extruder

    G1 Z2.0 F3000 ;Move Z Axis up

    G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position

    G1 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line

    G1 X10.4 Y145.0 Z0.28 F5000.0 ;Move to side a little

    G1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line

    G92 E0  ;Reset Extruder

    G1 E-1.0000 F1800 ;Retract a bit

    G1 Z2.0 F3000 ;Move Z Axis up

    G1 E0.0000 F1800

     

    —————————————

    End G Code

    ————————

     

    G91 ;Relative positionning

    G1 E-2 F2700 ;Retract a bit

    G1 E-2 Z0.2 F2400 ;Retract and raise Z

    G1 X5 Y5 F3000 ;Wipe out

    G1 Z10 ;Raise Z more

    G90 ;Absolute positionning

     

    G1 X0 Y0 ;Present print

    M106 S0 ;Turn-off fan

    M104 S0 ;Turn-off hotend

    M140 S0 ;Turn-off bed

     

    M84 X Y E ;Disable all steppers but Z

     

    —————————————

    Extruder Start G Code

    —————————————

     

    G92 E0 ;reset extruder distance

    M104 S$

     

    ——————————————

    Extruder End G Code

    ———————————————————

     

    G92 E0 ;reset extruder distance

    G1 F800 E-5 ;short retract

    G92 E0 ;reset extruder distance

    G90

    • Like 1
×
×
  • Create New...