Lipu Fei
c8cef9583e
rename scene.gcode_list to gcode_dict
...
CURA-4741
With the multi build plate feature, scene.gcode_list is now a dict which
stores a list of gcode for a build plate, so it makes more sense to have
it renamed to "gcode_dict" because it's not a list.
2018-01-08 16:18:41 +01:00
Jack Ha
5152b2ae65
Solved merge conflicts. CURA-4525
2017-12-21 10:52:51 +01:00
Ghostkeeper
e621ace3e4
Remove unnecessarily setting definition
...
This definition is included in the metadata of container 2.
Contributes to issue CURA-4243.
2017-12-08 12:42:19 +01:00
Jack Ha
7d24933835
Fix save to file.
...
Changed order of setting metadata for correct overwriting.
Contributes to issue CURA-4243.
2017-12-05 11:55:54 +01:00
Ghostkeeper
ebe766a7c8
Set definition by their ID
...
The new function for setting the definition just adds the ID to the metadata.
Contributes to issue CURA-4243.
2017-11-24 16:45:09 +01:00
Jack Ha
be6561b575
CURA-4525 fixed material info per build plate, bugfix arrange on load
2017-11-15 10:28:34 +01:00
Mark
9a193ad5c5
Changing AGPLv3 to LGPLv3
2017-09-28 13:00:43 +02:00
Ghostkeeper
bd75102ee5
Fix saving g-code if no quality profile is set
...
If the quality profile was 'empty', then the container type wasn't properly set, so you can't find any quality profile. This gets the quality profile from the stacks, so you will find the empty profile (which has the wrong type but at least you can try to request metadata from it).
2017-07-06 13:52:54 +02:00
Jaime van Kessel
f2f83750c2
Type is now always added when deserializing profiles to g-code
...
CURA-3829
2017-05-18 16:42:11 +02:00
Lipu Fei
3a5a28cc38
Use CuraStack.qualityChanges to get quality changes
...
CURA-3770
2017-05-08 11:33:50 +02:00
Simon Edwards
74e5798509
Lots of import fixes. Eliminated the import hacks such as those used inside UM/Settings/__init__.py.
...
CURA-2917
2016-12-12 16:05:35 +01:00
Ghostkeeper
3c9ebfab8f
Merge branch '2.3'
...
Conflicts:
resources/definitions/fdmprinter.def.json
resources/materials/generic_abs.xml.fdm_material
resources/materials/generic_cpe.xml.fdm_material
resources/materials/generic_nylon.xml.fdm_material
resources/materials/generic_pla.xml.fdm_material
resources/materials/ultimaker_abs_black.xml.fdm_material
resources/materials/ultimaker_abs_blue.xml.fdm_material
resources/materials/ultimaker_abs_green.xml.fdm_material
resources/materials/ultimaker_abs_grey.xml.fdm_material
resources/materials/ultimaker_abs_orange.xml.fdm_material
resources/materials/ultimaker_abs_pearl-gold.xml.fdm_material
resources/materials/ultimaker_abs_red.xml.fdm_material
resources/materials/ultimaker_abs_silver-metallic.xml.fdm_material
resources/materials/ultimaker_abs_white.xml.fdm_material
resources/materials/ultimaker_abs_yellow.xml.fdm_material
resources/materials/ultimaker_cpe_black.xml.fdm_material
resources/materials/ultimaker_cpe_blue.xml.fdm_material
resources/materials/ultimaker_cpe_dark-grey.xml.fdm_material
resources/materials/ultimaker_cpe_green.xml.fdm_material
resources/materials/ultimaker_cpe_light-grey.xml.fdm_material
resources/materials/ultimaker_cpe_red.xml.fdm_material
resources/materials/ultimaker_cpe_transparent.xml.fdm_material
resources/materials/ultimaker_cpe_white.xml.fdm_material
resources/materials/ultimaker_cpe_yellow.xml.fdm_material
resources/materials/ultimaker_nylon_black.xml.fdm_material
resources/materials/ultimaker_nylon_transparent.xml.fdm_material
resources/materials/ultimaker_pla_black.xml.fdm_material
resources/materials/ultimaker_pla_blue.xml.fdm_material
resources/materials/ultimaker_pla_green.xml.fdm_material
resources/materials/ultimaker_pla_magenta.xml.fdm_material
resources/materials/ultimaker_pla_orange.xml.fdm_material
resources/materials/ultimaker_pla_pearl-white.xml.fdm_material
resources/materials/ultimaker_pla_red.xml.fdm_material
resources/materials/ultimaker_pla_silver-metallic.xml.fdm_material
resources/materials/ultimaker_pla_transparent.xml.fdm_material
resources/materials/ultimaker_pla_white.xml.fdm_material
resources/materials/ultimaker_pla_yellow.xml.fdm_material
Contributes to issue CURA-2737.
2016-10-20 12:41:31 +02:00
Jack Ha
a030b5bfc3
Fix gcode profile. CURA-2718
2016-10-18 10:26:02 +02:00
Jack Ha
0511906263
Revert "Fix gcode profile. CURA-2718"
...
This reverts commit deb360642984cdd6ffa2b13cc182e9d1dfd9855e.
2016-10-18 10:18:06 +02:00
Jack Ha
deb3606429
Fix gcode profile. CURA-2718
2016-10-18 09:55:45 +02:00
Ghostkeeper
96e516c676
Allow for saving multiple scene nodes at the same time
...
The selection saving saves the entire current selection and their child nodes.
Contributes to issue CURA-2617.
2016-10-17 15:53:33 +02:00
Ghostkeeper
4769b22138
Sort profiles on extruder position before exporting
...
In the importer the extruders are sorted on extruder position. In the exporter they need to be in the same order.
Contributes to issue CURA-2655.
2016-10-14 11:46:39 +02:00
Jaime van Kessel
960a390350
Ensure that the correct properties get set for writing profiles to g-code
...
CURA-2462
2016-09-27 14:05:56 +02:00
Jaime van Kessel
bbb211b0f6
Saving profile to g-code with empty container no longer results in empty string
2016-09-07 15:28:58 +02:00
Jaime van Kessel
2c82f5a177
Instead of writing quality + user to g-code, we now write quality_changes + user
2016-09-02 16:36:49 +02:00
Arjen Hiemstra
0f1c59c925
Properly catch when either extruder or global quality is not properly set
...
Cornercase, but it avoids bubbling odd error messages to the UI.
Fixes CURA-1997
2016-08-02 15:20:03 +02:00
Jaime van Kessel
b5d2533820
G-code writer no longer uses duplicate for flattening profile
...
Spent to much time fixing this already, so we now just make a new profile by hand based on the profiles to be flattened
CURA-1933
2016-07-29 09:59:57 +02:00
Jaime van Kessel
b3f0c257e4
Flattend profiles are now set to dirty
...
This fixes issue where profiles used in g-code writer were saved
2016-07-26 13:37:28 +02:00
Jaime van Kessel
70242ba502
Saving a file no longer causes a re-slice
...
CURA-1933
2016-07-25 15:44:16 +02:00
Jaime van Kessel
726eb97d9f
Machine_id instead of definition_id is now used to link extruders
...
Contributes to CURA-1898
2016-07-13 11:17:44 +02:00
Simon Edwards
642ea6791b
When saving the quality profile data, also incorporate any user settings/changes.
...
Contributes to CURA-1727 GCode Profile reading/writing: Broken and needs update
2016-07-13 09:29:47 +02:00
Simon Edwards
64ecb114b8
Store the Quality profile for the 'global' and extruders in the gcode. Read in all of the quality profile during import.
...
Contributes to CURA-1727 GCode Profile reading/writing: Broken and needs update
2016-07-12 12:41:49 +02:00
Thomas Karl Pietrowski
d49ba80117
GCodeWriter: Getting always the correct container with the currently used profile.
2016-06-24 16:00:38 +02:00
Thomas Karl Pietrowski
6a1942c254
GCodeWriter: Exporting the data as done on regualar exports
2016-06-23 19:40:00 +02:00
Ghostkeeper
d602c0754f
Properly serialise all settings to g-code file
...
This makes for ugly g-code files, true, but at least the functionality of saving settings is useful now: It's traceable. Could've implemented this somewhere else too, but this is fine for now.
Contributes to issue CURA-1278.
2016-05-24 03:00:16 +02:00
Ghostkeeper
8b5c4b0361
Document GCodeWriter class
...
Contributes to issue CURA-1278.
2016-05-24 02:28:56 +02:00
Ghostkeeper
673f63cf51
Remove unused import
...
The deep copy is no longer needed. Also updated copyright year.
Contributes to issue CURA-1278.
2016-05-24 02:26:02 +02:00
Ghostkeeper
59b8d5c169
Fix saving g-code to file
...
The settings that are serialised at the end of the g-code are now the serialised global container stack. That's fairly useless since the serialised version of a container stack just lists the IDs of the containers in the stack, not the settings themselves. One of these containers is likely a current_profile container and that's all the information you'll get from that serialisation.
Contributes to issue CURA-1278.
2016-05-24 02:24:11 +02:00
Jaime van Kessel
9009fb9d3d
Codestyle & documentation
...
CURA-537
2016-04-28 16:01:54 +02:00
Thomas-Karl Pietrowski
c986fa0268
Removing unused imports
2016-03-15 12:50:29 +01:00
fieldOfView
90fda4cb3d
Remove defaults section from current settings before adding it to a gcode file.
...
Contributes to CURA-936
2016-03-02 21:18:16 +01:00
fieldOfView
6e11c2409b
Use working profile instead of "active" profile
2016-02-08 09:20:46 +01:00
Ghostkeeper
afd63c53c0
Escape characters of escape_characters dict at initialisation
...
Instead of escaping it each time you read a function with that ugly inline for loop, escape the characters when initialising the dict itself.
Contributes to issue CURA-34.
2015-12-17 13:35:16 +01:00
Ghostkeeper
a3936540d8
Move escape characters to be a static class variable
...
It is static and constant, so it won't need to initialise this dictionary every time it reads.
Contributes to issue CURA-34.
2015-12-17 13:35:16 +01:00
Ghostkeeper
6908f2c011
Move prefix length out of for loop
...
It is cached so it only needs to be computed once.
Contributes to issue CURA-34.
2015-12-17 13:35:16 +01:00
Ghostkeeper
cfa4382052
Move serialised version number to top of GCode reader/writer
...
The version number is more clearly exposed there.
Contributes to issue CURA-34.
2015-12-17 13:35:16 +01:00
Ghostkeeper
541873ae6e
Revert "Make serialisation version static"
...
This reverts commit 1771aafddb5082f51728b69f66862880701b4965.
Contributes to issue CURA-34.
2015-12-17 13:33:10 +01:00
Ghostkeeper
63bdb08ec2
Make serialisation version static
...
It needs to be accessed by GCodeReader to remain consistent.
Contributes to issue CURA-34.
2015-12-17 13:33:10 +01:00
Ghostkeeper
398dd60637
Limit g-code comments to 80 characters and add prefix
...
The prefix is of the form ;SETTING_n where n is the version ID of the profile serialisation.
Contributes to issue CURA-34.
2015-12-17 13:33:10 +01:00
Ghostkeeper
914ea8ba39
Append settings to g-code
...
A serialised version of the settings are now appended to the g-code. It doesn't introduce line breaks yet, so the g-code may be invalid if the firmware doesn't handle lines longer than 80 characters.
Contributes to issue CURA-34.
2015-12-17 13:33:09 +01:00
Arjen Hiemstra
d6b3044c79
Update GCodeWriter to the new API
2015-07-28 17:57:08 +02:00
Arjen Hiemstra
9d7e460b50
Add missing copyright headers
...
Fixes #5
2015-05-11 12:18:05 +02:00
Arjen Hiemstra
0a6562a8f1
Style: Use "" for strings not ''
2015-05-06 18:32:54 +02:00
Arjen Hiemstra
bda10b5ce5
Add 'plugins/GCodeWriter/' from commit '6fc044387a3de779032ce69812040bb772971ddc'
...
git-subtree-dir: plugins/GCodeWriter
git-subtree-mainline: 92afe31e370d117e74c0ea2da9da559db7fa4603
git-subtree-split: 6fc044387a3de779032ce69812040bb772971ddc
2015-04-30 14:43:27 +02:00