Commit History

Author SHA1 Message Date
  Alessandro Ranellucci 725d0ab408 Ported PrintObject::_support_material_flow() to C++ 6 years ago
  Joseph Lenox 1ae53d02c5 Ensure filament_extruder is reinitialized. 6 years ago
  Joseph Lenox 5509afa82a #4569 Added new gcode placeholder, [filament_extruder_id] that is only valid in filament start/end gcode and refers to which position this filament is loaded in. 6 years ago
  Joseph Lenox d17659b67c Add GIT commit version to About dialog and to exported GCode. 6 years ago
  Joseph Lenox fbdb8da86b Prime layer_num and layer_z for end_gcode. 6 years ago
  Joseph Lenox 55a4e95b94 Oops, missed a line when editing to use label_printed_objects 6 years ago
  Joseph Lenox 75de746431 Added specific option for labelling gcode sections on object change. Finishes implementing #4444 6 years ago
  Merill 89f8623eea CancelObject implementation (#4470) 6 years ago
  Joseph Lenox bc145c5c73 Use end_gcode, not start_code for determining to append bed cool command. 6 years ago
  Joseph Lenox 44dc572bf7 Use heatbed config option to determine whether to auto-include M140 S0 at end. 6 years ago
  Joseph Lenox d8a743d177 If M190, M109, M104, or M140 commands are not present in end gcode, append commands to shut off all hotends and the bed (same as start gcode). 6 years ago
  Joseph Lenox 5fd87dfab8 Update GCode.pm 7 years ago
  platsch 93c898f4bc apply conditional gcode parser to tool change gcode (#4229) 7 years ago
  Joseph Lenox 576a86d449 Consider filament start gcode when deciding whether or not to prepend heating gcode. 7 years ago
  Joseph Lenox 202a90ff90 Math evaluation in gcode (#4157) 7 years ago
  Shien Yang Lee dc6cfffae4 Added option to manually reorder sequentially printed objects via plater (#4153) 7 years ago
  Joseph Lenox e064fdf170 Added notes to beginning of output gcode. 7 years ago
  Alessandro Ranellucci 6e2ffaf4ca Bugfix: first_layer_temperature was ignored by ooze_prevention for first layer skirt/brim. #3964 7 years ago
  Alessandro Ranellucci 1d97698270 Ignore too thin extrusions when computing the volumetric speed, otherwise very slow speeds would be generated. #3868 7 years ago
  Alessandro Ranellucci bc96a1a268 New customizable G-code to be added between objects when using sequential printing. (by @lordofhyphens) #3264 #3275 7 years ago
  Joseph Lenox 068ef7b9af Use multiplication for support material speed 7 years ago
  Alessandro Ranellucci 3271010226 Write mm^3/s to the G-code comments 7 years ago
  Alessandro Ranellucci 9dbe2eea37 Menu option for coloring toolpaths by extruder using the configured filament colors 8 years ago
  Alessandro Ranellucci ad666beac0 Ported GCodeReader and SpiralVase to C++ 8 years ago
  Alessandro Ranellucci 4c577043f4 Fixed tests broken by the spiral vase change 8 years ago
  Alessandro Ranellucci 8067295684 Check number of skirt loops before disabling spiral vase 8 years ago
  Alessandro Ranellucci c93314c8fe Bugfix: wrong extruder order when more than 10 extruders were used. #3235 8 years ago
  Alessandro Ranellucci 662031bc2d Print the brim using the support material extruder if we have a raft. #2957 8 years ago
  Alessandro Ranellucci 795a3d06fa Only enable ooze_prevention when print uses more than one extruder. #3334 8 years ago
  Alessandro Ranellucci 7b914d17f3 Merge pull request #3588 from lordofhyphens/filament-gcode 8 years ago
  Alessandro Ranellucci f670ad6821 New Interior Brim option. #2026 8 years ago
  Joseph Lenox 0741ecc2aa Add weight/cost output to gcode. On the way to #647 (#3669) 8 years ago
  Alessandro Ranellucci 5470e89f7a Allow autospeed for gap fill. Now gap_fill_speed = 0 enabled autospeed (consistenly with other speed settings) and does not disable gap fill. A new fill_gaps option, defaulting to true, was added for this purpose. #2976 8 years ago
  Alessandro Ranellucci d9a663098a Make tests pass again 8 years ago
  Alessandro Ranellucci 959da803fb Calculate autospeed on a per-layer basis in order not to slowdown the print too much when first layer or solid layers have very different settings affecting flow. #3021 8 years ago
  Alessandro Ranellucci 117fb30636 Ported CoolingBuffer to C++/XS 8 years ago
  Alessandro Ranellucci e901514212 New feature: brim connections 8 years ago
  Alessandro Ranellucci 1d74839373 Allow bed_temperature = 0. #3505 8 years ago
  Joseph Lenox 19eea19d91 Filament-specific start and end gcode. GUI page copied from Printer settings. 8 years ago
  Joseph Lenox c5c1cab4f9 Adds new has_heatbed option to capabilities to disable autogeneration of bed temp settings. 8 years ago
  Alessandro Ranellucci 6f1d1f6af7 Some cleanup and further optimization to 5f521b24c42ed657967b919871900fa6a65ba790. #3293 8 years ago
  bubnikv 5f521b24c4 Fix of git #3293: More efficient GCode export 8 years ago
  Chow Loong Jin 5f8eea9adf Don't use equality comparisons for floats 9 years ago
  Alessandro Ranellucci a32937cef2 Refactoring: new Layer::make_fill() method 9 years ago
  Alessandro Ranellucci 1a286fc906 Fixes and improvements to MotionPlanner, much smarter now 9 years ago
  Alessandro Ranellucci 3c862836f2 Refactored the Config XS bindings 9 years ago
  Alessandro Ranellucci 9b21ac877a Merge branch 'master' into sender 9 years ago
  Alessandro Ranellucci 9fcec10737 Finished porting LayerRegion to C++ 9 years ago
  Alessandro Ranellucci 3e739b87da Finished porting Slic3r::GCode to XS (speed boost!) 9 years ago
  Alessandro Ranellucci fbd640fdc5 Ported GCode::extrude_path() to XS (speed boost!) 9 years ago