top of page

Forum Comments

G4 I have a Anycubic kobra 2 max. I can’t get the G4 to work. It goes to all coordinates without any pauses
In Support
Bill
Apr 19, 2024
Here's a sample of my code when we first discovered this, note the F Speed differences: {if next_extruder==0} G0 X415 F1800; dwell for .5 seconds - adjust this to match your machines single pulse time {endif} {if next_extruder==1} G0 X415 F900; dwell for 1.0 seconds - adjust this to match your machines two pulse time {endif} {if next_extruder==2} G0 X415 F675; dwell for 1.5 seconds - adjust this to match your machines three pulse time {endif} {if next_extruder==3} G0 X415 F450; ; dwell for 2.0 seconds - adjust this to match your machines four pulse time {endif} G0 Y427 ; back off the button G0 X430 F90;was 70 and worked good wait for it to happen ; adjust this time to match the actual tool change time - subtract the time it takes to load for the last 1" into the extruder G0 E40 F1500 ;  was40    << -------   ADJUST THE E50 VALUE TO STOP IT RIGHT AFTER IT LOADS INTO THE STOCK EXTRUDER (50mm is the default) ;                ADJUST THE F1500 TO MATCH THE SPEED OF THE FILAMENT FROM THE 3D CHAMELEON ;                NOTE: This defaults should work, but you can always tune them to be perfect. G0 X422.5 F1800;       These are just a half second extra reloading time... just to make sure G0 X415 F1800;         ; reload filament all the way into extruder G92 E0 G0 X430 F2000 G0 E100 F2000 ; was 35<<<<<-----------  EDIT THIS DISTANCE TO FINE TUNE THE FILAMENT LOADING TO STOP BLOBBING OR UNDEREXTRUSION G92 E0
0
Elegoo Neptune 4 Pro
In Support
Proper syntax to control 3D Chameleon digitally
In Support
Bill
Mar 27, 2024
Sweet!!!
0

Bill

Editor
Admin
More actions
bottom of page