Просмотр исходного кода

- solved bug that made drilling with Marlin preprocessor very slow

Marius Stanciu 6 лет назад
Родитель
Сommit
0807e9aaf1
2 измененных файлов с 2 добавлено и 0 удалено
  1. 1 0
      FlatCAMObj.py
  2. 1 0
      README.md

+ 1 - 0
FlatCAMObj.py

@@ -3591,6 +3591,7 @@ class FlatCAMExcellon(FlatCAMObj, Excellon):
             job_obj.tool_offset = self.tool_offset
             job_obj.tool_offset = self.tool_offset
             job_obj.z_move = float(self.options["travelz"])
             job_obj.z_move = float(self.options["travelz"])
             job_obj.feedrate = float(self.options["feedrate"])
             job_obj.feedrate = float(self.options["feedrate"])
+            job_obj.z_feedrate = float(self.options["feedrate"])
             job_obj.feedrate_rapid = float(self.options["feedrate_rapid"])
             job_obj.feedrate_rapid = float(self.options["feedrate_rapid"])
 
 
             job_obj.spindlespeed = float(self.options["spindlespeed"]) if self.options["spindlespeed"] != 0 else None
             job_obj.spindlespeed = float(self.options["spindlespeed"]) if self.options["spindlespeed"] != 0 else None

+ 1 - 0
README.md

@@ -12,6 +12,7 @@ CAD program, and create G-Code for Isolation routing.
 10.02.2020
 10.02.2020
 
 
 - optimized the Paint and NCC Tools. When the Lines type of painting/clearing is used, the lines will try to arrange themselves on the direction that the lines length clearing the polygon are bigger
 - optimized the Paint and NCC Tools. When the Lines type of painting/clearing is used, the lines will try to arrange themselves on the direction that the lines length clearing the polygon are bigger
+- solved bug that made drilling with Marlin preprocessor very slow
 
 
 8.02.2020
 8.02.2020