Advertisement
battlecake

Testing gcode: Marlin Offset Problem

Jan 21st, 2024
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. ; generated by PrusaSlicer 2.5.2+win64 on 2024-01-18 at 15:45:22 UTC
  2.  
  3. M201 X2000 Y2000 Z100 E5000 ; sets maximum accelerations, mm/sec^2
  4. M203 X500 Y500 Z20 E60 ; sets maximum feedrates, mm / sec
  5. M204 P1500 R1000 T2000 ; sets acceleration (P, T) and retract acceleration (R), mm/sec^2
  6. M205 X8.00 Y8.00 Z0.40 E5.00 ; sets the jerk limits, mm/sec
  7. M205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec
  8. M107
  9.  
  10. ;TYPE:Custom
  11. M80 ; Power on Printer
  12.  
  13. G90 ; use absolute coordinates
  14. M83 ; extruder relative mode
  15. M140 S60 ; set final bed temp
  16. G28 ; home all axis
  17.  
  18. M501 ; Load all saved settings from EEPROM
  19. M420 S1 ; Bed Leveling State: Enable
  20.  
  21. G1 Z5 F600
  22. G1 X2 Y10 F9000
  23. G1 Z0.28 F240
  24. G92 E0
  25. G1 Y140 F1000 ; prime the nozzle
  26. G1 X2.3 F9000
  27. G92 E0
  28. G92 E0
  29. G21 ; set units to millimeters
  30. G90 ; use absolute coordinates
  31. M83 ; use relative distances for extrusion
  32. ; Filament gcode
  33. M107
  34.  
  35. G1 Z.3 F9000
  36. M107
  37. ;TYPE:Custom
  38. ; Filament-specific end gcode
  39. ;END gcode for filament
  40. G1 Z2.2 F600 ; Move print head up
  41. G1 X5 Y182.4 F9000 ; present print
  42. G1 Z20 F600 ; Move print head further up
  43. M107 ; turn off fan
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement