MaukCC
95e507edd1
Create cartesio
2017-01-12 10:45:33 +01:00
awhiemstra
a2e00bd560
Merge pull request #1336 from fieldOfView/fix_center_zero_tower_pos
...
Fix prime disallowed areas when center is zero
2017-01-12 10:28:53 +01:00
fieldOfView
1226b2e78e
Fix the min/max values for prime(tower) positions when center_is_zero
2017-01-11 18:05:27 +01:00
Tim Kuipers
16d8bdf628
JSON fix: prime tower thickness defaulted to zero, rather than defaulting to full prime tower (CURA-3175)
2017-01-11 16:58:22 +01:00
Enrico
671ec73131
Add definition file for 101Hero
2017-01-09 22:15:42 +01:00
Ghostkeeper
8b21efb18b
Correct description of Support Z Distance setting
...
It's rounded up, not down.
Contributes to issue CURA-2364.
2017-01-06 15:37:21 +01:00
Peter Hamberg
02f47361f1
Correct y axis print head size for printrbot simple
...
Print head size settings for printrbot simple had y min and y max mixed up,
making "print one at a time" always print in the wrong order.
2017-01-04 07:35:41 +01:00
Ghostkeeper
693bc1de1c
Make skin pattern layer 0 inherit from skin pattern
...
When the user changes the skin pattern, he'd also expect the skin pattern for layer 0 to change. This commit makes the knowledge prerequisite smaller.
Contributes to pull request #1290 .
2017-01-03 10:52:15 +01:00
14bitVoid
8ee6b89a56
Adds a setting to select skin pattern for first layer
2017-01-02 22:54:53 +01:00
Ghostkeeper
6b7bae4dff
Make prime tower flow inherit from material flow
...
This is a profile enhancement requested by the material team.
2017-01-02 17:05:30 +01:00
Tim Kuipers
fda18286e3
JSON fix: prime tower thickness defaulted to zero, rather than defaulting to full prime tower (CURA-3175)
2016-12-21 11:40:12 +01:00
Ghostkeeper
8fadc41ac8
Fix prime tower position limits w.r.t. the origin of its placement
...
The origin of the prime tower's coordinates are on the front-right side of the prime tower. We should adjust the minimum and maximum values of the position of the prime tower to account for that, rather than having the limits be based on the centre of the prime tower.
2016-12-19 11:33:57 +01:00
Ghostkeeper
77cc088b64
Correct Prime Tower Wall Thickness for if prime_tower_size == 0
...
If the prime tower size was too small, it would try to take the root of a negative number. Now we just clamp that computation to 0, which is the correct behaviour for when the minimum volume doesn't fit in the prime tower.
Contributes to issue CURA-3148.
2016-12-16 10:22:16 +01:00
Ghostkeeper
2fe0bab52d
Inherit gradual infill steps for line distances below 1mm too
...
A miscalculation on my part: A negative result of the logarithm would result in a more positive final result for the maximum value, not a negative final result.
Contributes to issue CURA-3137.
2016-12-14 14:21:16 +01:00
Ghostkeeper
eb5d63e548
Guard against infill density being 0
...
Otherwise the logarithm is undefined
Contributes to issue CURA-3137.
2016-12-14 12:37:52 +01:00
fieldOfView
655850e7b9
Add machine_shape to delta printer definitions...
...
...and fix some z-fighting
2016-12-13 11:08:23 +01:00
Ghostkeeper
c561395cf2
Rename Delta Go to use lowercase in filename
...
This is consistent with the other file names.
2016-12-13 09:54:19 +01:00
Ghostkeeper
7abebfde4e
Merge branch 'master' of https://github.com/ex-nerd/Cura into ex-nerd-master
2016-12-12 09:46:59 +01:00
Chris Petersen
47583f1131
Add definition and bed mesh for Kossel Pro
...
Source for generating these files can be found here:
https://github.com/dotscad/openbeam/blob/master/kossel_pro_build_platform/
2016-12-10 00:24:32 -08:00
Ghostkeeper
6a340819ee
Remove machine_cool_zone_length
...
We might introduce it again once we can sync this data from the firmware.
Contributes to issue CURA-2795.
2016-12-09 18:06:17 +01:00
Jaime van Kessel
72abd4af1a
Added Delta_Go (provided by DeltaPrintr)
2016-12-09 10:35:25 +01:00
Jack Ha
19a288dcbf
Max initial layer bed temperature UM3
2016-12-08 14:43:41 +01:00
Jack Ha
78ad92bfcb
Max bed temperature UM3
2016-12-08 14:39:58 +01:00
Jack Ha
041e9cd96f
Corrected bed temperature max value warning for UM3
2016-12-08 14:38:07 +01:00
Ghostkeeper
178e7c8a82
Adjust cool down speed modifier default
...
This is part of the weekly profile update from the materials team.
2016-12-07 12:03:43 +01:00
Tim Kuipers
976f822158
JSON fix: give pre_print_temp and post_print_temp back their default_temp
2016-12-06 16:49:57 +01:00
Ghostkeeper
e1b4379c74
Add park distance setting
...
As a result, the description of the other two settings no longer needs to mention that it is used by the park distance.
Contributes to issue CURA-2795.
2016-12-06 16:01:08 +01:00
Tim Kuipers
f4979be5cb
JSON fix: description of speed_travel_layer_0 now includes explanation of inheritance function (CURA-3066)
2016-12-06 11:48:04 +01:00
Jaime van Kessel
5aa394b197
Merge branch 'master' of github.com:Ultimaker/Cura
2016-12-06 11:39:37 +01:00
Jaime van Kessel
58e7e6ef5a
Added default_printing_temperature property
...
CURA-2586
2016-12-06 11:38:56 +01:00
Ghostkeeper
2f790c12b8
Expand description of heat zone with implementation details
...
It is used to move filament in parking position when an extruder is not used any more.
Contributes to issue CURA-2795.
2016-12-06 08:58:19 +01:00
Ghostkeeper
1932a95ded
Expand description of cool zone setting
...
It is apparently desirable to have more implementation detail in here.
Contributes to issue CURA-2795.
2016-12-06 08:55:06 +01:00
Ghostkeeper
1c14c8e2c5
Add cool zone length setting
...
This setting can vary from cartridge to cartridge and between machines.
Contributes to issue CURA-2795.
2016-12-05 13:20:43 +01:00
Ghostkeeper
96bca5e297
Fix spelling of heat zone length description
...
Not user visible, but eh.
2016-12-05 13:20:43 +01:00
Tim Kuipers
0e7223bd30
JSON fix: set user specified z seam position at back by default
2016-12-05 12:50:45 +01:00
SAMSECTOR
c4a39443cb
Minor starting code new line fix
2016-12-05 09:27:35 +01:00
Ghostkeeper
53ab4955df
Set initial bed temperature to be equal to normal
...
By default. Update from the materials team.
2016-12-02 11:05:54 +01:00
Ghostkeeper
1035526185
Merge branch 'samirabaza-master'
2016-12-01 10:56:03 +01:00
Ghostkeeper
b94027ffef
Merge branch 'master' of https://github.com/samirabaza/Cura into samirabaza-master
2016-12-01 10:55:44 +01:00
SAMSECTOR
1ea4441148
Update printrbot_simple_extended.def.json
...
added platform offset
"platform_offset": [0, -0.3, 0],
2016-12-01 08:22:31 +03:00
Ghostkeeper
f6422769b5
Merge branch 'feature_z_seam_location'
2016-11-30 16:34:50 +01:00
Tim Kuipers
1305b51806
JSON fix: multiple_mesh_overlap description was clumsy (CURA-2444)
2016-11-30 16:29:06 +01:00
Tim Kuipers
8da058d95d
JSON fix: description of z_seam_type still mentioned 'Back' (CURA-1461)
2016-11-30 16:25:40 +01:00
Ghostkeeper
db2ee920ce
Merge branch 'master' of https://github.com/samirabaza/Cura into samirabaza-master
2016-11-30 11:09:56 +01:00
Tim Kuipers
b8ff7acb68
JSON fix: initial fan speed zero by default (CURA-3068)
2016-11-30 10:27:53 +01:00
Tim Kuipers
09e884fd92
JSON refactor: moved Initial Fan Speed out of the children of Fan Speed (CURA-3068)
...
we don't want it to inherit from Fan Speed, but children must always inherit from their parent.
2016-11-30 10:27:53 +01:00
Jaime van Kessel
477ffe12aa
Merge branch 'feature_polar' of https://github.com/fieldOfView/Cura
2016-11-30 09:13:05 +01:00
SAMSECTOR
edd76cd9ab
Update printrbot_simple_extended.def.json
2016-11-30 10:27:31 +03:00
Tim Kuipers
e60f05c2fd
JSON fix: limit_to_extruder for support_conical_enabled (CURA-2896)
2016-11-29 17:54:01 +01:00
Tim Kuipers
383eba9930
JSON refactor: multiple_mesh_overlap: Objects ==> Meshes (CURA-2444)
2016-11-29 17:50:01 +01:00