MillenniumMachines / MillenniumOS

An "Operations System" for RepRapFirmware. Cheap and easy manual and automatic work-piece probing, toolsetting and more, for the Millennium Machines Milo.
https://mos.diycnc.xyz
GNU General Public License v3.0
20 stars 6 forks source link

bug: post-processor doesn't like drilling strategies. #32

Closed bdistin closed 7 months ago

bdistin commented 7 months ago

qyuLAtS 1

Using a drilling strategy to chamfer a previously bored hole, but the post-processor doesn't like it.

28H62So 1

bdistin commented 7 months ago

Forgot to add, using RC15

XoBFV2z 1

bdistin commented 7 months ago

Information: Configuration: MillenniumOS v0.1.0-rc15 for Milo v1.5
Information: Vendor: Millennium Machines
Information: Posting intermediate data to 'D:\Cloud\OneDrive\Personal\OneDrive\Documents\3D Printing\LDO-Milo-V1.5-master\Fixated Clamp\3011-fixated-clamp-6mm-chamfer.gcode'
Error: Failed to post process. See below for details.
...
Code page changed to '1252  (ANSI - Latin I)'
Start time: Thursday, March 14, 2024 6:41:18 PM
Code page changed to '20127 (US-ASCII)'
Post processor engine: 4.6050.1
Configuration path: C:/Users/bdistin/AppData/Roaming/Autodesk/Fusion 360 CAM/Posts/millennium-os-v0.1.0-rc15-post-f360.cps
Security level: 1000
Include paths: C:/Users/bdistin/AppData/Roaming/Autodesk/Fusion 360 CAM/Posts
Configuration modification date: Thursday, March 14, 2024 6:08:13 PM
Output path: D:\Cloud\OneDrive\Personal\OneDrive\Documents\3D Printing\LDO-Milo-V1.5-master\Fixated Clamp\3011-fixated-clamp-6mm-chamfer.gcode
Checksum of intermediate NC data: 185dc1d3ea3f79770942f6510ede3010
Checksum of configuration: 6c84cc03903b5653350762b4bf09c0d6
Vendor url: https://www.millennium-machines.com/
Legal: Copyright (C) 2012-2018 by Autodesk, Inc. 2023-2024 Millennium Machines
Generated by: Fusion CAM 2.0.18477
...

###############################################################################
Error: Non milling strategies are not supported by MillenniumOS!
Error at line: 546
Error in operation: 'Drill2'
Failed while processing onParameter() for record 428.
###############################################################################

Error: Failed to invoke function 'onParameter'.
Error: Failed to invoke 'onParameter' in the post configuration.
Error: Failed to execute configuration.
Stop time: Thursday, March 14, 2024 6:41:18 PM
Post processing failed.```
barecool commented 7 months ago

I turn on the comments on the post processor and here is the output where it fails

(notes: ) (operation-strategy: drill) (operation-comment: Drill1) (autodeskcam:operation-id: 8) (leads-supported: 1) (autodeskcam:path: SetupsSetup1Drill1) (operation:is2DStrategy: 0) (operation:is3DStrategy: 0) (operation:isRoughingStrategy: 1) (operation:isFinishingStrategy: 0) (operation:isMillingStrategy: 0) !Error: Failed to post data. See log for details.

benagricola commented 7 months ago

Fixed in RC16.