Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.
/ Slic3r Public archive
forked from slic3r/Slic3r

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)

Notifications You must be signed in to change notification settings

llluis/Slic3r

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork from Slic3r master branch, including recent updates from alexrj.

Changes discussed in issue #1677 and pull request 208.

Build Status

Features implemented:

  • Pressure control
    • The main goal is to create a pressure control mechanism mainly for bowden setups, but it can be used in other setups, controlling the different pressure in the filament based on the extrusion speed. This way, the filament will be pushed or pulled a specified amount during speed changes to compensate the different pressure required, maintaining the correct extrusion flow.
    • Use the same logic as per Matt Roberts Advance Algorithm (the pressure is proportional to speed^2)
    • Triggered every speed change
    • A new extruder parameter let you define the advance constant
      • 0% disables the feature
      • 100% will push or pull 100% of the amount calculated by the algorithm.
      • Use this to adjust the extra amount of filament that the algorithm will insert in your gcode.
    • The extra amount in the system is accounted during retraction and unretraction, allowing the use of a smaller retract distance
  • Unretract speed
    • Use a different unretraction speed from retraction (slower, for instance, to allow the melting in the hotend)
    • Zero will disable the feature and the retract speed will be used

About

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.3%
  • Perl 5.8%
  • C 1.9%