| Usage |
python g-code_ripper-XXX.py [-g file ] or g-code_ripper-XXX.py [-g file ] |
|
-c (or --config_file) |
Configuration file to read |
|
-g (or --gcode_file) |
g-code file to read |
|
-d (or --defdir) |
Default open/save directory |
|
-h (or --help) |
print syntax help to console window. |
|
Example (Using python script with preinstalled python distribution) |
python g-code_ripper-XXX.py -g my_file.ngc |
|
Example (Using precompiled Windows executable) |
g-code_ripper-XXX.exe -g my_file.ngc |
| F1 | Open the Help dialog box. (There is nothing in the help except a reference back to the web page and my e-mail address) |
| F2 | Opens General Settings Window |
| F5 | Refresh display |
|
g-code-ripper_config.ngc or .gcoderipperrc |
When G-Code Ripper starts up the directory in which G-Code Ripper starts in is searched for a file named "g-code-ripper_config.ngc". If the file is found it is read and all of the G-Code Ripper options are set according to the settings saved in the config file. After searching for the config file in the current directory the users home directory is searched for "g-code-ripper_config.ngc" or ".gcoderipperrc" if either of these are found it will be used as the default settings. Only the first config file found is read. To create a config file with your preferred options for startup just open G-Code Ripper and change the settings to your liking and click the save button next to configuration file in the settings window. |
| G-Code Base Operations: | This section contains basic operations that are performed prior to any G-Code Operations selected below. The base operations are always applied before the additional operations. |
| Scale XY | Sets the scaling percentage for X and Y axes to be applied to the input g-code file. |
| Scale Z | Sets the scaling percentage for Z axis to be applied to the input g-code file. |
| Scale Feed | Sets the scaling percentage for feed rate to be applied to the input g-code file. |
| Rotate | Sets the angle in degrees to rotate input g-code file. |
| Origin | The origin determines the relative location of the g-code x and y zero location. The current location of the origin is displayed in the display window as a red and green lines. The red and green lines follow the RGB convention Red is the x-axis, Green in the y-axis. |
| Save G-Code File Base (Button) | This button results in saving the g-code with only the option above the button being applied (scale, rotate, origin). Any further options from below or on the right side of the image are not applied. |
| View Plane: | This section contains a variety of view plane orientations only one of the options is active at any time. |
| G-Code Operations: | In this section the additional operations that can be applied to the g-code can be selected. |
| None | No operations are performed in addition to the base operations. |
| Split | The G-Code is split along a line creating two g-code programs that can be run independently. |
| Wrap | One of the G-Code linear axes (X or Y) is mapped to a rotary axis (A or B) for machining on a cylinder. |
| Input Field | Description |
| Split X Position | X position of the splitting line. (i.e. the line on which the g-code is divided into two parts.) The X position is measured from the origin set in the base operations section. |
| Split Y Position | Y position of the splitting line. (i.e. the line on which the g-code is divided into two parts.) The Y position is measured from the origin set in the base operations section. |
| Split Angle | The angle of the splitting line. |
| Rotate Black | The rotate black setting determines whether one of the two sides of the split will be rotated by 180 degrees. Rotating 180 degrees allows the stock to be rotated 180 degrees in the machine to machine the second half. Doing this process can effectively increase size of designs that can be cut by a given machine. |
| Save G-Code File-Black (Button) | This button saves the g-code displayed as black in the canvas. |
| Save G-Code File-White (Button) | This button saves the g-code displayed as white in the canvas. |
| Plunge Feed | Because the g-code is being split additional cut starts and stops are required. During the additional starts the tool needs to plunge into the stock material. The plunge feed sets the feed rate for these new moves into the stock material. |
| Z Safe | Because the g-code is being split additional cut starts and stops are required. After one of the additional cut stops the tool needs to move to a safe position for rapid movement. The Z Safe setting sets the z position of this z location that is safe for rapid motions. |


| Input Field | Description |
| Wrap Diameter | The wrap diameter is the diameter of the cylinder which the g-code will be mapped to. |
| Y-Axis to A-Axis | Map the Y axis positions to the A-Axis |
| X-Axis to B-Axis | Map the X axis positions to the B-Axis |
| Y-Axis to B-Axis | Map the Y axis positions to the B-Axis |
| X-Axis to A-Axis | Map the X axis positions to the A-Axis |
| Feed Adjust |
How feed rates work in Mach2 and LinuxCNC (and others?):For linear motion (i.e. x,y and/or z motion):each axis moves at constant speed and all axes move from their starting positions to their end positions at the same time. For linear motion with rotation (i.e. x,y and/or z motion AND a and/or b motion): When a rotary axis is included in the movement (i.e. ther is x,y,z motion AND a or b motion) the speed is still controlled by the linear distance to be traveled in x,y,z the A,B motion has no effect on the time to complete the motion. For Rotary motion (i.e. a and/or b motion without any x,y and/or z motion): When there is no linear motion the feed rate is interpreted as a angular rate (degrees/min) Feed Adjust Settings:Feed Adjust: Scale-RotaryG-Code Ripper takes all of these scenarios into account and adjusts the feed rate accordingly to make the feed rate consistent when cutting on a cylinder. Feed Adjust: None G-Code ripper does not scale feeds in any way. (This is the same a CNCwrapper output) A note for Mach3 users: In Mach3 there is a entry (Under Settings (Alt-6)) to set the Rotation Radius using this setting will tell Mach3 how to interpret the feed rates for code mapped to a cylinder of that radius. If you use the Rotation radius you will want to select None for the Feed adjust setting in G-Code Ripper. |
| Reverse Rotary Axis | G-Code Ripper assumes that a positive linear position is always mapped to a positive angular position. If your rotary axis (A or B) is set up such that the positive linear position should be mapped to a negative angular position check this box. |
| Save G-Code File-Wrap (Button) | This button saves the wrapped g-code. |
| Stock Rounding (Button) | This button opens the Stock Rounding window. In the stock rounding window you can generate g-code for making the stock material round using a spiral cut. |

| Input Field | Description |
| Include Rapid Moves | If selected the rapid moves will be included in the exported output. |
| File Type | Select the type of file to be exported |

| Input Field | Description |
| Probe X Offset |
X distance from the tool to the probe. (if the tool is the probe this should be set to zero) |
| Probe Y Offset |
Y distance from the tool to the probe. (if the tool is the probe this should be set to zero) |
| Probe Z Offset |
Z distance from the tool to the probe. (if the tool is the probe this should be set to zero) (It is best to keep this value as close to zero as possible to prevent crashing the tool or probe) |
| Probe Z Safe |
This is the safe Z height when probing (When the probe is over the work piece). Be aware of where the tool will be when the probe is at this position to avoid cashing the tool. |
| Probe Depth |
Max Depth the probe will travel attempting to detect the work piece. If the probe travels to this position and does not detect the part an error will occur. |
| Probe Feed | The feed rate for the probe when it is lowering to detect the part. |
| X Points |
This is the number of points that form the grid of probe points in the X direction. Points that are not needed (too far from tool path) are displayed as black in the preview canvas and will not probed. |
| Y Points |
This is the number of points that form the grid of probe points in the Y direction. Points that are not needed (too far from tool path) are displayed as black in the preview canvas and will not probed. |
| Post Probe |
This is a text entry field for any G-Codes that should be executed prior to the pause between probing and cutting. (If you want to swap the probe head for the tool head you may want to raise to a specified Z height (i.e. G0Z5.0) |
| Controller | Set the CNC controller to be used. LinuxCNC and MACH3 are supported. They require different codes for probing etc. |
In recent years, Seequent (owned by Bentley Systems) has shifted almost entirely toward a Subscription-based model (Term Licensing).
When you request a quote for "Oasis montaj pricing new," the salesperson will ask you the following three questions. Your answer changes the price dramatically.
A: Yes. Geosoft Viewer is permanently free. You can open, view, and print .grd and .geosoft files, and export to .dxf. You cannot process or invert data.
A: Visit the Seequent website (seequent.com) > Products > Oasis montaj > "Request a Quote." You must provide a VAT/Tax ID or company registration number. Expect a response from a regional reseller within 48 hours.
Since you cannot buy this software off a shelf, you must negotiate. Here is the insider strategy for getting the lowest quote in 2024-2025:
If you are looking for a standard price list (e.g., "Standard License: $5,000"), you will not find one. Seequent, the developer of Oasis montaj (owned by Bentley Systems), operates on a quote-based pricing model.
This means the cost varies significantly based on three main factors:
As of April 2026, offers flexible pricing for Oasis montaj primarily through subscription-based models, including short-term "Pay & Go" options and 12-month terms. Standard Pricing Options Pay & Go Daily Subscription : Starts at $245 USD per day Oasis montaj Ultimate
package. This plan includes all platform functionalities except VOXI, UXO, and Praga Radiometric Processing. 12-Month Licenses
: Named or shared licenses are available for the core platform and its extensions. Extensions (e.g., Geochemistry, Geophysics, Geology) require a base subscription to run. Consultants Daily Subscription
: This model uses a consumption-based "pay for what you use" approach, billed monthly. Subscription Tiers & Bundles Oasis montaj Essentials
: A cost-effective entry point providing a suite of 3D modeling and analysis tools for subsurface and marine environments. Oasis montaj Ultimate
: The most comprehensive package, featuring advanced basin modeling, 3D layered earth modeling, and GM-SYS 3D modeling. VOXI Earth Modelling
: Available as separate monthly or annual subscriptions, or via pay-as-you-go options for those with an existing Oasis montaj subscription. MySeequent Key Features Included Data Handling
: Capable of processing large-scale geophysical survey data and advanced gridding. Extensions
: Over 25 specialized modules available for visualization, QA/QC, and specialized data interpretation (magnetic, gravity, radiometric, etc.). Operational Flexibility
: Users can work offline for up to 30 days once a license is checked out.
For enterprise or custom project quotes, you can contact your local office via the Seequent Contact Page features of the Ultimate vs. Essentials tiers to see which fits your project better? Oasis montaj | Geophysical software
For those looking for current pricing on Seequent's Oasis montaj
as of April 2026, the software has transitioned largely to a subscription-based model. While long-term enterprise pricing typically requires a direct quote from Seequent Sales
, several flexible "Pay & Go" and tiered options are now publicly listed. Short-Term "Pay & Go" Subscriptions For project-based work, Oasis montaj Pay & Go offers immediate access via credit card payment. Daily Rate : Approximately $245 USD per day for the Ultimate package. Duration Options : Subscriptions can be purchased for 1 day, 3 days, or 7 days Immediate Activation
: Subscriptions start as soon as the payment is processed and are valid for a consecutive period (e.g., a 24-hour block). Capped Billing
: For certain consultant tiers, usage may be capped (e.g., at 15 days per product per month) to provide cost predictability. Annual and Enterprise Licensing
For long-term users, annual "named" or "shared" licenses are the standard. SPH Engineering Oasis montaj Essentials
: A baseline subscription providing core 3D modelling and geoscience data analysis tools. Extensions
: Specialized capabilities—such as geochemistry, UXO detection, or gravity and magnetic processing—are typically added as modular extensions to the Essentials base. Government/Enterprise Scale
: Large-scale upgrades for national surveys can run into significant figures; for example, a two-year enterprise upgrade proposal for nine licenses was recently valued at over ₹8 crore (~$960,000 USD)
, illustrating the high cost of multi-user, full-suite enterprise environments. National Mineral Exploration Trust (NMET) Free and Academic Tiers Oasis montaj Viewer free version
remains available specifically for viewing and sharing Geosoft grid and database files without processing capabilities. Academic Program : Seequent offers a Free Academic Option
for students to gain hands-on experience with industry-standard tools at no cost. Key Considerations for New Users Pricing & Subscription Options - Seequent
Here’s a short story based on the keyword phrase "oasis montaj pricing new": oasis montaj pricing new
Title: The New Calculation
Logline: A geophysicist on the edge of burnout discovers that the newly released pricing model for Oasis Montaj isn’t just a budget update—it’s a cryptic key to saving her team’s most critical project.
Dr. Lena Varma stared at the screen, her third cup of cold coffee beside her. The green and black contour maps of Oasis Montaj software glowed across her dual monitors, showing magnetic gradients over the Kavir Desert. Her finger hovered over the mouse—one click would finalize the inversion model. One click, and six months of field data would either reveal a buried copper deposit or send her team back to square one.
Then the email arrived.
Subject: Oasis Montaj Pricing New Structure – Effective Immediately
She groaned. Pricing updates from Geosoft always meant two things: more forms to sign and a frantic call from accounting. But curiosity got the better of her. She opened it.
The email was… strange. No corporate jargon. No cheerful “we’re excited to announce.” Just a single line:
“New pricing: one truth per dataset. Choose carefully.”
Below it, a link: ACTIVATE NEW PRICING.
Lena laughed nervously. “One truth per dataset?” She glanced around the empty office. The fluorescent lights hummed. Her colleague, Marco, had gone home hours ago. The janitor’s cart was parked by the server room, but no one was there.
She clicked the link.
The software didn’t ask for a credit card. Instead, Oasis Montaj relaunched—but wrong. The familiar toolbar was gone. In its place, a single input field with a blinking cursor. Above it, text appeared:
“Your current model shows a 78% probability of copper at 220m depth. However, trace arsenic suggests a different story. Which truth do you want to pay for?”
Lena’s heart thumped. Arsenic? She hadn’t included arsenic pathfinding in this pass. She quickly cross-checked her raw geochemistry logs. There it was—a subtle arsenic halo she’d dismissed as contamination. But if arsenic was real, the copper wasn’t at 220m. It was deeper. 340m. Too deep for their current drill contract.
“No,” she whispered. “We can’t afford to drill deeper.”
The software replied:
“Then you cannot afford the truth. Select pricing tier:”
• Shallow truth (220m copper) – $0 (free, but false) • Deep truth (340m copper) – $12,000 (one-time license) • Full inversion (both models, arsenic correlation) – $47,000 (annual subscription)
Lena’s hand trembled. This wasn’t pricing. This was a test. The shallow truth would save the project budget today but doom the drill program to failure. The deep truth would bankrupt their remaining funds—but if copper was there, it would make them legends.
She thought of her team. Of the village near the survey site that needed clean water, which the mining royalties could fund. Of Marco, who’d mortgaged his house for this exploration gamble.
She typed: “Full inversion. Both models. Arsenic correlation.”
The screen flickered. A progress bar: CALCULATING NEW PRICING…
Then a final message:
“Truth costs. But lies cost more. License granted. Good luck, Dr. Varma.”
Oasis Montaj rebooted—normal interface, normal tools. A new layer appeared on her map: arsenic-copper vector arrows pointing straight down to 340 meters. And a pop-up receipt: $47,000 billed to project overhead. Approval pending.
Lena took a deep breath. Then she picked up the phone to call accounting. She had a feeling they’d understand—once she showed them what “new pricing” really bought.
End.
Discounts and Promotions
Conclusion
The pricing for Oasis Montaj varies depending on the specific modules, licensing options, and packages chosen. The software offers a range of solutions for geological data management and analysis, with pricing starting at $2,500 per year for the core module. Discounts are available for educational institutions, volume purchases, and promotional offers. In recent years, Seequent (owned by Bentley Systems)
Recommendations
Vendor Information
The current pricing for Seequent Oasis montaj centers on a flexible, subscription-first model designed to accommodate varying project scales, ranging from daily consultant use to long-term enterprise deployments. As of 2026, the software continues to follow the "Seequent ID" system, which provides a unified sign-in for accessing various geoscience solutions. Core Pricing Options
Seequent offers three primary licensing tiers for new and existing users: Welcome to Consultants Daily - Seequent
Oasis Montaj Pricing: A Comprehensive Guide to the Latest Costs
In the world of geospatial software, Oasis Montaj has established itself as a leading platform for data integration, analysis, and visualization. With a wide range of applications across various industries, including mining, oil and gas, and environmental management, Oasis Montaj has become a go-to solution for professionals seeking to extract insights from complex data sets. As the software continues to evolve, one of the most pressing concerns for potential users is the pricing. In this article, we'll provide a detailed overview of the Oasis Montaj pricing structure, including any recent changes and what you can expect to pay in the new era of Oasis Montaj.
History of Oasis Montaj Pricing
Oasis Montaj, developed by Geosoft, has been a prominent player in the geospatial software market for over two decades. Initially, the software was available as a desktop application with a perpetual license model, where users purchased the software outright and paid for maintenance and support on an annual basis. Over the years, the company has introduced various pricing models, including subscription-based options, to cater to changing user needs and market trends.
Current Oasis Montaj Pricing Structure
As of the latest updates, Oasis Montaj offers a range of pricing options to suit different user requirements. While the company hasn't publicly disclosed a one-size-fits-all pricing list, we can break down the general cost structure into the following categories:
New Oasis Montaj Pricing: What to Expect
As the software continues to evolve, Oasis Montaj pricing has undergone recent changes to reflect the addition of new features, enhanced functionality, and shifting market conditions. Here are some key updates to consider:
Oasis Montaj Pricing Tiers: Estimated Costs
While exact pricing may vary depending on your location, usage, and other factors, here are some estimated costs for the different Oasis Montaj pricing tiers:
Factors Affecting Oasis Montaj Pricing
When evaluating Oasis Montaj pricing, several factors come into play:
Conclusion
Oasis Montaj remains a powerful tool for geospatial data analysis and visualization, with a pricing structure designed to accommodate diverse user needs. As the software continues to evolve, it's essential to stay informed about the latest pricing updates and models. While estimated costs are provided above, we recommend contacting Geosoft or an authorized reseller for a personalized quote, taking into account your specific requirements and deployment plans.
Recommendations
By understanding the Oasis Montaj pricing structure and taking into account your organization's unique needs, you can make an informed decision about investing in this powerful geospatial software platform.
For geoscientists and exploration companies, the latest pricing model for Oasis montaj reflects a significant industry shift from permanent capital expenditures to flexible, operational subscription-based models. As of early 2026, Seequent—now part of Bentley Systems—offers a tiered subscription system designed to accommodate everything from short-term consulting projects to enterprise-level exploration programs. Core Subscription Pathways
Access to Oasis montaj is now primarily managed through two main commercial subscription types:
Pay and Go (Daily/Weekly): Ideal for short-term projects or consultants who do not require year-round access. The Oasis montaj Pay and Go rate for the Ultimate package is approximately $245 USD per day. This includes comprehensive functionality but excludes specialized VOXI inversion and UXO tools.
Annual Named or Shared Seats: Organizations often opt for 12-month terms.
Named Seat: A dedicated license for one specific user, offering the predictability of fixed costs and the ability to work offline for up to 30 days.
Shared Seat: Maximizes value across teams by allowing multiple users to access the seat sequentially (limited to one at a time). Tiered Functionality: Essentials and Beyond
Seequent has streamlined its offering into the Oasis montaj Essentials Subscription, which provides the foundational tools for 3D earth modeling and geoscience data analysis. Users can then "stack" capabilities by adding over 15 specialized extensions based on project needs:
Geophysical Processing: Specialized filters (1D/2D Fourier) and gravity/magnetic reduction tools.
Hazard Detection: Dedicated 12-month licenses for onshore and offshore UXO, cable, and pipe detection.
VOXI Earth Modelling: Cloud-powered inversion services that are typically billed via additional subscriptions or pay-as-you-go modeling units. Academic and Collaborative Access As of April 2026, offers flexible pricing for
To support the future workforce, the Seequent Academic Program provides heavily reduced-rate licenses for students and educators at accredited institutions. These are strictly for non-commercial research and teaching. Pricing & Subscription Options - Seequent
I understand you’re looking for current pricing for Geosoft’s Oasis montaj software. However, pricing for this specialized geophysical software is not publicly listed—it requires a direct quote from the vendor (now part of Seequent, which is owned by Bentley Systems).
Here’s what you need to know:
⚠️ Avoid third-party “price list” sites – They are often outdated or incorrect. Always get an official quote.
If you provide your location and intended use (commercial, academic, government, mining, oil & gas, environmental), I can help you find the right contact at Seequent for a formal quote.
Seequent's Oasis montaj pricing for 2026 has shifted heavily toward flexible, subscription-based models. While traditional annual licenses remain available through direct enquiry, the company now emphasizes a "Pay & Go" model for short-term projects and specialized extensions. Short-Term & Flexible Pricing (Pay & Go)
For users who only need the software for specific project windows, Seequent offers the Oasis montaj Pay & Go system.
Daily Rate: Starting at $245 USD per day for the Oasis montaj Ultimate package.
7-Day Access: Weekly packages are also available for short-term intensive work.
Billing: Pay & Go subscriptions are purchased via credit card and start immediately upon approval. Long-Term Enterprise & Standard Licenses
For ongoing operational needs, Seequent provides 12-month subscriptions.
Named License: Unlimited use for a single dedicated user over 12 months.
Shared License: Allows multiple users to access the software (one at a time).
Enterprise Pricing: Large-scale deployments for government or major private entities (like the Geological Survey of India) are typically negotiated and can range into significant figures depending on the number of licenses and extensions included.
Note: Standard annual pricing is not listed publicly and requires a direct price enquiry. Subscription Tiers & Packages Features are bundled into three primary tiers:
Oasis montaj (Standard): Core processing, gridding, and data management.
Basin Modelling: Adds energy-sector workflows and seismic integration.
Ultimate: Includes all basin modelling features plus most extensions (excluding UXO and VOXI). Add-ons & Free Options
VOXI Earth Modelling: Uses a pay-as-you-go model for inversions based on the size of the data grid (e.g., small inversions start around $45 USD).
Academic Program: Free or discounted licenses are available for students and educators.
Oasis montaj Viewer: A completely free version is available for viewing and sharing grid (.grd) and database (.gdb) files without processing capabilities.
seequent.com/products-solutions/oasis-montaj/demo/">demo from Seequent to see how these tiers fit your specific survey data? Oasis montaj | Geophysical software - Seequent
For geophysicists looking at the 2026 pricing and software updates for Oasis montaj, the model has shifted significantly toward flexible, consumption-based subscriptions. Seequent, the developer, has largely replaced high-upfront perpetual licenses with "Pay & Go" and tiered subscription models that allow teams to scale costs based on project duration. Current Pricing Models (as of April 2026)
Oasis montaj now operates primarily on a subscription basis, with three main ways to access the software:
Oasis montaj Pay & Go: Designed for short-term projects or consultants who don't need a year-round license.
Daily Rate: Approximately $245 USD per day for the "Ultimate" package.
Billing: Users are charged for a consecutive 24-hour period from the time of purchase.
Standard & Ultimate Annual Subscriptions: These are 12-month "Named Seat" or "Shared" licenses.
While Seequent often requires a direct quote for enterprise annual pricing, the Oasis montaj Ultimate bundle is the current flagship, including nearly all extensions like GM-SYS 3D and depth-to-basement tools.
Consultant Cap: For individual consultants using Seequent IDs, daily rates may be capped at a maximum monthly charge (e.g., around $997.50 USD for specific extensions) to prevent runaway costs on long projects.
Academic Program: Students and researchers can access a free academic option for learning purposes, though this is restricted from commercial use. Recent Pricing Adjustments & Updates Oasis montaj | Geophysical software