so I had 3DC for a month now and I managed to get some prints out after many trials with tipshaping all thanks to @Alan and @Bill Williams for helping me out
I found out (for me at least) tipshaping worked with basic PLA I tried matte and silk PLA all failed either it gets swollen tip and gets stuck in the extruder or fails to load
so I decided to get a servo and build the 3dClippy so my question now how should my Gcode look like?
I am certain that I don't need tipshaping anymore anyone have experiance with K1 series?
My TipShaping Gcode
Machine Start G-code
M82 ;absolute extrusion mode
START_PRINT EXTRUDER_TEMP=[first_layer_temperature]
BED_TEMP=[first_layer_bed_temperature]
M106 S0 ; part fan off
M106 P1 S0 ; aux fan off
M106 P2 S0
;M104 S[first_layer_temperature]
;M140 S[first_layer_bed_temperature]
;M109 S[first_layer_temperature]
;G28
; 3DChameleon Preload Extruder 1
; load filament 1 to extruder
G0 X206 Y216 F4000 ; move to button
; three quick button presses to cancel out any active commands
G0 Y220 F2000 ; press button
G4 P130 ; wait for 150 ms
G0 Y215 F2000 ; unpress button
G4 P500 ; wait for 150 ms
G0 Y220 F2000 ; press button
G4 P130 ; wait for 150 ms
G0 Y215 F2000 ; unpress button
G4 P500 ; wait for 150 ms
G0 Y220 F2000 ; press button
G4 P130 ; wait for 150 ms
G0 Y215 F2000 ; unpress button
G4 P500 ; wait for 150 ms
G0 Y220 F2000 ; press button
G4 P3400 ; wait for 7 pulses
G0 Y216 F2000 ; unpress button
G4 P2000 ; wait for it to home
; select T0
G0 Y220 F2000 ; press button
G4 P550 ; wait for 550 milliseconds
G0 Y216 F2000 ; unpress button
G4 P2000 ; all done
; load T0 for 28 seconds and into extruder
G4 P500
G0 Y220 F2000 ; press button
G4 P20000 ; load
G0 E59 F2070 ; <<<--- adjust this E value to tune extruder loading
G0 X220 Y210 Z.2 F1000; move to extruders assigned purge line
G92 E0
G0 Y0 E100; purge the extruder.
G4 P2000 ; all done
Machine End G-code
G92 E0
; go to holding position to unload the stock extruder
G0 X206 Y216 F10000 ; <<----- EDIT THIS LINE TO SET THE INITIAL LOCATION OF THE BUTTON
G91 ; move to relative mode
M83
;
; add tip shaping here
G92 E0;
; MY TIP SHAPING
G0 Z2 F500
G0 E10 F250 ; push out molten filament
G0 E-10 F3000 ; retract quickly to cold zone
G0 Z3 F500
G0 E-15 F100
G0 E-80 F3000 ; retract all the way
M107 ;
G0 Y4 F2000 ; press button
G4 P2900 ; wait for 6 pulses
G0 Y-4 F2000 ; unpress button
G4 P2000 ; wait for it to cut filament
G92 E0
G0 Y4 F2000
G0 E-75 F1524 ; continue to back out of the extruder
G4 P14500
G0 Y-4
G4 P400
G90
M83
BEEP
END_PRINT
Change Filament G-code
Share some code, that will help other k1c users!