Jump to content

danielboss

New member
  • Posts

    2
  • Joined

  • Last visited

Personal Information

  • 3D printer
    Ultimaker S5

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

danielboss's Achievements

0

Reputation

  1. Remove the extra retraction before the skirt starts (the line G1 F2700 E-1). This command is causing the nozzle to retract filament and leads to the subsequent Z-hop action.
  2. Here’s a sample G-code snippet that adjusts speed and acceleration for faster prints: M203 X500.00 Y500.00 Z12.00 E120.00 ; Set maximum feedrates (X, Y, Z, E) M201 X1000.00 Y1000.00 Z500.00 E5000.00 ; Set max acceleration (X, Y, Z, E) M204 P1500.00 R1500.00 T1500.00 ; Set printing, retract and travel accelerations M205 X10.00 Y10.00 Z0.40 E5.00 ; Set jerk (X, Y, Z, E) M220 S120 ; Increase print speed by 20% (you can adjust this percentage)
×
×
  • Create New...