Skip to content

Latest commit

 

History

History
73 lines (64 loc) · 4.11 KB

firmware_slicer_settings.md

File metadata and controls

73 lines (64 loc) · 4.11 KB
LinkDescription
ReadmeMantis Description and Updates
BOM and AcknowledgementsBOM, links to other repositories, acknowledgements
Print OrientationPrinting the parts
Carriage AssemblyBuilding the MGN9, MGN12 Carriage, Hotend Mounts
Magprobe AssemblyAssembly of Mag Probe
Firmware and Slicer SettingsFirmware and Slicer Settings
Voron 1.8 and TridentNotes on Voron 1.8 and Trident
Final AssemblyNotes and Pictures of final assembly
UsermodsMods by Mantis Users (note: separate repository)
Long's Mantis RepositoryLong's Repository for Mantis. Updates and newest stuff will be found here

Firmware Settings

  • note that all these settings are based on my printer which is a Voron 300. Your settings may vary from mine

  • PWM

    • With my Sunon 5015s I have been able to pwm down to 7% using these settings

      kick_start_time: 0.5
      off_below: 0.05
      cycle_time: 0.008
      
  • Skip First Probe

  • [probe] settings

    [probe]
    # Mag Probe
    x_offset: -1.95 #This will be +1 or -1 depending on which way the nub on your  magprobe microswitch is oriented.
    y_offset: 32.95
    z_offset: 2.4
    speed: 5
    samples: 3
    sample_retract_dist: 1.5
    samples_tolerance: 0.006
    samples_tolerance_retries: 5
    drop_first_result: true #only used if you’re using the ignore first probe.
    
  • Homing override to home y before x.

    • To avoid collision with the ducts with the front idlers. This is less of an issue these days with narrow idlers released.

      [homing_override]
      axes: z
      set_position_z: 0
      gcode:
      G90
      G0 Z5 F600 # move up a little for clearance
      G28 Y
      G28 X
      G0 X200 Y305 F3600 # home on z pin at this location (CHANGE THIS TO YOUR OWN ENDSTOP LOCATION)
      G28 Z
      G0 Z10 F1800 # move up a little for clearance
      G0 X150 Y150 Z30 F3600 # Go to middle of bed
      

Slicer settings

  • This is currently what I’ve been using for ABS as far as cooling with my Sunon 5015s. Not sure where I’ll end up here, but it’s a starting point.
  • I increase default fan speed to 20% if the part has a lot of overhangs
  • Don’t be afraid to pump the fan up with ABS, especially for overhangs and short layer times.
    • The higher fan percent will increase your chamber temps and offset the higher fan usage.
    • I often see 55c+ chamber temps in my uninsulated Voron 300.
    • If I’m printing a single ABS part with short layer times I’ll often use 50%+ fan for the whole part. I haven’t had issues with layer splitting when I do this.

Slicer Settings