Commit graph

10 commits

Author SHA1 Message Date
casperlamboo
5037d2f642 Applied printer-linter format 2023-03-23 15:23:42 +00:00
c.lamboo
2181bbceb3 Fix gcode flavors in profiles
For some printer definitions the `machine_gcode_flavor` was entered incorrectly (the display name was used rather than the flavor-key). Previously in combo boxes the flavour would default to the first key (which is "marlin"). Due to recent changes we will not default anymore to the first option, but instead show nothing. By changing the flavor to the correct key the flavors will show up correctly again.

CURA-10374
2023-03-23 16:22:22 +01:00
jspijker
53d8e0c730 Applied printer-linter format
To make sure we have uniform diffs with our PR's
2022-12-30 22:05:41 +01:00
Jaime van Kessel
9d12ee841b
Remove unneeded values from machine profiles 2022-09-06 10:21:21 +02:00
Daniel Kurth
8edab850a8 refactor: Removes override "extrude_prime_pos_abs" 2021-03-15 14:27:46 +01:00
Daniel Kurth
b1788f3329 refactor: New meshes for Atom 3 / lite
Add smaller meshes for the Atom 3 and Atom 3 Lite printer as they are too big for the official repo.
2021-03-15 14:21:01 +01:00
Daniel Kurth
f2c1b6234d refactor: Small changes to Atom 3 machine def file
Atom 3 machine definitions file:
- removes "default_values" where "values" are present
2021-03-15 12:22:34 +01:00
Daniel Kurth
4eefca94f9 refactor: Several small changes Atom 3 def files
Atom 3 machine definitions file:
- Not correctly set maximum or minimum values are removed
- removed "default_values" where "values" are present
- "support_z_distance" is now dependent on the "layer_height"
- "support_top_distance" and "support_bottom_distance" are removed to as they should be equal to the "support_z_distance"
2021-03-15 12:11:44 +01:00
Daniel Kurth
cb3205c382 fix: Removes custom setting in machine def file
Removes custom settings in the machine definition files. These were used to set custom values for the maximum print temperature, maximum retraction speed and distance based on the tool which is used (PTFE or full metal hot end). Thus all variants are also updated. This is done based on feedback of a pull request.
2021-03-10 21:10:53 +01:00
Daniel Kurth
22dd625c7d feat: Adds files for Layer Atom 3 line of printers
The commit adds:
- Machine definition files for the Layer One Atom 3 and Atom 3 Lite Printer
- One shared extruder definition file for the Atom 3 and the Atom 3 Lite
- A mesh file for the Atom 3 and Atom 3 Lite
- Variant files for [0.2; 0.4; 0.6]mm Nozzles for PTFE and full metal hotends
2021-02-28 12:34:23 +01:00